aboutsummaryrefslogtreecommitdiff
path: root/board/icecube
AgeCommit message (Expand)AuthorFilesLines
2015-01-23powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200Masahiro Yamada10-922/+0
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-2/+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-2/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+21
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+11
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-102/+6
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk2-0/+35
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-24lite5200b_PM: fix compile warningWolfgang Denk1-1/+1
2010-10-18config.mk cleanup: drop "-I$(TOPDIR)/board" entriesWolfgang Denk1-24/+0
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-23/+2
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-5/+6
2010-03-21mpc5xxx: Remove all references to MGT5100Detlev Zundel4-82/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-29/+29
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-3/+3
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-08-13drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-2/+2
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
2007-09-06Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDTGrant Likely1-5/+2
2007-07-10board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-2/+2
2007-07-04Remove obsolete mpc5xxx linker scripts (2 of 3)Grant Likely1-125/+0
2007-04-16[PATCH] icecube/lite5200b: wakeup from low-power supportDomen Puncer1-0/+49
2006-11-30Code cleanup.Wolfgang Denk1-1/+1
2006-11-28[PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.Stefan Roese1-0/+12
2006-11-01- Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka1-5/+3
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 Balakowicz2-8/+12
2006-04-16Some code cleanupWolfgang Denk1-6/+6
2006-03-29Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski1-0/+21
2006-03-17Add support for Lite5200B board.Wolfgang Denk3-4/+48
2005-12-12(no commit message)Wolfgang Denk1-0/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk2-7/+7
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
2005-05-05Major upate of JFFS2 code; now in sync with snapshot of MTD CVS ofwdenk1-1/+1
2005-04-21Fix bug in the SDRAM initialization code for canmb, IceCube andwdenk1-4/+7
2004-09-28Fix problems with CDROM drive as slave device on Lite5200 IDE bus.wdenk1-0/+4
2004-04-23* Modify KUP4X board configuration to use SL811 driver for USB memoryLABEL_2004_04_23_2240wdenk1-9/+8
2004-04-18* Temporarily disabled John Kerl's extended MII command code becausewdenk3-78/+228
2004-03-14Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340wdenk1-1/+1
2004-03-14* Patch by Tolunay Orkun, 5 Mar 2004:wdenk1-6/+6
2004-03-14* Patch by Yuli Barcohen, 4 Mar 2004:wdenk1-0/+25
2004-03-02* Fix SDRAM timings for LITE5200 / IceCube boardwdenk1-6/+6
2004-01-06Add a common get_ram_size() function and modify the thewdenk1-42/+4