summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'testing' into workingAndy Fleming2007-08-03200-9233/+285
|\ | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG fs/fat/fat.c include/configs/MPC8560ADS.h include/configs/pcs440ep.h net/eth.c
| * board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-1027-42/+42
| | | | | | | | | | | | | | | | Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-1026-36/+34
| | | | | | | | | | | | | | | | Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-101-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>
| * board/[q-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0922-39/+39
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0926-39/+39
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * board/[f-l]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0917-34/+34
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * board/[d-e]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0918-28/+28
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0922-31/+31
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * include/configs: Use new CONFIG_CMD_* in various A* named board config files.Jon Loeliger2007-07-071-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>
| * Correct fixup relocation for mpc8260Grant Likely2007-07-043-3/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Correct fixup relocation for mpc824xGrant Likely2007-07-041-1/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc83xx linker scriptsGrant Likely2007-07-047-859/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Consolidate mpc8260 linker scriptsGrant Likely2007-07-043-375/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc824x linker scriptsGrant Likely2007-07-0410-1298/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc824x linker scripts (3 of 4)Grant Likely2007-07-0410-1293/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc824x linker scripts (2 of 4)Grant Likely2007-07-049-1146/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc824x linker scripts (1 of 4)Grant Likely2007-07-049-1187/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc8220 linker scriptsGrant Likely2007-07-042-250/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc5xxx linker scripts (3 of 3)Grant Likely2007-07-043-408/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc5xxx linker scripts (2 of 3)Grant Likely2007-07-047-871/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc5xxx linker scripts (1 of 3)Grant Likely2007-07-048-998/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Remove obsolete mpc5xx linker scriptsGrant Likely2007-07-042-280/+0
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Consolidate mpc8260 linker scriptsGrant Likely2007-07-043-0/+6
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Consolidate mpc824x linker scriptsGrant Likely2007-07-041-0/+2
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Consolidate mpc5xxx linker scriptsGrant Likely2007-07-043-0/+3
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
| * Fix a few file permission problems.Wolfgang Denk2007-07-042-0/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * Minor coding style cleanup. Rebuild CHANGELOG file.Wolfgang Denk2007-07-041-20/+0
| |
| * board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0452-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>
| * board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0453-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>
* | 8544ds: Fix Makefile after moving pixis to board/freescale.Ed Swarthout2007-07-111-3/+3
| | | | | | | | | | | | | | | | The OBJTREE != SRCTREE build scenario was broken. This fixes it. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | Add support for CPM device tree configuration to 8560 ADSAndy Fleming2007-07-111-0/+26
| | | | | | | | | | | | | | | | | | | | | | * Adds code to modify CPM frequencies * Cleans up the config file to #define TSEC and (for now) #undef FCC * Adds the MII command for all 8560 ADS configurations * Updates config file to provide convenience commands for booting with a device tree Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
* | Coding style cleanup; update CHANGELOG.Wolfgang Denk2007-07-102-53/+31
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | Merge with /home/hs/Atronic/u-bootWolfgang Denk2007-07-099-24/+526
|\ \
| * | [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANGHeiko Schocher2007-06-251-3/+0
| | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
| * | [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-229-24/+529
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show on the Status LEDs, some States of the board. - Get the MAC addresses from the EEProm - use PREBOOT - use the CF on the board. - check the U-Boot image in the Flash with a SHA1 checksum. - use dynamic TLB entries generation for the SDRAM Signed-off-by: Heiko Schocher <hs@denx.de>
* | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-07-064-80/+77
|\ \ \
| * | | resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPXNiklaus Giger2007-07-042-72/+4
| | | | | | | | | | | | | | | | Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
| * | | ppc4xx: Update lwmon5 boardStefan Roese2007-07-042-8/+73
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | - Add optional ECC generation routine to preserve existing RAM values. This is needed for the Linux log-buffer support - Add optional DDR2 setup with CL=4 - GPIO50 not used anymore - Lime register setup added Signed-off-by: Stefan Roese <sr@denx.de>
* | | Code cleanup and default config update for STC GP3 SSA board.Wolfgang Denk2007-07-061-137/+137
|/ / | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-07-031-5/+5
|\ \
| * | Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips2007-05-171-5/+5
| | | | | | | | | | | | | | | | | | | | | For all practical u-boot purposes, TSECs don't differ throughout the mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-06-257-19/+29
|\ \ \
| * | | Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk2007-06-226-19/+19
| | | |
| * | | Extend POST support for PPC440Igor Lisitsin2007-06-221-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added memory, CPU, UART, I2C and SPR POST tests for PPC440. Signed-off-by: Igor Lisitsin <igor@emcraft.com> --
* | | | ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese2007-06-2516-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>
* | | | ppc4xx: Maintenance patch for esd's CPCI405 derivatsMatthias Fuchs2007-06-251-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>
* | | Coding style cleanup. Refresh CHANGELOG.Wolfgang Denk2007-06-202-16/+16
| | |
* | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-06-201-0/+11
|\ \ \
| * | | TQM5200: Add Flat Device Tree support, update default env. accordingly.Bartlomiej Sieka2007-06-081-0/+11
| | |/ | |/| | | | | | | | | | Signed-off-by: Jan Wrobel <wrr@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
OpenPOWER on IntegriCloud