aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-02-19examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada3-8/+9
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada2-19/+18
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada2-15/+15
2014-02-19Makefile: move some flags to examples makefilesMasahiro Yamada2-0/+8
2014-02-19Makfile: move suffix rules to Makefile.buildMasahiro Yamada1-2/+2
2014-02-19examples: Use scripts/Makefile.buildMasahiro Yamada2-48/+19
2014-02-07arc: add support for standalone programsAlexey Brodkin1-0/+13
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-2/+17
2014-01-09arm64: core supportDavid Feng1-0/+15
2013-12-16Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada1-1/+0
2013-12-16examples: x86: delete 82559_eepromMasahiro Yamada3-362/+0
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada1-13/+13
2013-12-12ARM: fix the standalone programsJeroen Hofstee1-2/+2
2013-11-25Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada1-15/+12
2013-11-25examples: delete unnecessary CPPFLAGSMasahiro Yamada2-4/+0
2013-11-15examples: remove the remainders of dead boardMasahiro Yamada2-217/+1
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-11-04examples: enable gc-sections optionRob Herring1-1/+1
2013-09-20Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day1-3/+3
2013-09-12Revert "standalone-examples: support custom GCC lib"Tom Rini1-13/+2
2013-09-06standalone-examples: support custom GCC libJack Mitchell1-2/+13
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk2-28/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk19-326/+19
2013-06-11powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood1-1/+2
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass1-4/+3
2013-02-04ppc: Move dp_alloc_base, dp_alloc_top to arch_global_dataSimon Glass1-2/+2
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+1
2012-10-16MIPS: add board qemu-mips64 supportZhi-zhou Zhang1-0/+59
2012-03-26Examples: Properly append LDFLAGS to LD commandMarek Vasut1-1/+1
2012-01-13openrisc: Add support for standalone programsStefan Kristiansson1-0/+14
2011-12-06Standalone Apps: Standalone apps should need only exports.h.Mike Partington2-0/+2
2011-11-15api: export LCD device to external appsChe-Liang Chiou3-0/+67
2011-11-03Reduce build timesWolfgang Denk1-1/+2
2011-10-22nds32: standalone supportMacpaul Lin3-1/+85
2011-10-22examples: api: allow build with private libgccChe-liang Chiou1-3/+1
2011-10-17Replace space and tab checks with isblankJason Hobbs1-2/+3
2011-05-12Fix a few gcc warnings.Joakim Tjernlund1-3/+3
2011-05-12Fix variable flavor in examples/standalone/MakefileChe-liang Chiou1-2/+2
2011-05-10MIPS: Introduce --gc-sections for MIPSDaniel Schwierzeck1-5/+5
2011-04-13x86: Rename i386 to x86Graeme Russ1-2/+2
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-1/+1
2011-03-31Fix build problems caused by "_end" -> "__bss_end__" renameWolfgang Denk3-4/+4
2011-03-27rename _end to __bss_end__Po-Yu Chuang3-4/+4
2011-01-09examples: update do_reset prototypeMike Frysinger1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-12examples/standalone: Use gcc's -fno-toplevel-reorderPeter Tyser1-0/+5
2010-09-04MIPS: update the MIPS u-boot.ldsXiangfu Liu1-1/+1
2010-07-12smc91xx_eeprom: Correct chip detection check.Juergen Kilb1-1/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk12-13/+13
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk1-2/+4