summaryrefslogtreecommitdiff
path: root/board
Commit message (Collapse)AuthorAgeLines
* Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-08-06-268/+791
|\
| * Merge branch 'testing' into workingAndy Fleming2007-08-03-9233/+285
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG fs/fat/fat.c include/configs/MPC8560ADS.h include/configs/pcs440ep.h net/eth.c
| * | 8544ds: Fix Makefile after moving pixis to board/freescale.Ed Swarthout2007-07-11-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-11-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-10-53/+31
| | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
| * | Merge with /home/hs/Atronic/u-bootWolfgang Denk2007-07-09-24/+526
| |\ \
| | * | [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANGHeiko Schocher2007-06-25-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
| | * | [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-22-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-06-80/+77
| |\ \ \
| | * | | resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPXNiklaus Giger2007-07-04-72/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
| | * | | ppc4xx: Update lwmon5 boardStefan Roese2007-07-04-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-06-137/+137
| |/ / / | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | | Add functions to list of exported functionsMartin Krause2007-08-06-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally export the following fuctions (to make trab_config build again): - simple_strtol() - strcmp() Also bump the ABI version to reflect this change Signed-off-by: Martin Krause <martin.krause@tqs.de>
* | | | Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.Ed Swarthout2007-08-06-40/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of the PCI/PCI-Express driver and initialization code that was in the MPC8641HPCN port has now been moved into the common drivers/fsl_pci_init.c. In a subsequent patch, this will be utilized by the 85xx ports as well. Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added. Also enable the second PCI-Express controller on 8641 by getting its BATS and CFG_ setup right. Fixed a u16 vendor compiler warning in AHCI driver too. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Zhang Wei <wei.zhang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | | Fix build errors and warnings / code cleanup.Wolfgang Denk2007-08-02-14/+23
| |_|/ |/| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-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-10-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-10-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-09-39/+39
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-39/+39
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | board/[f-l]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-34/+34
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | board/[d-e]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-28/+28
| | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | | board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-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-07-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-04-3/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Correct fixup relocation for mpc824xGrant Likely2007-07-04-1/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc83xx linker scriptsGrant Likely2007-07-04-859/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Consolidate mpc8260 linker scriptsGrant Likely2007-07-04-375/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc824x linker scriptsGrant Likely2007-07-04-1298/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc824x linker scripts (3 of 4)Grant Likely2007-07-04-1293/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc824x linker scripts (2 of 4)Grant Likely2007-07-04-1146/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc824x linker scripts (1 of 4)Grant Likely2007-07-04-1187/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc8220 linker scriptsGrant Likely2007-07-04-250/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc5xxx linker scripts (3 of 3)Grant Likely2007-07-04-408/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc5xxx linker scripts (2 of 3)Grant Likely2007-07-04-871/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc5xxx linker scripts (1 of 3)Grant Likely2007-07-04-998/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Remove obsolete mpc5xx linker scriptsGrant Likely2007-07-04-280/+0
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Consolidate mpc8260 linker scriptsGrant Likely2007-07-04-0/+6
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Consolidate mpc824x linker scriptsGrant Likely2007-07-04-0/+2
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Consolidate mpc5xxx linker scriptsGrant Likely2007-07-04-0/+3
| | | | | | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | | Fix a few file permission problems.Wolfgang Denk2007-07-04-0/+0
| | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | Minor coding style cleanup. Rebuild CHANGELOG file.Wolfgang Denk2007-07-04-20/+0
| | |
* | | board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-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-04-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>
* | Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-07-03-5/+5
|\ \
| * | Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips2007-05-17-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-25-19/+29
|\ \ \
| * | | Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk2007-06-22-19/+19
| | | |
| * | | Extend POST support for PPC440Igor Lisitsin2007-06-22-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-25-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>