summaryrefslogtreecommitdiff
path: root/board/mpl
AgeCommit message (Expand)AuthorFilesLines
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-4/+4
2012-01-09board/mpl/pati: use the CFI driver for the PATI boardDavid Müller1-2/+2
2012-01-09board/mpl/mip405: use the CFI driver for the MIP405/MIP405T boardDavid Müller2-3/+25
2012-01-09board/mpl/pip405: use the CFI driver for the PIP405 boardDavid Müller2-8/+26
2012-01-09board/mpl/common: remove the old legacy flashDavid Müller3-896/+182
2011-12-12board/mpl/common/isa.c: Fix GCC 4.6 build warningsDavid Müller (ELSOFT AG)1-3/+3
2011-12-02board/mpl/common/flash.c: Fix GCC 4.6 build warningWolfgang Denk1-2/+1
2011-11-17pip405.c: Fix GCC 4.6 build warningsStefan Roese1-4/+7
2011-11-17mip405.c: Fix GCC 4.6 build warningsStefan Roese1-7/+3
2011-11-09ARM: remove superfluous setting of arch_number in board specific code.David Müller (ELSOFT AG)1-3/+0
2011-11-08board/mpl/common/flash.c: fix GCC 4.6 build warningWolfgang Denk1-14/+1
2011-10-16punt unused clean/distclean targetsMike Frysinger4-24/+0
2011-08-05Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-07-04VCMA9: various cleanups/code style fixesDavid Müller (ELSOFT AG)5-489/+513
2011-07-04VCMA9: use CFI driver (and remove the old one)David Müller (ELSOFT AG)3-433/+13
2011-07-04VCMA9: remove unneeded config.mkDavid Müller (ELSOFT AG)1-24/+0
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2010-12-09Remove redundant config.mk filesWolfgang Denk1-24/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier4-8/+8
2010-10-28Add generic support for samsung s3c2440C Nauman1-20/+21
2010-10-19Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk3-67/+1
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk5-9/+10
2010-10-07board/mpl: Remove mpl-specific memory test commandPeter Tyser7-598/+8
2010-09-23ppc4xx: Big header cleanup part 2, mostly PPC405 relatedStefan Roese3-4/+3
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese5-5/+5
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk6-8/+8
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-2/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk5-9/+9
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-2/+2
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1/+1
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-1/+0
2009-12-08POST: Remove duplicated post_hotkey_pressed() functionsStefan Roese1-11/+0
2009-11-28Add a unified s3c24x0 header filekevin.morfitt@fearnside-systems.co.uk2-2/+2
2009-11-28Clean-up of s3c24x0 header fileskevin.morfitt@fearnside-systems.co.uk1-7/+7
2009-11-28Move s3c24x0 header files to asm-arm/arch-s3c24x0/kevin.morfitt@fearnside-systems.co.uk2-2/+2
2009-11-02ppc4xx: Remove board specific linker scripts from most PPC4xx boardsStefan Roese2-303/+0
2009-11-02ppc4xx: Fix problems in some ppc4xx board MakefilesStefan Roese2-2/+2
2009-10-14Clean-up of s3c24x0 drivers excluding nand driverkevin.morfitt@fearnside-systems.co.uk2-16/+17
2009-10-03mpl: Remove memory test relocation fixupsPeter Tyser4-33/+1
2009-10-03ppc: Remove pci config table pointer relocation fixupsPeter Tyser1-18/+0
2009-10-03ppc: Enable full relocation to RAMPeter Tyser3-3/+0
2009-09-28ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper caseStefan Roese2-37/+37
2009-09-28ppc4xx: Convert PPC4xx UIC defines from lower case to upper caseStefan Roese2-14/+14
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese5-210/+210
2009-08-26Convert CS8900 Ethernet driver to CONFIG_NET_MULTI APIBen Warren2-10/+30
2009-08-10Dual-license IBM code contributionsJosh Boyer3-0/+6
2009-07-24ppc4xx: Replace 4xx lowercase SPR referencesMatthias Fuchs2-2/+2
2009-07-19PATI board: fix compiler warningsWolfgang Denk3-6/+10