aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2012-03-26Examples: Properly append LDFLAGS to LD commandMarek Vasut
2012-01-13openrisc: Add support for standalone programsStefan Kristiansson
2011-12-06Standalone Apps: Standalone apps should need only exports.h.Mike Partington
2011-11-15api: export LCD device to external appsChe-Liang Chiou
2011-11-03Reduce build timesWolfgang Denk
2011-10-22nds32: standalone supportMacpaul Lin
2011-10-22examples: api: allow build with private libgccChe-liang Chiou
2011-10-17Replace space and tab checks with isblankJason Hobbs
2011-05-12Fix a few gcc warnings.Joakim Tjernlund
2011-05-12Fix variable flavor in examples/standalone/MakefileChe-liang Chiou
2011-05-10MIPS: Introduce --gc-sections for MIPSDaniel Schwierzeck
2011-04-13x86: Rename i386 to x86Graeme Russ
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk
2011-03-31Fix build problems caused by "_end" -> "__bss_end__" renameWolfgang Denk
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-01-09examples: update do_reset prototypeMike Frysinger
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-12examples/standalone: Use gcc's -fno-toplevel-reorderPeter Tyser
2010-09-04MIPS: update the MIPS u-boot.ldsXiangfu Liu
2010-07-12smc91xx_eeprom: Correct chip detection check.Juergen Kilb
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk
2010-06-29examples/standalone: Remove relocation compile flags for PowerPCPeter Tyser
2010-05-28nios: remove nios-32 archThomas Chou
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou
2010-04-21Move arch/ppc to arch/powerpcStefan Roese
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser
2010-04-13Rename lib_generic/ to lib/Peter Tyser
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser
2010-03-12standalone eepro100_eeprom: fix build errorWolfgang Denk
2010-03-12Update .gitignore's: add some generated filesWolfgang Denk
2010-01-31smc91111_eeprom: fix linking errorMike Frysinger
2010-01-19Fix breakage in SMC EEPROM standalone applicationsBen Warren
2009-12-05Merge branch 'master' into nextWolfgang Denk
2009-12-05Generic udelay() with watchdog supportIngo van Lil
2009-12-02smc91111_eeprom: drop CONFIG stub protectionMike Frysinger
2009-12-02Fix build failure in examples/standaloneSanjeev Premi
2009-11-23Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts fromScott McNutt
2009-11-12smc911x_eeprom: fix building after smc911x overhaulMike Frysinger
2009-10-27Fix bug in jumptable call stubs for SPARC.Sergey Mironov
2009-10-04Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren
2009-09-15standalone: convert to kbuild styleMike Frysinger
2009-09-04push LOAD_ADDR out to arch mk filesMike Frysinger
2009-09-04atmel_df_pow2: standalone to convert dataflashes to pow2Mike Frysinger
2009-09-02Blackfin: change global data register from P5 to P3Robin Getz
2009-08-08Fix examples for OMAP3 boards...Michael Evans
2009-07-27ABI: fix build problems due to now needed div64 routine.Wolfgang Denk
2009-07-21Move api_examples to examples/apiPeter Tyser
2009-07-21Move examples/ to examples/standalonePeter Tyser
2009-04-04smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()Mike Frysinger