summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2007-07-05include/configs: Use new CONFIG_CMD_* in various j* and k* named board ↵Jon Loeliger
config files. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in various i* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in various h* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in various g* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in various e* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in various d* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in various c* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in various b* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in various a* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in various 5200 board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in STx board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in sbc* board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in TQM board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in 82xx board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in 83xx board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-05Merged POST framework with the current TOT.Sergei Poselenov
Signed-off-by: Sergei Poselenov <[email protected]>
2007-07-05include/configs: Use new CONFIG_CMD_* in 85xx board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-04resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPXNiklaus Giger
Signed-off-by: Niklaus Giger <[email protected]>
2007-07-04ppc4xx: Update lwmon5 boardStefan Roese
- 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 <[email protected]>
2007-07-04Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-07-04Correct fixup relocation for mpc83xxGrant Likely
Signed-off-by: Grant Likely <[email protected]>
2007-07-04Correct fixup relocation for mpc8260Grant Likely
Signed-off-by: Grant Likely <[email protected]>
2007-07-04Correct fixup relocation for mpc824xGrant Likely
Signed-off-by: Grant Likely <[email protected]>
2007-07-04Correct fixup relocation for mpc8220Grant Likely
Signed-off-by: Grant Likely <[email protected]>
2007-07-04Correct fixup relocation for MPC5xxxGrant Likely
Signed-off-by: Grant Likely <[email protected]>
2007-07-04Correct relocation fixup for mpc5xxGrant Likely
Signed-off-by: Grant Likely <[email protected]>
2007-07-04Fix a few file permission problems.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2007-07-04configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-04include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
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 <[email protected]>
2007-07-04Introduce initial versions of new Command Config files.Jon Loeliger
Derive three new files from cmd_confdefs.h: config_bootp.h - Has BOOTP related config options, not commands config_cmd_all.h - Has a CONFIG_CMD_* definition for every command config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds. For now, include "config_bootp.h" for compatability until all users of it directly include it properly. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-03Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk
2007-06-30Fix S-ATA support.Mushtaq Khan
Signed-off-by: mushtaq khan <[email protected]>
2007-06-25Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-06-25[PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANGHeiko Schocher
Signed-off-by: Heiko Schocher <[email protected]>
2007-06-25ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese
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 <[email protected]>
2007-06-25ppc4xx: Maintenance patch for esd's CPCI405 derivatsMatthias Fuchs
-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 <[email protected]>
2007-06-22Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk
2007-06-22Adapt log buffer code to support Linux 2.6Igor Lisitsin
A new environment variable, "logversion", selects the log buffer behaviour. If it is not set or set to a value other than 2, then the old, Linux 2.4.4, behaviour is selected. Signed-off-by: Igor Lisitsin <[email protected]> --
2007-06-22Extend POST support for PPC440Igor Lisitsin
Added memory, CPU, UART, I2C and SPR POST tests for PPC440. Signed-off-by: Igor Lisitsin <[email protected]> --
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher
- 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 <[email protected]>
2007-06-22[ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski
- adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros - minor 4xx cleanup
2007-06-22[patch] add nand_init() prototype to nand.hMike Frysinger
since nand_init() is expected to be called by other parts of u-boot, there should be a prototype for it in nand.h Signed-off-by: Mike Frysinger <[email protected]> Signed-off-by: Stefan Roese <[email protected]>
2007-06-22Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-06-20Merge git://www.denx.de/git/u-bootKim Phillips
2007-06-20Coding style cleanup. Refresh CHANGELOG.Wolfgang Denk
2007-06-20Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-06-19[ppc4xx] Fix problem with NAND booting on AMCC AcadiaStefan Roese
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 <[email protected]>
2007-06-18Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew
Added board/freescale/m5329evb, cpu/mcf532x, drivers/net, drivers/serial, immap_5329.h, m5329.h, mcfrtc.h, include/configs/M5329EVB.h, lib_m68k/interrupts.c, and rtc/mcfrtc.c Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c, common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h, include/asm-m68k/io.h, include/asm-m68k/mcftimer.h, include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h, include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c, lib_m68k/time.c, net/eth.c and rtc/Makefile Signed-off-by: TsiChung Liew <[email protected]>
2007-06-17[FIX] fix microblaze file permitissionMichal Simek