summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada2014-02-193-8/+9
* kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-192-19/+18
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-192-15/+15
* Makefile: move some flags to examples makefilesMasahiro Yamada2014-02-192-0/+8
* Makfile: move suffix rules to Makefile.buildMasahiro Yamada2014-02-191-2/+2
* examples: Use scripts/Makefile.buildMasahiro Yamada2014-02-192-48/+19
* arc: add support for standalone programsAlexey Brodkin2014-02-071-0/+13
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-01-101-2/+17
|\
| * arm64: core supportDavid Feng2014-01-091-0/+15
| * ARM: fix the standalone programsJeroen Hofstee2013-12-121-2/+2
* | Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada2013-12-161-1/+0
* | examples: x86: delete 82559_eepromMasahiro Yamada2013-12-163-362/+0
* | Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada2013-12-161-13/+13
|/
* Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada2013-11-251-15/+12
* examples: delete unnecessary CPPFLAGSMasahiro Yamada2013-11-252-4/+0
* examples: remove the remainders of dead boardMasahiro Yamada2013-11-152-217/+1
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-081-1/+0
* examples: enable gc-sections optionRob Herring2013-11-041-1/+1
* Cosmetic: Fix a number of typos, no functional changes.Robert P. J. Day2013-09-201-3/+3
* Revert "standalone-examples: support custom GCC lib"Tom Rini2013-09-121-13/+2
* standalone-examples: support custom GCC libJack Mitchell2013-09-061-2/+13
* Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-242-28/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2419-326/+19
* powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood2013-06-111-1/+2
* Change stub example to use asm-generic/sections.hSimon Glass2013-03-151-4/+3
* ppc: Move dp_alloc_base, dp_alloc_top to arch_global_dataSimon Glass2013-02-041-2/+2
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-221-0/+1
* MIPS: add board qemu-mips64 supportZhi-zhou Zhang2012-10-161-0/+59
* Examples: Properly append LDFLAGS to LD commandMarek Vasut2012-03-261-1/+1
* openrisc: Add support for standalone programsStefan Kristiansson2012-01-131-0/+14
* Standalone Apps: Standalone apps should need only exports.h.Mike Partington2011-12-062-0/+2
* api: export LCD device to external appsChe-Liang Chiou2011-11-153-0/+67
* Reduce build timesWolfgang Denk2011-11-031-1/+2
* nds32: standalone supportMacpaul Lin2011-10-223-1/+85
* examples: api: allow build with private libgccChe-liang Chiou2011-10-221-3/+1
* Replace space and tab checks with isblankJason Hobbs2011-10-171-2/+3
* Fix a few gcc warnings.Joakim Tjernlund2011-05-121-3/+3
* Fix variable flavor in examples/standalone/MakefileChe-liang Chiou2011-05-121-2/+2
* MIPS: Introduce --gc-sections for MIPSDaniel Schwierzeck2011-05-101-5/+5
* x86: Rename i386 to x86Graeme Russ2011-04-131-2/+2
* Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk2011-04-121-1/+1
* Fix build problems caused by "_end" -> "__bss_end__" renameWolfgang Denk2011-03-313-4/+4
* rename _end to __bss_end__Po-Yu Chuang2011-03-273-4/+4
* examples: update do_reset prototypeMike Frysinger2011-01-091-1/+2
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* examples/standalone: Use gcc's -fno-toplevel-reorderPeter Tyser2010-10-121-0/+5
* MIPS: update the MIPS u-boot.ldsXiangfu Liu2010-09-041-1/+1
* smc91xx_eeprom: Correct chip detection check.Juergen Kilb2010-07-121-1/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-0412-13/+13
* Make *printf() return "int" instead of "void"Wolfgang Denk2010-07-041-2/+4
OpenPOWER on IntegriCloud