summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-20Merge with /home/sr/git/u-boot/440epx-boot-msgWolfgang Denk
2006-10-19Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-19Rewrite a series of goto statements as a sequences ofJon Loeliger
conditional expressions instead. Use consistent return code 0/-1 for good/bad indicators. Include one fewer file if the driver isn't used at all. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-19Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger
in an effort to begin to unify the umpteen FSL I2C drivers that are all otherwise very similar. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-19* Fix a bunch of compiler warnings for gcc 4.0Jon Loeliger
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-10-18Coding Style cleanup.Wolfgang Denk
2006-10-18Update CHANGELOGWolfgang Denk
2006-10-18Merge with /home/tur/proj/051_uboot_linux_v38b/u-bootWolfgang Denk
2006-10-18Make 4xx bootup message shorter on 440EPx/GRx platformsStefan Roese
Patch by Stefan Roese, 18 Oct 2006
2006-10-17Add monitor functions for indirect access to PPC440 DCR'sStefan Roese
Patch by Leonid Baryudin, 12 Oct 2006
2006-10-13Fixed leading whitespace issues.Jon Loeliger
Removed spurious LAWAR thing. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-13Preliminary patch adding support for the MarelV38B board.Bartlomiej Sieka
2006-10-12* PPC405EP: Add support for board configuration of CPC0_PCI registerStefan Roese
This is needed to be able to configure PerWE*/PCI_INT* pin as PerWE* Patch by Tolunay Orkun, 07 Apr 2006
2006-10-12* PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely.Stefan Roese
- Add configuration of Open Drain GPIO Output selection - Add configuration of initial value of GPIO output pins Patch by Tolunay Orkun, 07 Apr 2006
2006-10-12Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-12Remove unneeded include files and local variable.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-12Fix possible uninitialized variable compiler warning.Grant Likely
When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in do_bootm_linux() may be uninitialized. There is no possibility in the current code that len will get used uninitialized, but this fix follows the existing convention of setting both len and data to zero at the same time. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2006-10-12Fix spelling; minor code cleanup.Wolfgang Denk
2006-10-12Fix JFFS2 compilation problemStefan Roese
Patch by Stefan Roese, 12 Oct 2006
2006-10-12Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-12Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-12Minor code cleanup.Wolfgang Denk
2006-10-11Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk
2006-10-11* Fix a bunch of compiler warnings for gcc 4.0Matthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2006-10-11Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-11Move "ar" flags to config.mk to allow for silent "make -s"Jon Loeliger
2006-10-11Cleanup of NAND update patch (remove changelog from cmd_nand.c)Stefan Roese
Patch by Guido Classen, 10 Oct 2006
2006-10-11Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-10Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-10Coding style changes to remove local varible blocksJon Loeliger
and reformat a bit nicer.
2006-10-10Fix whitespace issues.Jon Loeliger
2006-10-10Fix whitespace issues.Jon Loeliger
2006-10-10Fix whitespace issues.Jon Loeliger
2006-10-10Ran lindent and cleaned up whitespace issues.Jon Loeliger
Format for 80-columns too.
2006-10-10Fix whitespace and 80-col issues.Jon Loeliger
2006-10-10* Several improvements to the new NAND subsystem:Stefan Roese
- JFFS2 related commands implemented in mtd-utils style - Support for bad blocks - Bad block testing commands - NAND lock commands Please take a look at doc/README.nand for more details Patch by Guido Classen, 10 Oct 2006
2006-10-09Merge with /home/sr/git/u-boot/avr32Wolfgang Denk
2006-10-09Define IH_CPU_AVR32Stefan Roese
Make it possible to generate AVR32 uImage files with mkimage and make cmd_bootm recognize them. Patch by Haavard Skinnemoen, 22 Sep 2006
2006-10-09Fix buffer overflow problem in ft_build.cWolfgang Denk
Patch by Fredrik Roubert, 09 Oct 2006
2006-10-09Make bootp implementation RFC3046 compliantWolfgang Denk
Patch by Joakim Larsson, 27 Jun 2006
2006-10-09TQM5200: perform POST memory test only on STK52xx carrier board.Wolfgang Denk
(and then only if PSC6_3 is read as "1" when booting). Patch by Martin Krause, 21 Jun 2006
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk
Based on patch by Mike Frysinger, 20 Jun 2006
2006-10-09Add missing files for EP82xxM boardsWolfgang Denk
Patch by Aaron Sells, 20 Jun 2006
2006-10-09Coding style cleanupWolfgang Denk
2006-10-09Add support for EP82xxM boardsWolfgang Denk
Patch by Aaron Sells, 20 Jun 2006
2006-10-08Merge with git+ssh://fifi/home/wd/git/u-boot/masterWolfgang Denk
2006-10-05Merge with /home/m8/git/u-bootWolfgang Denk
2006-10-04Fix TLB setup for Ocotea boardStefan Roese
Patch by Stefan Roese, 30 Sep 2006
2006-10-04Fix reset problem in sequoia sdram init codeStefan Roese
Patch by Stefan Roese, 23 Sep 2006
2006-10-03Update for CAM5200 board:Marian Balakowicz
- Map in a additional chip selects CS4 and CS5. - Modify the port configration, configure six UARTs and no PCI, ATA and USB. - Add custom flash driver to handle specific byte swapping