summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make smc91111_eeprom managment simpler by depending on the board ↵Mike Frysinger2008-02-043-5/+14
| | | | | | configuration file rather than a hardcoded list of boards Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* fix building on Blackfin as the assembler supports the .set syntax, not the ↵Mike Frysinger2008-02-041-1/+6
| | | | | | = syntax, for assigning symbols Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* add gitignores for Blackfin piecesMike Frysinger2008-02-046-0/+5
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* ARM: AT91RM9200 based boards config cleanupLadislav Michl2008-02-044-86/+10
| | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix indentation.
* ARM: Fix at91rm9200dk base addressLadislav Michl2008-02-041-7/+7
| | | | | | | | | | | | | | Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT. However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact. I'm sending this patch 4th (!) time in hope it produces at least some reaction. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Fix at91rm9200dk base and environment address.
* MMC for PXA 27X (resubmit)stefano babic2008-02-033-199/+380
| | | | | | | | | | | | | MMC support for X_Scale PXA is broken and does not work. Mainly, the mmc_init() function cannot recognize current SD/MMC cards. There were already some patches around the world but none of them was merged into the official u-boot tree. This patch makes order fixing this issue. Resubmit after code cleanup. Applied and tested on PXA 270 (TrizepsIV module). Signed-off-by: Stefano Babic <sbabic@denx.de>
* Fix gcc issues in pxa-regs.hstefano babic2008-02-031-9/+9
| | | | | | | | | | | Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4 issues generates wrong code. (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu). This patch fixes the problem and solves the gcc-4 issues as the linux kernel does. Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
* inka4x0: remove dead codeWolfgang Denk2008-01-251-10/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Coding Style Cleanup; update CHANGELOGWolfgang Denk2008-01-232-1/+169
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Merge ../custodiansWolfgang Denk2008-01-2336-110/+5362
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot-ixpWolfgang Denk2008-01-2336-110/+5362
| |\
| | * Add AcTux board supportMichael Schwingen2008-01-184-46/+3098
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the files that contain changes for multiple boards, the board-specific files follow as separate patches. Signed-off-by: Michael Schwingen <michael@schwingen.org>
| | * add AcTux-4 board supportMichael Schwingen2008-01-186-0/+518
| | | | | | | | | | | | Signed-off-by: Michael Schwingen <michael@schwingen.org>
| | * add AcTux-3 board supportMichael Schwingen2008-01-186-0/+577
| | | | | | | | | | | | Signed-off-by: Michael Schwingen <michael@schwingen.org>
| | * add AcTux-2 board supportMichael Schwingen2008-01-186-0/+545
| | | | | | | | | | | | Signed-off-by: Michael Schwingen <michael@schwingen.org>
| | * add AcTux-1 board supportMichael Schwingen2008-01-186-0/+588
| | | | | | | | | | | | Signed-off-by: Michael Schwingen <michael@schwingen.org>
| | * ARM: remove useless function board_post_initJean-Christophe PLAGNIOL-VILLARD2008-01-183-18/+0
| | | | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
| | * IXP: enable RTSMichael Schwingen2008-01-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE. No handshaking is done, but the active RTS signal allows to connect to the target using a PC which is using RTS/CTS handshake, and does no harm if the PC is set to ignore RTS. Signed-off-by: Michael Schwingen <michael@schwingen.org>
| | * IXP: add dynamic microcode addrJean-Christophe PLAGNIOL-VILLARD2008-01-182-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | allow to load the microde from flash or ram by download it through the serial or other. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Stefan Roese <sr@denx.de>
| | * load ixp42x NPE firmware from separate flash block, remove dead codeMichael Schwingen2008-01-183-37/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, the following patch adds support to move the IXP42X NPE firmware to a separate flash block, whose start address is defined in CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build NPE-enabled u-boot without copyright problems due to the NPE firmware. I hope the patch applies, I get whitespace-related differences in the NPE files due to trailing whitespace in the original versions. Signed-off-by: Michael Schwingen <michael@schwingen.org> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* | | Merge ../custodiansWolfgang Denk2008-01-2311-0/+487
|\ \ \ | |/ /
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk2008-01-2311-0/+487
| |\ \
| | * \ Merge branch 'master' of git://www.denx.de/git/u-bootShinya Kuribayashi2008-01-1824-12/+1575
| | |\ \ | | | |/
| | * | qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITINGJean-Christophe PLAGNIOL-VILLARD2008-01-171-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
| | * | MIPS:Target support for qemu -M mipsVlad Lungu2008-01-1711-0/+482
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With serial, NE2000, IDE support. Tested in big-endian mode. Memory size hard-coded to 128M for now, so don't play with the -m option. Signed-off-by: Vlad Lungu <vlad@comsys.ro>
* | | | Merge ../custodiansWolfgang Denk2008-01-232-25/+14
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2008-01-232-25/+14
| |\ \ \
| | * | | sh: Remove CONFIG_COMMANDS from MS7720SE config fileNobuhiro Iwamatsu2008-01-171-7/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
| | * | | sh: Update SuperH SCIF driverNobuhiro Iwamatsu2008-01-171-18/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixed wrong SH7720 CPU macro and changed macro that calculated value of SCBRR register. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* | | | | Merge ../custodiansWolfgang Denk2008-01-2311-0/+433
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk2008-01-2311-0/+433
| |\ \ \ \
| | * | | | AVR32: ATNGW100 board supportHaavard Skinnemoen2008-01-1810-0/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for the ATNGW100 Network Gateway reference design, including flash, ethernet and MMC support. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
| | * | | | AVR32: Initialize ipaddr, loadaddr and bootfile at startupHaavard Skinnemoen2008-01-181-0/+10
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | I don't know why the relevant layers can't do this by itself, but this is what ppc does. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* | | | | Coding Style Cleanup; update CHANGELOGWolfgang Denk2008-01-237-99/+1547
|/ / / / | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk2008-01-2385-1440/+14531
|\ \ \ \
| * | | | ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB supportTsiChungLiew2008-01-178-1/+963
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB boardTsiChungLiew2008-01-1710-0/+1298
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF547x_8x FEC driverTsiChungLiew2008-01-173-0/+576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF547x_8x dma code and header filesTsiChungLiew2008-01-175-0/+766
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF547x_8x dma code - 2TsiChungLiew2008-01-171-0/+1026
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF547x_8x dma code - 1TsiChungLiew2008-01-171-0/+2428
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF547x_8x related header filesTsiChungLiew2008-01-175-73/+1140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF547x_8x cpu archTsiChungLiew2008-01-179-0/+1087
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF5227x cpu and M52277EVB support-3TsiChungLiew2008-01-171-0/+796
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF5227x cpu and MCF52277EVB support-2TsiChungLiew2008-01-178-0/+1171
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF5227x cpu and M52277EVB support-1TsiChungLiew2008-01-1713-0/+841
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Fix CFI Flash low level Read/Write macroTsiChungLiew2008-01-171-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add M5373EVB platform support - 2TsiChungLiew2008-01-179-24/+708
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add M5373EVB platform support - 1TsiChungLiew2008-01-176-0/+721
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Update FlexBus CS for MCF532xTsiChungLiew2008-01-172-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Definition update and change from 16bit to 32bit Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
OpenPOWER on IntegriCloud