summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2010-10-22PXA: Remove "delta" boardMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASEMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: vpac270: Add missing CONFIG_SYS_TEXT_BASEMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: xm250: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: xaeniax: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: trizepsiv: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: pxa255_idp: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: pleb2: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: palmtc: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: palmld: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: lubbock: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: innokom: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: csb226: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: cradle: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: colibri_pxa270: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22PXA: cerf250: Fix for relocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-22MX51: Add video support to vision2 boardStefano Babic
The patch adds support for LCD to the vision2 board. Signed-off-by: Stefano Babic <[email protected]>
2010-10-22Add linux framebuffer header include/linux/fb.hStefano Babic
[port of linux 2.6.34 commit 6a9ee8af344e3bd7dbd61e67037096cdf7f83289] Signed-off-by: Stefano Babic <[email protected]>
2010-10-21led_display: remove unused DISPLAY_MARK defineIlya Yanok
DISPLAY_MARK subcommand of display_set() is not used anywhere so we can remove it safely. Signed-off-by: Ilya Yanok <[email protected]>
2010-10-21a4m072: changes to the default environmentIlya Yanok
The default values for 'addip' and 'norargs' changed per customer request. Everything else cleaned up to fit into 80 symbol line. Signed-off-by: Ilya Yanok <[email protected]>
2010-10-21Fix building for 83xx boards with USB supportAnatolij Gustschin
Commit 29c6fbe0471afd7ffa41fcb2103eec5b53294897 broke building for 83xx boards with USB support: ehci-fsl.c: In function 'ehci_hcd_init': ehci-fsl.c:43: error: 'CONFIG_SYS_FSL_USB_ADDR' undeclared (first use in this function) ehci-fsl.c:43: error: (Each undeclared identifier is reported only once ehci-fsl.c:43: error: for each function it appears in.) make[1]: *** [ehci-fsl.o] Error 1 Signed-off-by: Anatolij Gustschin <[email protected]>
2010-10-21sh: sh7785lcr: Add CONFIG_SH_SDRAM_OFFSETNobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
2010-10-20MPC52xx, motionpro: update default configurationWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2010-10-20Devkit8000: Adapt changes to ARM relocation supportThomas Weber
Fix compilation of Devkit8000 after introduction of ARM relocation support. Signed-off-by: Thomas Weber <[email protected]> Adapt to TEXT_BASE => CONFIG_SYS_TEXT_BASE rename. Signed-off-by: Wolfgang Denk <[email protected]>
2010-10-20Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk
2010-10-20Kirkwood: bugfix: broken early console messagesPrafulla Wadaskar
It has been observed that, the complete u-boot banner does not appear on the console when the system is booted from NAND/NOR/SPI flash. This patch fixes this issue on all Marvell boards by adding board_early_init_f() support Signed-off-by: Prafulla Wadaskar <[email protected]>
2010-10-20arm926ejs, suen3: fix relocation issuesHeiko Schocher
- use internal 2k security SRAM as RAM for early stack. - do early inits in board_init_f() Signed-off-by: Heiko Schocher <[email protected]> Cc: Prafulla Wadaskar <[email protected]>
2010-10-20ppc4xx: Fix default environment for AMCC boardsStefan Roese
Commit 0ad7f0950a9bc0a69b3cd5f34ccf7da25fcf1c6d [ppc4xx: cleanup default environment for AMCC boards] broke the default env for many PPC4xx boards. The '\0' character got removed at the end of some environment commands like "update". This patch adds the missing '\0' characters again. Signed-off-by: Stefan Roese <[email protected]>
2010-10-20ppc4xx: Enable NOR flash support in sequoia_ramboot targetStefan Roese
Until now, the Sequoia RAM-booting image disabled NOR flash support as this image was mainly created for NAND-only boards. This patch now enables NOR flash support for this RAM-booting version as well. Signed-off-by: Stefan Roese <[email protected]>
2010-10-20ppc4xx/POST: Add board specific UART POST test to lwmon5Stefan Roese
Add CONFIG_POST_UART to implement a board specific UART POST test. This is done since lwmon5 needs to set POST_ALWAYS to run this test on each reboot. And we don't want to change the default behavious of this this. Signed-off-by: Stefan Roese <[email protected]>
2010-10-20tqm85xx: Update PCI codePeter Tyser
Update to use the recent, common FSL PCI initialization code. Signed-off-by: Peter Tyser <[email protected]> CC: [email protected] Signed-off-by: Kumar Gala <[email protected]>
2010-10-20Adding fixed sdram setting for cornet_ds boardYork Sun
800, 900, 1000, 1200MT/s data rate parameters are added for fixed sdram setting. SPD based parameters and fixed parameters can be toggled by hwconfig. To use fixed parameters, hwconfig=fsl_ddr:sdram=fixed To use SPD parameters, hwconfig=fsl_ddr:ctlr_intlv=cacheline,bank_intlv=cs0_cs1 Signed-off-by: York Sun <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
2010-10-20Enable POST memory test for P2020DSYork Sun
Signed-off-by: York Sun <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
2010-10-20Enable POST memory test for corenet_dsYork Sun
Signed-off-by: York Sun <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
2010-10-20Setup POST word for generic mpc85xxYork Sun
Using PIC TFRR register for post word load/store for generic MPC85xx. Signed-off-by: York Sun <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
2010-10-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2010-10-19FPGA: Add missing prototypeStefano Babic
Add prototype function for ispVMFreeMem to remove warnings when support for Lattice FPGA is compiled. Signed-off-by: Stefano Babic <[email protected]>
2010-10-19update board EB+CPUx9K2Jens Scharsig
* update to support arm reloaction * unnecessary environment variables removed Signed-off-by: Jens Scharsig <[email protected]>
2010-10-19Add support for HP Jornada flashrom boardsKristoffer Ericson
This patch adds support for the HP Jornada flashboards that were made in 2008. Older flashroms should work if memory registers are adjusted. Signed-off-by: Kristoffer Ericson <[email protected]> Adpted for TEXT_BASE -> CONFIG_SYS_TEXT_BASE rename. Removed now redundant board/jornada/config.mk file. Removed unused empty jornada_init() function to silence "jornada.c:35: warning: 'jornada_init' defined but not used" Signed-off-by: Wolfgang Denk <[email protected]>
2010-10-19Build: PXA: Fix Vpac270 build variantsMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-19PXA: Fix vpac270 OneNAND booterMarek Vasut
NOTE: The modification in Makefile will be superseded by a pending patch! Signed-off-by: Marek Vasut <[email protected]>
2010-10-19PXA: Fix Balloon3 for RelocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-19PXA: Fix ZipitZ2 for RelocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-19PXA: Fix vpac270 for RelocMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-19PXA: Add necessary information for RELOCMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2010-10-19PXA: fix environment sector size, kernel and environment location for vpac270Mikhail Kshevetskiy
Define ENV_ADDR as MONITOR_BASE + MONITOR_LEN. Fix environment sector size (NOR: 32Kb for first four sectors and 128Kb for other; OneNAND: 128Kb). Last but not least: we have MONITOR_LEN = 0x40000 and one sector for environment (size = 0x20000), so the kernel may start from 0x00060000 only. Signed-off-by: Mikhail Kshevetskiy <[email protected]>
2010-10-19PXA: cleanup vpac270 config and set CONFIG_SYS_HZ to 1000Mikhail Kshevetskiy
* CONFIG_SYS_CLKS_IN_HZ is not used anywhere, so removing it * CONFIG_SYS_HZ is set to 1000 on most architectures, so it seems to be the safe default Signed-off-by: Mikhail Kshevetskiy <[email protected]>
2010-10-19PXA: Balloon3 board supportMarek Vasut
The following hardware is currently supported: - UART - USB Host - FPGA Signed-off-by: Marek Vasut <[email protected]>
2010-10-19PXA: Voipac270 improvementsMarek Vasut
128MB NOR module support. Define __io to get harddrive working. Fix saving of environment into OneNAND. Boot from harddrive when possible. Add missing MAINTAINERS entry. Signed-off-by: Marek Vasut <[email protected]>
2010-10-19PXA: Add initial Palm LifeDrive supportMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>