summaryrefslogtreecommitdiff
path: root/MAINTAINERS
AgeCommit message (Collapse)Author
2007-06-15[ppc4xx] Add initial lwmon5 board supportStefan Roese
This patch adds initial support for the Liebherr lwmon5 board euqipped with an AMCC 440EPx PowerPC. Signed-off-by: Stefan Roese <sr@denx.de>
2007-05-03Update board configuration for STX GP3SSA board:Wolfgang Denk
Enable hush shell, environment in flash rather in EEPROM, more user-friendly default environment, etc. The simple EEPROM environment can be selected easily in the board config file. Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-03Add support for STX GP3SSA (stxssa) BoardDan Malek
Signed-off-by Dan Malek, <dan@embeddedalley.com>
2007-04-19Merge with git://www.denx.de/git/u-boot.gitPeter Pearse
2007-04-17Move ppearse to ARM board listPeter Pearse
Add Konstantin Kletschke for scb9328. Signed-off-by: Peter Pearse <peter.pearse@arm.com>
2007-04-04Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk
2007-03-26Support for XUPV2P boardMichal Simek
Reset support BSP autoconfig support
2007-03-21Merge with /home/stefan/git/u-boot/acadiaStefan Roese
2007-03-21[PATCH] Add AMCC Acadia (405EZ) eval board supportStefan Roese
This patch adds support for the new AMCC Acadia eval board. Please note that this Acadia/405EZ support is still in a beta stage. Still lot's of cleanup needed but we need a preliminary release now. Signed-off-by: Stefan Roese <sr@denx.de>
2007-03-02mpc83xx: Add support for the MPC8349E-mITX-GPTimur Tabi
Add support for the MPC8349E-mITX-GP, a stripped-down version of the MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in HRCW is 0) for the ITX and a README for the ITX and the ITX-GP. Signed-off-by: Timur Tabi <timur@freescale.com>
2007-02-20[PATCH] Add support for the AMCC Katmai (440SPe) eval boardStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-31[PATCH] Add support for esd mecp5200 boardStefan Roese
Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
2007-01-18[PATCH] Add support for Prodrive SCPU (PDNB3 variant) boardStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-18[PATCH] Add support for AMCC Taishan PPC440GX eval boardStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-30Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk
2006-11-29[PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese
This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are quite similar and share the same board directory "prodrive/p3mx" and the same config file "p3mx.h". Signed-off-by: Stefan Roese <sr@denx.de>
2006-11-28Merge http://www.denx.de/git/u-bootKim Phillips
2006-11-28Assign maintainers for mpc8349emds and mpc8360emdsKim Phillips
Dave for mpc8360emds, and me for mpc8349emds.
2006-11-10Merge with /home/stefan/git/u-boot/denxStefan Roese
2006-11-03mpc83xx: Add support for the MPC8349E-mITXTimur Tabi
PREREQUISITE PATCHES: * This patch can only be applied after the following patches have been applied: 1) DNX#2006090742000024 "Add support for multiple I2C buses" 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x" 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c" 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems" 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems" CHANGELOG: * Add support for the Freescale MPC8349E-mITX reference design platform. The second TSEC (Vitesse 7385 switch) is not supported at this time. Signed-off-by: Timur Tabi <timur@freescale.com>
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk
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-24Add AVR32 architecture supportWolfgang Denk
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>
2006-09-19Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger
Conflicts: board/stxxtc/Makefile
2006-09-18Merge with /home/stefan/git/u-boot/denxStefan Roese
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-01Added David Updegraff as maintainer of CRAYL1Detlev Zundel
2006-08-29Merge branch 'mpc86xx'Jon Loeliger
2006-08-29Add myself as maintainer for MPC8641HPCN.Jon Loeliger
2006-07-21Add support for KVME080 boardWolfgang Denk
Patch by Sangmoon Kim, 18 Aug 2005
2006-06-16Add support for gth2 boardWolfgang Denk
Patch by Thomas Lange, Aug 11 2005
2006-06-08Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boardsScott McNutt
Patch by Scott McNutt, 08 Jun 2006
2006-06-02Add support for PCS440EP boardStefan Roese
Patch by Stefan Roese, 02 Jun 2006
2006-05-30* Update Intel IXP4xx supportWolfgang Denk
- Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
2006-01-26Add support for r5200 boardZachary P. Landau
2005-11-30Add support for TQM8541/8555 boards, TQM85xx support reworked:Stefan Roese
- Support for TQM8541/8555 boards added. - Complete rework of TQM8540/8560 support. - Common TQM85xx code now supports all current TQM85xx platforms (TQM8540/8541/8555/8560). - DDR SDRAM size detection added. - CAS latency default values can be overwritten by setting "serial#" to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used. If problems are detected with this non default CAS latency, the defualt values will be used instead. - FLASH size detection added. - Moved FCC ethernet driver initialization behind TSEC driver init -> TSEC is first device. Patch by Stefan Roese, 30 Nov 2005
2005-11-29Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.Stefan Roese
Patch by John Otken, 23 Nov 2005
2005-11-15New PPC 405EP board added: CMS700Stefan Roese
Added CONFIG_NET_MULTI for VOM405 board. Added reset_phy() for VOM405 board. Patch by Matthias Fuchs, 09 Nov 2005
2005-10-09Cleanup warnings for cpu/arm720t & cpu/arm1136 files.Wolfgang Denk
sed the linker scripts, rather than pre-process them. Patch by Peter Pearse, 07 Oct 2005
2005-10-06Update make target for ARM supported boards.Wolfgang Denk
Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
2005-09-26Add board support for armadillo HT1070Wolfgang Denk
Patch by Rowel Atienza, 06 Apr 2005
2005-09-25Add Vibren (was Accelent) PXA255 IDP SupportWolfgang Denk
Patch by Cliff Brake, 04 Feb 2005
2005-09-22esd CPCI2DP board addedStefan Roese
Patch by Matthias Fuchs, 22 Sep 2005
2005-08-22Add esd cpci5200 and pf5200 boardsStefan Roese
Patch by Reinhard Arlt, 22 Aug 2005
2005-08-15Coding style cleanupWolfgang Denk
2005-08-15Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.Wolfgang Denk
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
2005-08-15Add Sandburst Metrobox and Sandburst Karef board support packages.Stefan Roese
Second serial port on 440GX now defined as a system device. Add 'Short Etch' code for Cicada PHY within 440gx_enet.c Patch by Travis B. Sawyer, 12 Jul 2005 Check return value of malloc in 440gx_enet.c Patch by Travis B. Sawyer, 18 Jul 2005
2005-08-12Fix Murray Jensen's mail address.Wolfgang Denk
Patch by Murray Jensen, 30 Jun 2005
2005-08-12Move the AT91RM9200DK to the ARM Systems list.Wolfgang Denk
Patch by Anders Larsen, 26 Apr 2005
2005-08-06Add support for ep8248 boardWolfgang Denk
Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup.