summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2015-05-19net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger1-23/+0
2015-01-30Export redesignMartin Dorwig1-31/+33
2015-01-05mpc8xx: remove lwmon board supportMasahiro Yamada1-19/+0
2014-09-16kbuild: standalone: simplify clean-filesMasahiro Yamada1-1/+1
2014-09-16standalone: use GCC_VERSION defined in compiler-gcc.hMasahiro Yamada1-5/+2
2014-05-24examples: select libgcc for non-default architectureAlexey Brodkin1-3/+1
2014-04-18standalone: delete an unused source fileMasahiro Yamada1-100/+0
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada1-1/+1
2014-03-07kbuild: improve Kbuild speedMasahiro Yamada1-3/+2
2014-02-25kbuild: use shorten logs for misc targetsMasahiro Yamada2-33/+32
2014-02-25kbuild: use shorten logs objcopy rulesMasahiro Yamada2-6/+10
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-16examples: 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-12powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood1-1/+2
2013-03-16Change 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-27Examples: Properly append LDFLAGS to LD commandMarek Vasut1-1/+1
2012-01-14openrisc: 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-16api: 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-18Replace space and tab checks with isblankJason Hobbs1-2/+3
2011-05-13Fix a few gcc warnings.Joakim Tjernlund1-3/+3
2011-05-13Fix variable flavor in examples/standalone/MakefileChe-liang Chiou1-2/+2
2011-05-09MIPS: Introduce --gc-sections for MIPSDaniel Schwierzeck1-5/+5