aboutsummaryrefslogtreecommitdiff
path: root/board/inka4x0
AgeCommit message (Expand)AuthorFilesLines
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk8-136/+8
2013-02-04ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass1-4/+4
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2010-12-09Move LDSCRIPT definitions to board config files.Wolfgang Denk1-27/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18config.mk cleanup: drop "-I$(TOPDIR)/board" entriesWolfgang Denk1-1/+0
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-16/+1
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-5/+6
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-12/+6
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-7/+7
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2009-10-03ppc: Remove board-specific command table relocation fixupsPeter Tyser2-38/+0
2009-06-12General help message cleanupWolfgang Denk1-5/+5
2009-05-15powerpc/inka4x0: Remove left-over ide reset code.Detlev Zundel1-33/+0
2009-04-03Rename common ns16550 constants with UART_ prefix to prevent conflictsDetlev Zundel1-10/+10
2009-03-30inka4x0: Use proper accessor macros for memory mapped registers.Detlev Zundel1-64/+75
2009-03-30inka4x0: Add hardware diagnosis and RTC in configuration.Detlev Zundel1-0/+20
2009-03-30inka4x0: Add hardware diagnosis functions for inka4x0Detlev Zundel3-4/+534
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-8/+8
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-1/+1
2008-01-25inka4x0: remove dead codeWolfgang Denk1-10/+0
2007-11-15[INKA4x0] NG hardware: flash supportMarian Balakowicz2-433/+1
2007-11-15[INKA4x0] NG hardware: SDRAM supportMarian Balakowicz6-26/+108
2007-11-15[INKA4x0] NG hardware: platform code updateMarian Balakowicz1-4/+4
2007-07-10board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-2/+2
2007-07-04Remove obsolete mpc5xxx linker scripts (3 of 3)Grant Likely1-136/+0
2007-07-04Consolidate mpc5xxx linker scriptsGrant Likely1-0/+1
2006-11-01- Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka1-10/+5
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+11
2005-12-12(no commit message)Wolfgang Denk1-0/+1
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
2005-06-27* Fix baudrate calculation problem on MPC5200 systemswdenk1-2/+5
2005-03-14INKA4x0: Allow initialization of LCD backlight dimming fromwdenk1-0/+15
2005-03-06Add port initialization for digital I/O on INKA4x0LABEL_2005_03_06_0225wdenk1-16/+36
2005-03-04* Fix get_partition_info() parameter error in all other callswdenk1-0/+29
2005-02-24* Add support for ext2 filesystems and image timestamps to TQM5200 boardwdenk1-2/+13
2005-01-31* Update CPC45 board configuration.LABEL_2005_01_31_2245wdenk1-0/+13
2004-12-19* Fix problems with CMC_PU2 flash driver.LABEL_2004_12_19_2240wdenk1-1/+1
2004-12-16Code cleanup.wdenk2-21/+20
2004-12-16Add support for INKA4X0 boardwdenk7-0/+915