summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Few V38B changes:Bartlomiej Sieka2006-12-281-3/+4
| | | | | | - fix a typo in V38B config file - move watchdog initialisation earlier in the boot process - add "wdt=off" to default kernel command line (disables kernel watchdog)
* Disable the watchdog in the default config for the V38B board.Bartlomiej Sieka2006-11-111-1/+1
|
* Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pinBartlomiej Sieka2006-11-111-1/+1
| | | | | group is enabled for USB earlier (in cpu_init_f() instead of usb_lowlevel_init()).
* - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka2006-11-011-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-011-107/+82
|
* [PATCH] omap925.c: Remove unused functionsStefan Roese2006-10-281-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-2816-41/+43
|
* README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETEWolfgang Denk2006-10-284-4/+3
|
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-2448-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-242-76/+9
| |\
| | * Merge branch 'i2c'Jon Loeliger2006-10-202-76/+9
| | |\
| | | * Use generic I2C register block on 85xx and 86xx.Jon Loeliger2006-10-202-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-2424-0/+2282
| |\ \ \
| | * | | Add ATSTK1000 and ATSTK1002 board supportWolfgang Denk2006-10-241-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-243-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-2420-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-2026-95/+2685
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch 'i2c'Jon Loeliger2006-10-2013-25/+75
| | |\ \ | | | |/
| | | * Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-2013-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-193-1/+379
| | |\ \ | | | |/ | | |/|
| | * | Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-192-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-192-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| | * | Fixed leading whitespace issues.Jon Loeliger2006-10-131-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-111-0/+57
| | |\ \
| | * \ \ Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-107-37/+483
| | |\ \ \
| | * | | | Fix whitespace issues.Jon Loeliger2006-10-102-242/+233
| | | | | |
| | * | | | Merge branch 'mpc85xx'Jon Loeliger2006-09-194-15/+30
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/tsec.c
| | | * | | | Updated config headers to add default FDT-based bootingAndy Fleming2006-09-194-14/+27
| | | | | | |
| | | * | | | Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming2006-09-191-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-1926-77/+1280
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| | * \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-09-141-2/+3
| | |\ \ \ \ \ \
| | | * | | | | | Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger2006-09-141-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-251-7/+2
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Change ramdiskaddr and dtbaddrHaiying Wang2006-08-251-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-232-5/+216
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Add AHCI define and sata support for MPC8641HPCN board.Jin Zhengxiong2006-08-231-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by:Jason Jin<jason.jin@freescale.com>
| | | * | | | | | Add AHCI support to u-bootJin Zhengxiong2006-08-231-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-231-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
| | * | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-7/+4
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Cleanup even more poorly introduced whitespace.Jon Loeliger2006-08-221-7/+4
| | | | | | | | |
| | * | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-5/+5
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Cleanup more poorly introduced whitespace.Jon Loeliger2006-08-221-5/+5
| | | | | | | | |
| | * | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-9/+9
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Cleanup poorly introduced whitespace.Jon Loeliger2006-08-221-9/+9
| | | | | | | | |
| | * | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-08-2216-57/+189
| | |\ \ \ \ \ \ \
| | * | | | | | | | Support for FDT in uImage format, error when using FDT from flashMatthew McClintock2006-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| | * | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-141-4/+3
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | Fix BAT0 to actually be cacheable, non-guarded as documented.Jon Loeliger2006-08-141-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-098-56/+132
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| | | * | | | | | | * Switched default PCI speed for 8540 ADS back to 33MHzMatthew McClintock2006-08-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added comments and a printf to warn that PCI-X won't work at 33MHz Patch by Andy Fleming 17-Mar-2006 Signed-off-by: Andy Fleming <afleming@freescale.com>
OpenPOWER on IntegriCloud