summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* examples/standalone: Remove relocation compile flags for PowerPCPeter Tyser2010-06-291-0/+10
* nios: remove nios-32 archThomas Chou2010-05-281-17/+0
* nios2: fix r15 issue for gcc4Thomas Chou2010-05-281-3/+3
* Move arch/ppc to arch/powerpcStefan Roese2010-04-212-5/+5
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-131-1/+1
* Rename lib_generic/ to lib/Peter Tyser2010-04-132-8/+8
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-131-2/+2
* standalone eepro100_eeprom: fix build errorWolfgang Denk2010-03-121-2/+1
* Update .gitignore's: add some generated filesWolfgang Denk2010-03-121-2/+3
* smc91111_eeprom: fix linking errorMike Frysinger2010-01-311-3/+2
* Fix breakage in SMC EEPROM standalone applicationsBen Warren2010-01-192-10/+0
* Merge branch 'master' into nextWolfgang Denk2009-12-054-207/+7
|\
| * smc91111_eeprom: drop CONFIG stub protectionMike Frysinger2009-12-021-12/+0
| * Fix build failure in examples/standaloneSanjeev Premi2009-12-021-1/+7
| * Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts fromScott McNutt2009-11-232-194/+0
* | Generic udelay() with watchdog supportIngo van Lil2009-12-052-1/+2
|/
* smc911x_eeprom: fix building after smc911x overhaulMike Frysinger2009-11-121-60/+62
* Fix bug in jumptable call stubs for SPARC.Sergey Mironov2009-10-271-2/+2
* Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren2009-10-041-47/+55
* standalone: convert to kbuild styleMike Frysinger2009-09-151-72/+29
* push LOAD_ADDR out to arch mk filesMike Frysinger2009-09-041-64/+1
OpenPOWER on IntegriCloud