aboutsummaryrefslogtreecommitdiff
path: root/board/amcc/common
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese1-1/+1
This patch moves some ppc4xx related headers from the common include directory (include/) to the powerpc specific one (arch/powerpc/include/asm/). This way to common include directory is not so cluttered with files. Signed-off-by: Stefan Roese <sr@denx.de>
2009-09-15board/amcc/common/flash.c: Fix compile warningWolfgang Denk1-3/+4
Fix warning: ../common/flash.c:917: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de>
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-117/+117
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2007-07-31ppc4xx: Update AMCC Bamboo 440EP supportEugene OBrien1-5/+13
Changed storage type of cfg_simulate_spd_eeprom to const Changed storage type of gpio_tab to stack storage (Cannot access global data declarations in .bss until afer code relocation) Improved SDRAM tests to catch problems where data is not uniquely addressable (e.g. incorrectly programmed SDRAM row or columns) Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules Fixed AM29LV320DT (OpCode Flash) sector map Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com> Signed-off-by: Stefan Roese <sr@denx.de>
2006-08-27Code cleanupWolfgang Denk1-30/+30
2006-08-07Add Macronix MXLV320T flash support for AMCC BambooStefan Roese1-0/+30
Patch by Stefan Roese, 07 Aug 2006
2005-08-04Add support for AMCC Bamboo PPC440EP eval boardStefan Roese1-4/+366
Patch by Stefan Roese, 04 Aug 2005
2005-08-01Major cleanup for AMCC PPC4xx eval boards.Stefan Roese1-0/+555
Patch by Stefan Roese, 01 Aug 2005