- May 28, 2008
-
-
Scott Wood authored
Likewise with onenand_init(). Signed-off-by:
Scott Wood <scottwood@freescale.com>
-
Scott Wood authored
Don't assume types are provided by previously included headers. Signed-off-by:
Scott Wood <scottwood@freescale.com>
-
Dirk Behme authored
For NAND erase sizes smaller than one NAND erase block, erase percentage output becomes grater than 100% e.g. -- cut -- > nand info Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB > nand erase 0x100000 0x2000 NAND erase: device 0 offset 0x100000, size 0x2000 Erasing at 0x100000 -- 200% complete. OK > -- cut -- Correct this and give user a warning that more is erased than specified: -- cut -- > nand erase 0x100000 0x2000 NAND erase: device 0 offset 0x100000, size 0x2000 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000 Erasing 0x00004000 instead Erasing at 0x100000 -- 100% complete. OK > -- cut -- Signed-off-by:
Dirk Behme <dirk.behme@gmail.com>
-
Stelian Pop authored
The nand_info array is declared as extern in several .c files. Those days, nand.h contains a reference to the array, so there is no need to declare it elsewhere. Signed-off-by:
Stelian Pop <stelian@popies.net> Signed-off-by:
Scott Wood <scottwood@freescale.com>
-
Scott Wood authored
This allows the header to be included regardless of whether a board's config file provides NAND-related defininitions. Signed-off-by:
Scott Wood <scottwood@freescale.com>
-
- May 27, 2008
-
-
Wolfgang Denk authored
Conflicts: include/configs/socrates.h Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Sergei Poselenov authored
Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
Sergei Poselenov authored
In case of several PCI USB controllers on a board this variable specifys which controller to use. See doc/README.generic_usb_ohci for details. Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
Sergei Poselenov authored
Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
Sergei Poselenov authored
Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
- May 22, 2008
-
-
Christian Eggers authored
Signed-off-by:
Christian Eggers <ceggers@gmx.de> Signed-off-by:
Markus Klotzbuecher <mk@denx.de>
-
Christian Eggers authored
Signed-off-by:
Christian Eggers <ceggers@gmx.de> Signed-off-by:
Markus Klotzbuecher <mk@denx.de>
-
Sergei Poselenov authored
Add new configuration variable CONFIG_PCI_OHCI_DEVNO. In case of several PCI USB controllers on a board this variable specifys which controller to use. Also add USB support for sokrates board. See doc/README.generic_usb_ohci for details. Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com> Signed-off-by:
Markus Klotzbuecher <mk@denx.de>
-
- May 21, 2008
-
-
Wolfgang Denk authored
introduced by 53677ef1 "Big white-space cleanup." Signed-off-by:
Wolfgang Denk <wd@denx.de>
- May 20, 2008
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
York Sun authored
Reuse the existing DIU driver in board/freescale/common. Signed-off-by:
York Sun <yorksun@freescale.com>
-
York Sun authored
Add DIU and cfb console support to FSL 5121ADS board. Use #define CONFIG_VIDEO in config file to enable fb console. Signed-off-by:
York Sun <yorksun@freescale.com>
-
York Sun authored
Remove DPRINTF macro and replace it with generic debug macro. Signed-off-by:
York Sun <yorksun@freescale.com>
-
York Sun authored
The clock divider has different format in 5121 and 8610. This patch moves it to board specific code. Signed-off-by:
York Sun <yorksun@freescale.com>
-
Wolfgang Denk authored
This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Sergei Poselenov authored
Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
Sergei Poselenov authored
Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
Sergei Poselenov authored
Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Sergei Poselenov authored
Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com>
-
Yuri Tikhonov authored
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. This way we become able to utilize the full post_log_word for POST activities (overwise, POST ECC, which has 0x8000 ID, could be erroneously treated as started in post_output_backlog() even if there was actually no POST ECC run (because of OCM POST failure, for example). Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
Yuri Tikhonov authored
Don't run futher tests in case of a test fails that is marked as POST_STOP. Signed-off-by:
Ilya Yanok <yanok@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Switch the OCM testid with the codec one. The reason is that current implementation requires the POST_ROM testid to fit into lower 16 bits, and the codec test will never run with POST_ROM hopefully. Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
Yuri Tikhonov authored
Added OCM test to POST layer. This version runs before all other tests but doesn't yet interrupt post sequence on failure. Signed-off-by:
Ilya Yanok <yanok@emcraft.com> Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Ilya Yanok <yanok@emcraft.com>
-
Hebbar authored
Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
-
- May 19, 2008
-
-
York Sun authored
Change LCRR clock ratio from 2 to 4 to commodate VSC7385. Correct TSEC1 vs TSEC2 assignment. Define ETHADDR and ETH1ADDR always. Signed-off-by:
York Sun <yorksun@freescale.com> Signed-off-by:
Timur Tabi <timur@freescale.com>
-
Wolfgang Denk authored
Update CHANGELOG for release. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Stefan Roese authored
When SATA is selected (via jumper J6) we need to disable the first PCIe node in the device tree, so that Linux doesn't initialize it. Otherwise the Linux SATA driver will fail to detect the devices. The same goes the other way around too. So if PCIe is selected we need to disable the SATA node in the device tree. This is because PCIe port 0 and SATA on 460EX share the same pins (multiplexed) and we have to configure in U-Boot which peripheral is enabled. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- May 18, 2008
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-