aboutsummaryrefslogtreecommitdiff
path: root/board/tqc/tqm5200
AgeCommit message (Expand)AuthorFilesLines
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher7-2945/+0
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada1-1/+1
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+1
2017-05-15i2c: Drop use of CONFIG_I2C_HARDSimon Glass1-14/+4
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-2/+2
2017-04-05board_f: Drop return value from initdram()Simon Glass1-3/+5
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2016-10-23video: Move video_get_info_str() prototype to a header fileSimon Glass1-0/+1
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-1/+1
2015-11-19Move console definitions into a new console.h fileSimon Glass2-0/+2
2015-03-17powerpc: mpc5xxx: remove aev, TB5200 board supportMasahiro Yamada5-129/+2
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-09-24MAINTAINERS: comment out blank M: fieldMasahiro Yamada1-1/+1
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-12/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+26
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+63
2013-11-25board: tqm5200: delete its own object make ruleMasahiro Yamada1-3/+0
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-22/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-102/+6
2011-11-07board/tqc/tqm5200/cam5200_flash.c: Fix GCC 4.6 build warningWolfgang Denk1-8/+2
2011-11-07board/tqc/tqm5200/cmd_stk52xx.c: fix GC 4.6 build warningsWolfgang Denk1-11/+12
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-01-09tqm5200.c: fix warning: 'edid_buf' defined but not usedWolfgang Denk1-1/+2
2010-12-16mpc52xx: add support for tqm52xx based board charonHeiko Schocher1-1/+169
2010-11-26cam5200_niosflash: fix build warningsWolfgang Denk1-2/+6
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18config.mk cleanup: drop "-I$(TOPDIR)/board" entriesWolfgang Denk1-27/+0
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-22/+2
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-6/+7
2010-09-21POST cleanup.Michael Zaidman1-19/+0
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-12/+6
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk2-9/+9
2010-03-21mpc5xxx: Remove all references to MGT5100Detlev Zundel1-13/+0
2009-12-085xxx, fdt: move fdt_fixup_memory() to cpu.c fileHeiko Schocher1-1/+0
2009-10-08tqm5200: Correct comment and code in post_hotkeys_pressed.Detlev Zundel1-4/+2
2009-09-04ppc: Remove -fno-strict-aliasingKumar Gala1-1/+1
2009-06-12General help message cleanupWolfgang Denk2-8/+9
2009-01-28Command usage cleanupPeter Tyser2-7/+7
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-6/+6
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-123/+123
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-5/+5
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-02Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren1-0/+1
2008-09-02Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren1-0/+6
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-4/+4
2008-07-11Fix some more print() format errors.Wolfgang Denk1-1/+1
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-06-10TQM: move TQM boards to board/tqcWolfgang Grandegger7-0/+3034