aboutsummaryrefslogtreecommitdiff
path: root/board/kup
AgeCommit message (Expand)AuthorFilesLines
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2-56/+0
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2-2/+2
2010-08-098xx, kup4k/kup4x: add FDT supportHeiko Schocher1-0/+11
2010-08-098xx, kup4k/kup4x: configuration changes, code cleanupHeiko Schocher5-675/+301
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-2/+2
2010-04-21Move arch/ppc to arch/powerpcStefan Roese4-8/+8
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser4-6/+6
2010-04-13Rename lib_generic/ to lib/Peter Tyser4-10/+10
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2-2/+2
2009-12-07POST: Remove duplicated post_hotkey_pressed() functionsStefan Roese1-11/+0
2009-10-03ppc: Enable full relocation to RAMPeter Tyser4-4/+0
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho2-6/+2
2009-03-20boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger3-1/+4
2008-11-18Align end of bss by 4 bytesSelvamuthukumar2-0/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD6-58/+58
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD4-4/+4
2008-06-12Change initdram() return type to phys_size_tBecky Bruce2-2/+2
2008-05-21Big white-space cleanup.Wolfgang Denk5-17/+17
2008-04-17Remove all the search paths from the .lds files.Jason Wessel4-4/+0
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk2-2/+2
2007-07-10board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09board/[f-l]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-3/+3
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-3/+3
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk3-3/+3
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz3-21/+39
2006-07-10Major PCMCIA Cleanup to make code better readable and maintainable.Wolfgang Denk3-2/+227
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-58/+2
2005-12-12(no commit message)Wolfgang Denk4-0/+6
2005-10-13Cleanup for GCC-4.xWolfgang Denk2-8/+8
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2-0/+4
2004-05-12Patch by Klaus Heydeck, 12 May 2004:wdenk6-7/+113
2004-05-03* Fix minor NAND JFFS2 related issuewdenk1-2/+3
2004-04-23* Modify KUP4X board configuration to use SL811 driver for USB memoryLABEL_2004_04_23_2240wdenk2-82/+1
2004-03-25* Patch by Klaus Heydeck, 13 Mar 2003:wdenk16-0/+2383