Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-20 | Converted all 85xx boards to use a common FSL I2C driver. | Jon Loeliger | |
Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cleanups along the way. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-10-20 | Cleanup compile warnings. Prepare for release 1.1.5 | Wolfgang Denk | |
2006-10-20 | Fix compile problem in include/configs/ep82xxm.h | Wolfgang Denk | |
(must have never been tested before!) | |||
2006-10-20 | MCC200: Fix uninitialized variable problem in LCD driver | Wolfgang Denk | |
2006-10-20 | Update CHANGELOG | Stefan Roese | |
2006-10-20 | Add board/cpu specific NAND chip select function to 440 NDFC | Stefan Roese | |
Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006 | |||
2006-10-20 | Coding style cleanup | Wolfgang Denk | |
2006-10-20 | Merge with /home/sr/git/u-boot/440epx-boot-msg | Wolfgang Denk | |
2006-10-19 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-10-19 | Rewrite a series of goto statements as a sequences of | Jon 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-19 | Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c | Jon 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.0 | Jon Loeliger | |
Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
2006-10-18 | Coding Style cleanup. | Wolfgang Denk | |
2006-10-18 | Update CHANGELOG | Wolfgang Denk | |
2006-10-18 | Merge with /home/tur/proj/051_uboot_linux_v38b/u-boot | Wolfgang Denk | |
2006-10-18 | Make 4xx bootup message shorter on 440EPx/GRx platforms | Stefan Roese | |
Patch by Stefan Roese, 18 Oct 2006 | |||
2006-10-17 | Add monitor functions for indirect access to PPC440 DCR's | Stefan Roese | |
Patch by Leonid Baryudin, 12 Oct 2006 | |||
2006-10-13 | Fixed leading whitespace issues. | Jon Loeliger | |
Removed spurious LAWAR thing. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-10-13 | Preliminary patch adding support for the MarelV38B board. | Bartlomiej Sieka | |
2006-10-12 | * PPC405EP: Add support for board configuration of CPC0_PCI register | Stefan 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-12 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-10-12 | Remove unneeded include files and local variable. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-10-12 | Fix 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-12 | Fix spelling; minor code cleanup. | Wolfgang Denk | |
2006-10-12 | Fix JFFS2 compilation problem | Stefan Roese | |
Patch by Stefan Roese, 12 Oct 2006 | |||
2006-10-12 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-12 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-12 | Minor code cleanup. | Wolfgang Denk | |
2006-10-11 | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd | Wolfgang Denk | |
2006-10-11 | * Fix a bunch of compiler warnings for gcc 4.0 | Matthew McClintock | |
Signed-off-by: Matthew McClintock <msm@freescale.com> | |||
2006-10-11 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-10-11 | Move "ar" flags to config.mk to allow for silent "make -s" | Jon Loeliger | |
2006-10-11 | Cleanup of NAND update patch (remove changelog from cmd_nand.c) | Stefan Roese | |
Patch by Guido Classen, 10 Oct 2006 | |||
2006-10-11 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-10 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-10-10 | Coding style changes to remove local varible blocks | Jon Loeliger | |
and reformat a bit nicer. | |||
2006-10-10 | Fix whitespace issues. | Jon Loeliger | |
2006-10-10 | Fix whitespace issues. | Jon Loeliger | |
2006-10-10 | Fix whitespace issues. | Jon Loeliger | |
2006-10-10 | Ran lindent and cleaned up whitespace issues. | Jon Loeliger | |
Format for 80-columns too. | |||
2006-10-10 | Fix 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-09 | Merge with /home/sr/git/u-boot/avr32 | Wolfgang Denk | |
2006-10-09 | Define IH_CPU_AVR32 | Stefan 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-09 | Fix buffer overflow problem in ft_build.c | Wolfgang Denk | |
Patch by Fredrik Roubert, 09 Oct 2006 | |||
2006-10-09 | Make bootp implementation RFC3046 compliant | Wolfgang Denk | |
Patch by Joakim Larsson, 27 Jun 2006 | |||
2006-10-09 | TQM5200: 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-09 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | |
Based on patch by Mike Frysinger, 20 Jun 2006 | |||
2006-10-09 | Add missing files for EP82xxM boards | Wolfgang Denk | |
Patch by Aaron Sells, 20 Jun 2006 |