aboutsummaryrefslogtreecommitdiff
path: root/board/amcc/taihu
AgeCommit message (Expand)AuthorFilesLines
2015-03-28powerpc: ppc4xx: convert AMCC boards to generic boardAnatolij Gustschin1-0/+4
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-3/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+15
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-20/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-85/+5
2011-12-05board/amcc/taihu/flash.c: Fix GCC 4.6 build warningsWolfgang Denk1-8/+2
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk1-3/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-24/+0
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-09-23ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specificStefan Roese2-2/+2
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk2-22/+13
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk3-7/+7
2009-11-02ppc4xx: Remove board specific linker scripts from most PPC4xx boardsStefan Roese1-134/+0
2009-10-03ppc: Enable full relocation to RAMPeter Tyser1-1/+0
2009-09-28ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese1-7/+7
2009-09-15Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk1-3/+3
2009-09-15board/amcc/taihu/flash.c: Fix compile warningWolfgang Denk1-6/+8
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese1-3/+3
2009-06-12General help message cleanupWolfgang Denk3-14/+14
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2009-02-12ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boardsStefan Roese1-0/+1
2009-01-28Command usage cleanupPeter Tyser3-7/+7
2009-01-28amcc: Clean up command usage outputPeter Tyser2-6/+6
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-132/+132
2008-09-12Merge branch 'Makefile-next' of git://git.denx.de/u-boot-armWolfgang Denk1-5/+5
2008-09-12ppc4xx: Fix SDRAM inititialization of multiple 405 based board portsStefan Roese1-9/+0
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-02Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren1-0/+6
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-2/+2
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk1-42/+0
2008-06-03SPI API improvementsHaavard Skinnemoen1-6/+10
2008-06-03ppc4xx: Remove implementations of testdram()Stefan Roese1-42/+0
2008-05-21Big white-space cleanup.Wolfgang Denk1-4/+4
2008-04-17Remove all the search paths from the .lds files.Jason Wessel1-1/+0
2008-03-07fix taihu soft spi_readMarkus Brunner1-1/+1
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2007-10-31ppc4xx: Rework of 4xx serial driver (2)Stefan Roese1-13/+0
2007-08-14ppc4xx: Add initial Zeus (PPC405EP) board supportStefan Roese1-0/+6
2007-07-26ppc4xx: Add support for AMCC 405EP Taihu boardJohn Otken7-0/+1929