Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-07 | CFG_NAND_QUIET_TEST added to not warn upon missing NAND device | Stefan Roese | |
Patch by Stefan Roese, 07 Oct 2006 | |||
2006-10-07 | Update ALPR code (NAND support working now) | Stefan Roese | |
Patch by Stefan Roese, 07 Oct 2006 | |||
2006-10-07 | Remove compile warnings in fpga code | Stefan Roese | |
Patch by Stefan Roese, 07 Oct 2006 | |||
2006-10-07 | Add CONFIG_BOARD_RESET to configure board specific reset function | Stefan Roese | |
Patch by Stefan Roese, 07 Oct 2006 | |||
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-18 | Merge with /home/stefan/git/u-boot/denx | Stefan Roese | |
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 | |