summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2008-02-05AT91SAM9RL: Fix Dataflash timingJustin Waters
The timings for the dataflash chip on the SAM9RL-EK board are incorrect. This patch fixes them. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Justin Waters <justin.waters@timesys.com>
2008-01-21Add Atmel AT91 patch version 1.5Justin Waters
This patch adds support for the following boards: AT91RM9200-EK AT91SAM9260-EK AT91SAM9261-EK AT91SAM9263-EK AT91SAM9RL-EK It was downloaded from http://www.linux4sam.org/twiki/pub/Linux4SAM/U-Boot/u-boot-1.1.5_atmel_1.5.diff.bz2 Signed-off-by: Justin Waters <justin.waters@timesys.com>
2006-10-20Fix compile problem in include/configs/ep82xxm.hWolfgang Denk
(must have never been tested before!)
2006-10-20Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese
Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006
2006-10-18Coding Style cleanup.Wolfgang Denk
2006-10-18Merge with /home/tur/proj/051_uboot_linux_v38b/u-bootWolfgang Denk
2006-10-13Preliminary patch adding support for the MarelV38B board.Bartlomiej Sieka
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-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-09Add missing files for EP82xxM boardsWolfgang Denk
Patch by Aaron Sells, 20 Jun 2006
2006-10-09Coding style cleanupWolfgang Denk
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-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
2006-09-20Fix comments in include/ppc440.hWolfgang Denk
Patch by Martin Hicks, 16 Jun 2006
2006-09-13Add support for AMCC Rainier PPX440GRx eval boardStefan Roese
Patch by Stefan Roese, 13 Sep 2006
2006-09-12Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese
Patch by Stefan Roese, 12 Sep 2006
2006-09-07Fix build problem with CPCI440Stefan Roese
Patch by Stefan Roese, 07 Sep 2006
2006-09-07Change Yellowstone to use CFI write bufferStefan Roese
Patch by Stefan Roese, 07 Aug 2006
2006-09-07Add support for AMCC Sequoia PPC440EPx eval boardStefan 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-04Fix build problems on sorcery board.Wolfgang Denk
2006-09-03Fixed problems on PRS200 board caused by adding splash screen on MCC200Wolfgang Denk
2006-09-01Added simple_strtoul(), getenv() and setenv() to the exported functions.Detlev Zundel
Also bumped up ABI version to reflect this change.
2006-09-01Added interrupt handling capabilities for mpc5xxx processors.Detlev Zundel
Also added Linux like BUG() macros.
2006-08-30Add splashscreen support for MCC200 board.Wolfgang Denk
2006-08-30Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk
2006-08-29Fix typo.Wolfgang Denk
2006-08-27Code cleanupWolfgang Denk
2006-08-25Fix typo in MCC200/PRS200 configurationWolfgang Denk
2006-08-25Update for MCC200 / PRS200 boards:Wolfgang Denk
- auto-adjust console device for Linux. - fix typos.
2006-08-25Merge with /home/tur/proj/fo300/u-bootWolfgang Denk
2006-08-24Updates for MCC200 / PRS200 boards:Wolfgang Denk
- support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
2006-08-22Add a fix for a buggy USB device on the FO300 board.Bartlomiej Sieka
2006-08-18Minor cleanupWolfgang Denk
2006-08-18Add support for WTK FO300 board (TQM5200 based).Marian Balakowicz
2006-08-18Merge with /home/raj/git/u-bootWolfgang Denk
2006-08-18Merge with git+ssh://fifi/home/wd/git/u-boot/masterWolfgang Denk
2006-08-18Fix TQM834x hang.Rafal Jaworowski
2006-08-17Cleanup debug code for yucca board.Wolfgang Denk
2006-08-17Add debug console on COM12 for MCC200 boardWolfgang Denk
2006-08-14Fixed common.h spelling error.Wolfgang Denk
Patch by Cory Tusar, 30 Nov 2005
2006-08-14Fix fatload command on FAT32 formatted partitions.Wolfgang Denk
Patch by Joachim Jaeger, 18 Nov 2005
2006-08-13Merge with /home/sr/git/u-boot/denxWolfgang Denk
2006-08-11Merge with /home/raj/git/u-bootWolfgang Denk
2006-08-11Fix preboot message on TQM85xx after switching to hush parser.Wolfgang Denk
2006-08-11Adapt TQM85xx ramdisk address to Linux kernel memory mapWolfgang Denk
2006-08-11Fix PCI-Express on PPC440SPe rev. A.Rafal Jaworowski
2006-08-10Merge with /home/raj/git/u-bootWolfgang Denk
2006-08-10Add support for PCI-Express on PPC440SPe (Yucca board).Rafal Jaworowski
2006-08-07Merge with /home/tur/proj/usb_sticks/u-bootWolfgang Denk