summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeLines
* Updates for TQM5200 modules:Wolfgang Denk2006-11-23-35/+11
| | | | | - fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
* [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASHStefan Roese2006-11-20-6/+6
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/sr/git/u-boot/cfi-updateWolfgang Denk2006-11-20-1/+7
|\
| * [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]Stefan Roese2006-11-13-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | * Adds support for AMD command set Top Boot flash geometry reversal * Adds support for reading JEDEC Manufacturer ID and Device ID * Adds support for displaying command set, manufacturer id and device ids (flinfo) * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined * Removes outdated change history (refer to git log instead) Signed-off-by: Tolunay Orkun <listmember@orkun.us> Signed-off-by: Stefan Roese <sr@denx.de>
* | Merge with /home/tur/proj/v38b/u-bootWolfgang Denk2006-11-12-2/+2
|\ \ | |/ |/|
| * Disable the watchdog in the default config for the V38B board.Bartlomiej Sieka2006-11-11-1/+1
| |
| * Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pinBartlomiej Sieka2006-11-11-1/+1
| | | | | | | | | | group is enabled for USB earlier (in cpu_init_f() instead of usb_lowlevel_init()).
* | Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk2006-11-06-1/+1
|/ | | | | | at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
* - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka2006-11-01-1/+8
| | | | | | | | MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards. - Add defintions for some MPC5XXX GPIO pins.
* Changed MarelV38B board make target to lowercase. Config file cleanup.Bartlomiej Sieka2006-11-01-107/+82
|
* [PATCH] omap925.c: Remove unused functionsStefan Roese2006-10-28-4/+0
| | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
* Enable commandline editing and hush shell on all TQM boards.Wolfgang Denk2006-10-28-41/+43
|
* README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETEWolfgang Denk2006-10-28-4/+3
|
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-24-76/+4791
|\ | | | | | | | | (Conflicts between Jon Loeliger's and Matthew McClintock's tree were resolved by in favour of Jon's version.)
| * Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk2006-10-24-76/+9
| |\
| | * Merge branch 'i2c'Jon Loeliger2006-10-20-76/+9
| | |\
| | | * Use generic I2C register block on 85xx and 86xx.Jon Loeliger2006-10-20-76/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace private IMMAP I2C structures with generic reg block and allow 86xx to have multiple I2C device busses. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-24-0/+2282
| |\ \ \
| | * | | Add ATSTK1000 and ATSTK1002 board supportWolfgang Denk2006-10-24-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | | Add AT32AP CPU and AT32AP7000 SoC supportWolfgang Denk2006-10-24-0/+439
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the AT32AP CPU family and the AT32AP7000 chip, which is the first chip implementing the AVR32 architecture. The AT32AP CPU core is a high-performance implementation featuring a 7-stage pipeline, separate instruction- and data caches, and a MMU. For more information, please see the "AVR32 AP Technical Reference": http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf In addition to this, the AT32AP7000 chip comes with a large set of integrated peripherals, many of which are shared with the AT91 series of ARM-based microcontrollers from Atmel. Full data sheet is available here: http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
| | * | | Add AVR32 architecture supportWolfgang Denk2006-10-24-0/+1660
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 This patch adds common infrastructure code for the Atmel AVR32 architecture. See doc/README.AVR32 for details. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
| * | | | Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk2006-10-20-95/+2685
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch 'i2c'Jon Loeliger2006-10-20-25/+75
| | |\ \ | | | |/
| | | * Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-20-25/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-19-1/+379
| | |\ \ | | | |/ | | |/|
| | * | Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-19-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | * Fix a bunch of compiler warnings for gcc 4.0Jon Loeliger2006-10-19-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| | * | Fixed leading whitespace issues.Jon Loeliger2006-10-13-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Removed spurious LAWAR thing. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-11-0/+57
| | |\ \
| | * \ \ Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-10-37/+483
| | |\ \ \
| | * | | | Fix whitespace issues.Jon Loeliger2006-10-10-242/+233
| | | | | |
| | * | | | Merge branch 'mpc85xx'Jon Loeliger2006-09-19-15/+30
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/tsec.c
| | | * | | | Updated config headers to add default FDT-based bootingAndy Fleming2006-09-19-14/+27
| | | | | | |
| | | * | | | Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming2006-09-19-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-19-77/+1280
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| | * \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-09-14-2/+3
| | |\ \ \ \ \ \
| | | * | | | | | Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger2006-09-14-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-25-7/+2
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Change ramdiskaddr and dtbaddrHaiying Wang2006-08-25-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove PEX fluff commands. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-23-5/+216
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Add AHCI define and sata support for MPC8641HPCN board.Jin Zhengxiong2006-08-23-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by:Jason Jin<jason.jin@freescale.com>
| | | * | | | | | Add AHCI support to u-bootJin Zhengxiong2006-08-23-0/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add AHCI support in u-boot, enable the sata disk controllers which following the AHCI protocol. Signed-off-by:Jason Jin<jason.jin@freescale.com>
| | | * | | | | | Add dtb boot-up parameter to default boot commands.Zhang Wei2006-08-23-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
| | * | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-22-7/+4
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Cleanup even more poorly introduced whitespace.Jon Loeliger2006-08-22-7/+4
| | | | | | | | |
| | * | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-22-5/+5
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Cleanup more poorly introduced whitespace.Jon Loeliger2006-08-22-5/+5
| | | | | | | | |
| | * | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-22-9/+9
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Cleanup poorly introduced whitespace.Jon Loeliger2006-08-22-9/+9
| | | | | | | | |
| | * | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-08-22-57/+189
| | |\ \ \ \ \ \ \