summaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Collapse)Author
2006-11-03mpc83xx: Changed to unified mpx83xx names and added common 83xx changesDave Liu
Incorporated the common unified variable names and the changes in preparation for releasing mpc8360 patches. Signed-off-by: Dave Liu <daveliu@freescale.com>
2006-11-03mpc83xx: Fix missing build for mpc8349emds pci.cTanya Jiang
Make pci build for mpc8349emds Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
2006-11-01Finish up support for MarelV38B boardBartlomiej Sieka
- add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
2006-11-01- Fix issues related to the use of ELDK 4 when compiling for MarelV38B:Bartlomiej Sieka
* remove warnings when compiling ethaddr.c * adjust linker script (fixes a crash resulting from incorrect definition of __u_boot_cmd_start) - Some MarelV38B code cleanup.
2006-11-01- Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka
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.
2006-10-28[PATCH] Add some missing machtypes for netstar & voiceblue boardsStefan Roese
Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of numbers in code. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
2006-10-27Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk
2006-10-25Finish up support for the ATSTK1000/ATSTK1002 boardsHaavard Skinnemoen
Add atstk1002_config target to Makefile and move the AVR32 section down below Blackfin so that it doesn't end up in the middle of MIPS. Drop the autogenerated linker script thing for now. Will have to revisit how to handle chips with different flash and RAM layout later. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-10-24Merge with /home/wd/git/u-boot/mailing-list/Haavard_SkinnemoenWolfgang Denk
2006-10-24Move atstk1000 files into vendor specific directory.Wolfgang Denk
Patch by Haavard Skinnemoen, 12 Sep 2006
2006-10-24Add ATSTK1000 and ATSTK1002 board supportWolfgang 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-23Fix sequoia separate object direcory building problems.Marian Balakowicz
2006-10-20Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk
2006-10-20Merge branch 'i2c'Jon Loeliger
2006-10-20Fix compilation warnings on a few 85xx boards.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-10-20Converted 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-20Cleanup compile warnings. Prepare for release 1.1.5v1.1.5U-Boot-1_1_5Wolfgang Denk
2006-10-19Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-19* Fix a bunch of compiler warnings for gcc 4.0Jon Loeliger
Signed-off-by: Matthew McClintock <msm@freescale.com>
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-11Move "ar" flags to config.mk to allow for silent "make -s"Jon Loeliger
2006-10-10Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
2006-10-10Fix whitespace issues.Jon Loeliger
2006-10-10Fix whitespace and 80-col issues.Jon Loeliger
2006-10-09TQM5200: 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-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk
Based on patch by Mike Frysinger, 20 Jun 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-05Merge with /home/m8/git/u-bootWolfgang Denk
2006-10-04Fix TLB setup for Ocotea boardStefan Roese
Patch by Stefan Roese, 30 Sep 2006
2006-10-04Fix reset problem in sequoia sdram init codeStefan Roese
Patch by Stefan Roese, 23 Sep 2006
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-19Merge branch 'mpc85xx'Jon Loeliger
Conflicts: drivers/tsec.c
2006-09-19Add support for eTSEC 3 & 4 on 8548 CDSAndy 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-19Added code to support 2.6.18 PCI changes in u-bootAndy Fleming
* Added code to swizzle the IRQ map for the PCI
2006-09-19Modified makefile for new build mechanism.Jon Loeliger
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-09-19Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
Conflicts: board/stxxtc/Makefile
2006-09-13Add support for AMCC Rainier PPX440GRx eval boardStefan Roese
Patch by Stefan Roese, 13 Sep 2006
2006-09-13Disable autoboot abort for FO300 when silent mode is enabledWolfgang Denk
(according to S1 switch setting). Patch by Marian Balakowicz, 12 Sep 2006
2006-09-12Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese
Patch by Stefan Roese, 12 Sep 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-04Merge with /home/m8/git/u-bootWolfgang Denk
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz
Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
2006-09-01Remove the board/netstar/crcit binary from git repository.Marian Balakowicz
2006-08-30Add splashscreen support for MCC200 board.Wolfgang Denk
2006-08-29PCIe endpoint support for AMCC Yucca 440SPe boardStefan Roese
Patch by Tirumala R Marri, 26 Aug 2006