aboutsummaryrefslogtreecommitdiff
path: root/board/kup
AgeCommit message (Expand)AuthorFilesLines
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2-6/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada2-0/+12
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada2-0/+30
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada2-8/+0
2013-11-08kup: Delete an unused MakefileMasahiro Yamada1-28/+0
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada2-40/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk13-221/+13
2013-04-02replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD2-2/+2
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-4/+4
2013-03-15Replace __bss_end__ with __bss_endSimon Glass2-2/+2
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD4-4/+4
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut4-12/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut4-0/+20
2011-11-07board/kup/kup4k/kup4k.c: Fix GCC 4.6 build warningWolfgang Denk1-2/+1
2011-11-07board/kup/common/pcmcia.c: Fix GCC 4.6 compiler warningsWolfgang Denk1-23/+19
2011-04-20powerpc, 8xx: Fixup all 8xx u-boot.lds scriptsJoakim Tjernlund2-4/+6
2011-03-27rename _end to __bss_end__Po-Yu Chuang4-4/+4
2010-11-278xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2-116/+24
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier3-6/+6
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