summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-13x86: Rename i386 to x86Graeme Russ1-2/+2
2011-04-13Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-1/+1
2011-03-31Fix build problems caused by "_end" -> "__bss_end__" renameWolfgang Denk3-4/+4
2011-03-27rename _end to __bss_end__Po-Yu Chuang3-4/+4
2011-01-09examples: update do_reset prototypeMike Frysinger1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-13examples/standalone: Use gcc's -fno-toplevel-reorderPeter Tyser1-0/+5
2010-09-04MIPS: update the MIPS u-boot.ldsXiangfu Liu1-1/+1
2010-07-12smc91xx_eeprom: Correct chip detection check.Juergen Kilb1-1/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk12-13/+13
2010-07-05Make *printf() return "int" instead of "void"Wolfgang Denk1-2/+4
2010-06-30examples/standalone: Remove relocation compile flags for PowerPCPeter Tyser1-0/+10
2010-05-28nios: remove nios-32 archThomas Chou1-17/+0
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou1-3/+3
2010-04-22Move arch/ppc to arch/powerpcStefan Roese2-5/+5
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2010-04-13Rename lib_generic/ to lib/Peter Tyser2-8/+8
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-2/+2
2010-03-13standalone eepro100_eeprom: fix build errorWolfgang Denk1-2/+1
2010-03-13Update .gitignore's: add some generated filesWolfgang Denk1-2/+3
2010-02-01smc91111_eeprom: fix linking errorMike Frysinger1-3/+2
2010-01-19Fix breakage in SMC EEPROM standalone applicationsBen Warren2-10/+0
2009-12-05Merge branch 'master' into nextWolfgang Denk4-207/+7
2009-12-05Generic udelay() with watchdog supportIngo van Lil2-1/+2
2009-12-03smc91111_eeprom: drop CONFIG stub protectionMike Frysinger1-12/+0
2009-12-03Fix build failure in examples/standaloneSanjeev Premi1-1/+7
2009-11-23Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts fromScott McNutt2-194/+0
2009-11-13smc911x_eeprom: fix building after smc911x overhaulMike Frysinger1-60/+62
2009-10-27Fix bug in jumptable call stubs for SPARC.Sergey Mironov1-2/+2
2009-10-05Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren1-47/+55
2009-09-16standalone: convert to kbuild styleMike Frysinger1-72/+29
2009-09-05push LOAD_ADDR out to arch mk filesMike Frysinger1-64/+1
2009-09-04atmel_df_pow2: standalone to convert dataflashes to pow2Mike Frysinger3-0/+214
2009-09-02Blackfin: change global data register from P5 to P3Robin Getz1-2/+2
2009-08-08Fix examples for OMAP3 boards...Michael Evans1-1/+1