summaryrefslogtreecommitdiff
path: root/board
Commit message (Collapse)AuthorAgeLines
* Solve the copyright conflicts when merging 'master' into hpc2.roy zang2006-11-29-2/+1149
|\ | | | | | | | | | | | | | | Merge branch 'master' into hpc2 Conflicts: drivers/cfi_flash.c
| * Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-27-0/+1129
| |\
| | * [PATCH] alpr: remove unused board specific flash driverStefan Roese2006-11-27-70/+0
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| | * [PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese2006-11-27-82/+118
| | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| | * Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-27-2/+2
| | |\
| | * \ Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-10-565/+4549
| | |\ \
| | * | | Update ALPR code (NAND support working now)Stefan Roese2006-10-07-213/+185
| | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| | * | | Add CONFIG_BOARD_RESET to configure board specific reset functionStefan Roese2006-10-07-0/+12
| | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| | * | | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-09-18-1989/+4921
| | |\ \ \
| | * | | | Add initial support for the ALPR board from ProdriveStefan Roese2006-08-15-0/+1175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NAND needs some additional testing Patch by Heiko Schocher, 15 Aug 2006
| * | | | | Minor code cleanup. Update CHANGELOG.Wolfgang Denk2006-11-27-2/+1
| | |_|_|/ | |/| | |
| * | | | Updates for TQM5200 modules:Wolfgang Denk2006-11-23-2/+2
| | |_|/ | |/| | | | | | | | | | | | | | - fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
| * | | Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk2006-11-06-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
* | | | Merge branch 'master' into hpc2roy zang2006-11-03-153/+107
|\ \ \ \ | |/ / /
| * | | Finish up support for MarelV38B boardBartlomiej Sieka2006-11-01-48/+56
| | | | | | | | | | | | | | | | | | | | | | | | - add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
| * | | - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:Bartlomiej Sieka2006-11-01-66/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka2006-11-01-39/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.roy zang2006-11-03-1/+1
| | | | | | | | | | | | | | | | Both work. 0xFF000000 seems more reasonable.
* | | | Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-02-0/+1151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
* | | | Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-02-0/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ,config.mk and link file for the mpc7448hpc2 board. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
* | | | Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-02-0/+955
|/ / / | | | | | | | | | | | | | | | | | | The mpc7448hpc2 board support low level assemble language init code. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
* | | [PATCH] Add some missing machtypes for netstar & voiceblue boardsStefan Roese2006-10-28-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk2006-10-27-2/+2
| | |
* | | Finish up support for the ATSTK1000/ATSTK1002 boardsHaavard Skinnemoen2006-10-25-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-24-2/+403
|\ \ \
| * \ \ Merge with /home/wd/git/u-boot/mailing-list/Haavard_SkinnemoenWolfgang Denk2006-10-24-0/+402
| |\ \ \
| | * | | Move atstk1000 files into vendor specific directory.Wolfgang Denk2006-10-24-1/+1
| | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 12 Sep 2006
| | * | | Add ATSTK1000 and ATSTK1002 board supportWolfgang Denk2006-10-24-0/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | Fix sequoia separate object direcory building problems.Marian Balakowicz2006-10-23-2/+1
| |/ / /
* | | | Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk2006-10-20-168/+1794
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'i2c'Jon Loeliger2006-10-20-3/+0
| |\ \ \
| | * | | Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-20-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | Fix compilation warnings on a few 85xx boards.Jon Loeliger2006-10-20-3/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-19-0/+710
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | * Fix a bunch of compiler warnings for gcc 4.0Jon Loeliger2006-10-19-20/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * | | | Move "ar" flags to config.mk to allow for silent "make -s"Jon Loeliger2006-10-11-1/+1
| | | | |
| * | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-10-351/+1638
| |\ \ \ \
| * | | | | Fix whitespace issues.Jon Loeliger2006-10-10-1/+0
| | | | | |
| * | | | | Fix whitespace and 80-col issues.Jon Loeliger2006-10-10-7/+12
| | | | | |
| * | | | | Merge branch 'mpc85xx'Jon Loeliger2006-09-19-1/+61
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/tsec.c
| | * | | | | Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming2006-09-19-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * | | | | Added code to support 2.6.18 PCI changes in u-bootAndy Fleming2006-09-19-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added code to swizzle the IRQ map for the PCI
| * | | | | | Modified makefile for new build mechanism.Jon Loeliger2006-09-19-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-19-2010/+4837
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| * \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-08-22-160/+170
| |\ \ \ \ \ \ \
| | * | | | | | | General indent and whitespace cleanups.Jon Loeliger2006-08-22-160/+170
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-08-22-12/+313
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-08-09-403/+3
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Removed MPC8641HPCN DTS source file from build.Jon Loeliger2006-08-09-403/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer linked into U-Boot; its sources are now located in the kernel tree. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| * | | | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-09-148/+283
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.