aboutsummaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Collapse)AuthorFilesLines
2007-07-10include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger1-0/+10
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09board/[q-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger22-39/+39
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger26-39/+39
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09board/[f-l]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger17-34/+34
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09board/[d-e]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger18-28/+28
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger22-31/+31
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-07include/configs: Use new CONFIG_CMD_* in various A* named board config files.Jon Loeliger1-15/+17
Since ADS860.h includes "board/fads/fads.h" with ramifications on the CONFIG_COMMAND treatment, it too has to be adjusted to exclude already configured commands in this same commit. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-04Correct fixup relocation for mpc8260Grant Likely3-3/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Correct fixup relocation for mpc824xGrant Likely1-1/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc83xx linker scriptsGrant Likely7-859/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Consolidate mpc8260 linker scriptsGrant Likely3-375/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc824x linker scriptsGrant Likely10-1298/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc824x linker scripts (3 of 4)Grant Likely10-1293/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc824x linker scripts (2 of 4)Grant Likely9-1146/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc824x linker scripts (1 of 4)Grant Likely9-1187/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc8220 linker scriptsGrant Likely2-250/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc5xxx linker scripts (3 of 3)Grant Likely3-408/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc5xxx linker scripts (2 of 3)Grant Likely7-871/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc5xxx linker scripts (1 of 3)Grant Likely8-998/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Remove obsolete mpc5xx linker scriptsGrant Likely2-280/+0
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Consolidate mpc8260 linker scriptsGrant Likely3-0/+6
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Consolidate mpc824x linker scriptsGrant Likely1-0/+2
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Consolidate mpc5xxx linker scriptsGrant Likely3-0/+3
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-07-04Fix a few file permission problems.Wolfgang Denk2-0/+0
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-04Minor coding style cleanup. Rebuild CHANGELOG file.Wolfgang Denk1-20/+0
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger52-77/+77
This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-04board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger53-75/+75
This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-03Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-5/+5
2007-06-25Merge with git://www.denx.de/git/u-boot.gitStefan Roese7-19/+29
2007-06-25ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese16-47/+34
This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-25ppc4xx: Maintenance patch for esd's CPCI405 derivatsMatthias Fuchs1-21/+55
-add pci_pre_init() for pci interrupt fixup code -disable phy sleep mode via reset_phy() function -use correct io accessors -cleanup Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2007-06-22Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk6-19/+19
2007-06-22Extend POST support for PPC440Igor Lisitsin1-0/+10
Added memory, CPU, UART, I2C and SPR POST tests for PPC440. Signed-off-by: Igor Lisitsin <igor@emcraft.com> --
2007-06-20Coding style cleanup. Refresh CHANGELOG.Wolfgang Denk2-16/+16
2007-06-20Merge with git://www.denx.de/git/u-boot.gitStefan Roese1-0/+11
2007-06-19ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval boardStefan Roese2-1/+112
This patch adds a board command to configure the I2C bootstrap EEPROM values. Right now 533 and 667MHz are supported for booting either via NOR or NAND FLASH. Here the usage: => bootstrap 533 nor ;to configure the board for 533MHz NOR booting => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-19[ppc4xx] Fix problem with NAND booting on AMCC AcadiaStefan Roese3-1/+14
The latest changes showed a problem with the location of the NAND-SPL image in the OCM and the init-data area (incl. cache). This patch fixes this problem. Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-19[ppc4xx] Change board/amcc/acadia/cpr.c to pll.cStefan Roese1-0/+0
Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-15[ppc4xx] Add initial lwmon5 board supportStefan Roese7-0/+1892
This patch adds initial support for the Liebherr lwmon5 board euqipped with an AMCC 440EPx PowerPC. Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-08TQM5200: Add Flat Device Tree support, update default env. accordingly.Bartlomiej Sieka1-0/+11
Signed-off-by: Jan Wrobel <wrr@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2007-06-06Coding Style cleanup; generate new CHANGELOG file.Wolfgang Denk1-2/+1
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-06-06Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk3-19/+9
2007-06-06Merge with /home/wd/git/u-boot/custodian/u-boot-armWolfgang Denk15-1683/+819
2007-06-06Merge with /home/stefan/git/u-boot/acadia-nand-bootStefan Roese6-4/+263
2007-06-06ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval boardStefan Roese6-4/+263
This patch adds NAND booting support for the AMCC Acadia eval board. Please make sure to configure jumper J7 to position 2-3 when booting from NOR, and to position 1-2 when booting for NAND. I also added a board command to configure the I2C bootstrap EEPROM values. Right now only 267MHz is support for booting either via NOR or NAND FLASH. Here the usage: => bootstrap 267 nor ;to configure the board for 267MHz NOR booting => bootstrap 267 nand ;to configure the board for 267MHz NNAND booting Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-05Merge branch 'mpc8641'Jon Loeliger2-19/+5
2007-06-05mpc8641 image size cleanupEd Swarthout2-19/+5
e600 does not have a bootpg restriction. Move the version string to beginning of image at fff00000. Resetvec.S is not needed. Update flash copy instructions. Add tftpflash env variable Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-06-04Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk8-115/+260
2007-06-01ppc4xx: Add missing file for Bamboo NAND booting supportStefan Roese1-0/+137
Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-01Merge with /home/stefan/git/u-boot/bamboo-nandStefan Roese6-109/+123