summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-01-31emmc: add gpt commandRuixuan Li53-146/+1234
2015-01-05mpc8xx: remove lwmon board supportMasahiro Yamada24-2944/+3
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-23examples: select libgcc for non-default architectureAlexey Brodkin2-3/+2
2014-04-17standalone: delete an unused source fileMasahiro Yamada1-100/+0
2014-03-07powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada42-82/+50
2014-03-07kbuild: improve Kbuild speedMasahiro Yamada8-31/+44
2014-02-25kbuild: use shorten logs for misc targetsMasahiro Yamada5-37/+47
2014-02-25kbuild: use shorten logs objcopy rulesMasahiro Yamada4-20/+56
2014-02-19examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada4-12/+10
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada77-325/+526
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada64-744/+612
2014-02-19Makefile: move some flags to examples makefilesMasahiro Yamada3-8/+8
2014-02-19Makfile: move suffix rules to Makefile.buildMasahiro Yamada4-38/+34
2014-02-19examples: Use scripts/Makefile.buildMasahiro Yamada4-55/+24
2014-02-07arc: add support for standalone programsAlexey Brodkin1-0/+13
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini261-6629/+14927
2014-01-09arm64: core supportDavid Feng38-21/+1882
2013-12-16Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada4-9/+2
2013-12-16examples: x86: delete 82559_eepromMasahiro Yamada4-364/+1
2013-12-16Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU)Masahiro Yamada6-43/+30
2013-12-12ARM: fix the standalone programsJeroen Hofstee1-2/+2
2013-11-25Makefile: descend into subdirectories only when CONFIG_API is definedMasahiro Yamada3-22/+21
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 Yamada36-36/+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. Day16-23/+23
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 Denk8-73/+511
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-06-11powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood11-23/+39
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass4-13/+12
2013-02-04ppc: Move dp_alloc_base, dp_alloc_top to arch_global_dataSimon Glass5-34/+36
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut177-1/+853
2012-10-16MIPS: add board qemu-mips64 supportZhi-zhou Zhang11-0/+1046
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 Partington3-4/+3
2011-11-15api: export LCD device to external appsChe-Liang Chiou8-1/+210
2011-11-03Reduce build timesWolfgang Denk25-43/+67
2011-10-21nds32: standalone supportMacpaul Lin3-1/+85
2011-10-21examples: api: allow build with private libgccChe-liang Chiou2-12/+14
2011-10-17Replace space and tab checks with isblankJason Hobbs6-16/+23
2011-05-12Fix a few gcc warnings.Joakim Tjernlund3-8/+8
2011-05-12Fix variable flavor in examples/standalone/MakefileChe-liang Chiou1-2/+2
2011-05-09MIPS: Introduce --gc-sections for MIPSDaniel Schwierzeck9-40/+42
2011-04-13x86: Rename i386 to x86Graeme Russ74-28/+27
[next]