Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |||
2006-10-09 | Coding style cleanup | Wolfgang Denk | |
2006-10-09 | Add support for EP82xxM boards | Wolfgang Denk | |
Patch by Aaron Sells, 20 Jun 2006 | |||
2006-10-08 | Merge with git+ssh://fifi/home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-05 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-10-04 | Fix TLB setup for Ocotea board | Stefan Roese | |
Patch by Stefan Roese, 30 Sep 2006 | |||
2006-10-04 | Fix reset problem in sequoia sdram init code | Stefan Roese | |
Patch by Stefan Roese, 23 Sep 2006 | |||
2006-10-03 | Update 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 | |||
2006-09-29 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-09-29 | Fix missing tCycle/modfreq calculation. | John Traill | |
Signed-off-by: John Traill <john.traill@freescale.com> | |||
2006-09-20 | Fix comments in include/ppc440.h | Wolfgang Denk | |
Patch by Martin Hicks, 16 Jun 2006 | |||
2006-09-19 | Merge branch 'mpc85xx' | Jon Loeliger | |
Conflicts: drivers/tsec.c | |||
2006-09-19 | Updated config headers to add default FDT-based booting | Andy Fleming | |
2006-09-19 | Add support for eTSEC 3 & 4 on 8548 CDS | Andy Fleming | |
* Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. This will only work on rev 1.3 boards (but doesn't break older boards) * Cleaned up some comments to reflect the expanded role of tsec in other systems | |||
2006-09-19 | Added code to support 2.6.18 PCI changes in u-boot | Andy Fleming | |
* Added code to swizzle the IRQ map for the PCI | |||
2006-09-19 | Modified makefile for new build mechanism. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-09-19 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
Conflicts: board/stxxtc/Makefile | |||
2006-09-14 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-09-14 | Handle 86xx SVR values according to the new Reference Manual. | Jon Loeliger | |
Both 8641 and 8641D have SVR == 0x8090, and are distinguished by the byte in bits 16-23 instead. Thanks to Jason Jin for noticing. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-09-13 | Add support for AMCC Rainier PPX440GRx eval board | Stefan Roese | |
Patch by Stefan Roese, 13 Sep 2006 | |||
2006-09-13 | Disable autoboot abort for FO300 when silent mode is enabled | Wolfgang Denk | |
(according to S1 switch setting). Patch by Marian Balakowicz, 12 Sep 2006 | |||
2006-09-13 | Cleanup examples binaries | Wolfgang Denk | |
2006-09-13 | Merge with /home/sr/git/u-boot/denx | Wolfgang Denk | |
2006-09-13 | Fix alignment problem in "mtdparts" command | Wolfgang Denk | |
2006-09-12 | Add NAND environment support for PPC440EPx Sequoia NAND boot config | Stefan Roese | |
Patch by Stefan Roese, 12 Sep 2006 | |||
2006-09-12 | Update NAND boot documentation | Stefan Roese | |
Patch by Stefan Roese, 12 Sep 2006 | |||
2006-09-09 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-09-07 | Add documentation on the latest build environment extentions to | Marian Balakowicz | |
the README file. | |||
2006-09-07 | Fix build problem cpu/ppc4xx/ndfc.c | Stefan Roese | |
Patch by Stefan Roese, 07 Sep 2006 | |||
2006-09-07 | Fix build problem with CPCI440 | Stefan Roese | |
Patch by Stefan Roese, 07 Sep 2006 | |||
2006-09-07 | Change Yellowstone to use CFI write buffer | Stefan Roese | |
Patch by Stefan Roese, 07 Aug 2006 | |||
2006-09-07 | Remove dead code (i2o and dma) from cpu/mpc824x/drivers/ directory. | Marian Balakowicz | |
2006-09-07 | Fix LOG_DIR directory creation error. | Marian Balakowicz | |
Add support for automatic creation of BUILD_DIR directory. |