Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-28 | Enable commandline editing and hush shell on all TQM boards. | Wolfgang Denk | |
2006-10-28 | README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE | Wolfgang Denk | |
2006-10-24 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
(Conflicts between Jon Loeliger's and Matthew McClintock's tree were resolved by in favour of Jon's version.) | |||
2006-10-24 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-24 | Add ATSTK1000 and ATSTK1002 board support | Wolfgang Denk | |
Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU daughterboard. ATSTK1000 is a full-featured development board for AT32AP CPUs. It has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker, and connectors for USART, PS/2, VGA, USB, MMC/SD cards and CompactFlash cards. For more information, please see this page: http://www.atmel.com/dyn/products/tools.asp?family_id=682 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the AT32AP7000 chip. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2006-10-20 | Merge with http://www.jdl.com/software/u-boot-86xx.git | Wolfgang Denk | |
2006-10-20 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-10-20 | Merge branch 'i2c' | Jon Loeliger | |
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 | Fix compile problem in include/configs/ep82xxm.h | Wolfgang Denk | |
(must have never been tested before!) | |||
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-19 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
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-18 | Coding Style cleanup. | Wolfgang Denk | |
2006-10-18 | Merge with /home/tur/proj/051_uboot_linux_v38b/u-boot | Wolfgang Denk | |
2006-10-13 | Preliminary patch adding support for the MarelV38B board. | Bartlomiej Sieka | |
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 | Fix whitespace issues. | Jon Loeliger | |
2006-10-09 | Add missing files for EP82xxM boards | Wolfgang Denk | |
Patch by Aaron Sells, 20 Jun 2006 | |||
2006-10-05 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
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-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 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
Conflicts: board/stxxtc/Makefile | |||
2006-09-13 | Add support for AMCC Rainier PPX440GRx eval board | Stefan Roese | |
Patch by Stefan Roese, 13 Sep 2006 | |||
2006-09-12 | Add NAND environment support for PPC440EPx Sequoia NAND boot config | Stefan Roese | |
Patch by Stefan Roese, 12 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 | Add support for AMCC Sequoia PPC440EPx eval board | Stefan Roese | |
- Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006 | |||
2006-09-04 | Fix build problems on sorcery board. | Wolfgang Denk | |
2006-09-03 | Fixed problems on PRS200 board caused by adding splash screen on MCC200 | Wolfgang Denk | |
2006-08-30 | Add splashscreen support for MCC200 board. | Wolfgang Denk | |
2006-08-30 | Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled | Wolfgang Denk | |
2006-08-29 | Fix typo. | Wolfgang Denk | |
2006-08-27 | Code cleanup | Wolfgang Denk | |
2006-08-25 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-08-25 | Change ramdiskaddr and dtbaddr | Haiying Wang | |
Remove PEX fluff commands. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-08-25 | Fix typo in MCC200/PRS200 configuration | Wolfgang Denk | |
2006-08-25 | Update for MCC200 / PRS200 boards: | Wolfgang Denk | |
- auto-adjust console device for Linux. - fix typos. | |||
2006-08-25 | Merge with /home/tur/proj/fo300/u-boot | Wolfgang Denk | |
2006-08-24 | Updates for MCC200 / PRS200 boards: | Wolfgang Denk | |
- support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions | |||
2006-08-23 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-08-23 | Add AHCI define and sata support for MPC8641HPCN board. | Jin Zhengxiong | |
Signed-off-by:Jason Jin<jason.jin@freescale.com> | |||
2006-08-23 | Add dtb boot-up parameter to default boot commands. | Zhang Wei | |
Signed-off-by: Zhang Wei <wei.zhang@freescale.com> | |||
2006-08-22 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-08-22 | Add a fix for a buggy USB device on the FO300 board. | Bartlomiej Sieka | |
2006-08-19 | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd | Wolfgang Denk | |
2006-08-18 | Minor cleanup | Wolfgang Denk | |