summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* api: Add FreeBSD API support for MIPS platformsStanislav Galabov2016-02-082-0/+27
* Use correct spelling of "U-Boot"Bin Meng2016-02-063-6/+6
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-231-36/+4
* Move console definitions into a new console.h fileSimon Glass2015-11-192-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2015-11-101-0/+10
|\
| * arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD2015-11-101-0/+10
* | Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-101-0/+4
|/
* net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger2015-05-191-23/+0
* Export redesignMartin Dorwig2015-01-291-31/+33
* mpc8xx: remove lwmon board supportMasahiro Yamada2015-01-051-19/+0
* kbuild: standalone: simplify clean-filesMasahiro Yamada2014-09-161-1/+1
* standalone: use GCC_VERSION defined in compiler-gcc.hMasahiro Yamada2014-09-161-5/+2
* examples: select libgcc for non-default architectureAlexey Brodkin2014-05-231-3/+1
* standalone: delete an unused source fileMasahiro Yamada2014-04-171-100/+0
* powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2014-03-071-1/+1
* kbuild: improve Kbuild speedMasahiro Yamada2014-03-071-3/+2
* kbuild: use shorten logs for misc targetsMasahiro Yamada2014-02-252-33/+32
* kbuild: use shorten logs objcopy rulesMasahiro Yamada2014-02-252-6/+10
* 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
OpenPOWER on IntegriCloud