aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Fix a few gcc warnings.Joakim Tjernlund1-3/+3
2011-05-12Fix variable flavor in examples/standalone/MakefileChe-liang Chiou1-2/+2
2011-05-10MIPS: Introduce --gc-sections for MIPSDaniel Schwierzeck1-5/+5
2011-04-13x86: Rename i386 to x86Graeme Russ1-2/+2
2011-04-12Make 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-12examples/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-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk12-13/+13
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk1-2/+4
2010-06-29examples/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-21Move 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-12standalone eepro100_eeprom: fix build errorWolfgang Denk1-2/+1
2010-03-12Update .gitignore's: add some generated filesWolfgang Denk1-2/+3
2010-01-31smc91111_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-02smc91111_eeprom: drop CONFIG stub protectionMike Frysinger1-12/+0
2009-12-02Fix 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-12smc911x_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-04Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren1-47/+55
2009-09-15standalone: convert to kbuild styleMike Frysinger1-72/+29
2009-09-04push 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
2009-07-27ABI: fix build problems due to now needed div64 routine.Wolfgang Denk1-0/+1
2009-07-21Move api_examples to examples/apiPeter Tyser7-0/+1042
2009-07-21Move examples/ to examples/standalonePeter Tyser23-0/+0
2009-04-04smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()Mike Frysinger1-9/+6
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho4-5/+4
2009-03-19smc911x_eeprom: update register APIMike Frysinger1-13/+15
2009-02-22smc911x_eeprom: new example app for managing newer SMC partsMike Frysinger3-3/+386
2009-01-24OMAP3: Add common board, interrupt and system infoDirk Behme1-0/+4
2008-12-10Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.cGraeme Russ1-1/+0
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-10/+10
2008-10-14sh: Fix cannot execute a stand-alone applicationNobuhiro Iwamatsu1-2/+4
2008-09-09Update i386 code (sc520_cdp)Graeme Russ1-6/+10
2008-08-31sh: Add support SH2/SH2A which is CPU of Renesas TechnologyNobuhiro Iwamatsu1-0/+3
2008-07-11Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-07-10Fix some more print() format errors.Wolfgang Denk1-4/+4
2008-05-21Big white-space cleanup.Wolfgang Denk3-5/+5
2008-05-19example/gitignore: update with all generated examplesJean-Christophe PLAGNIOL-VILLARD1-0/+4
2008-04-08SPARC: Added generic support for SPARC architecture.Daniel Hellstrom3-0/+80
2008-03-12Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2-5/+9
2008-03-04examples/Makefile: build "hello_world" on 8xx, too.Wolfgang Denk1-3/+3
2008-03-02Fix alignment error on ARM for modulesWoodruff, Richard2-2/+6
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz6-23/+29
2008-02-17Remove files added by mistake, update CHANGELOG.Wolfgang Denk1-0/+0
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk4-17/+23
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk3-6/+6
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-2/+3
2008-02-04use C code rather than inline assemblyMike Frysinger1-11/+8
2008-02-04add support for Blackfin symbol prefixes to examplesMike Frysinger1-1/+1
2008-02-04make smc91111_eeprom managment simpler by depending on the board configuratio...Mike Frysinger3-5/+14
2008-02-04add gitignores for Blackfin piecesMike Frysinger1-0/+0
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk3-5/+5
2007-12-27Fix coding style issues; update CHANGELOG.Wolfgang Denk1-12/+12
2007-12-07Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu1-1/+1
2007-11-29Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2-7/+12
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-15Add .gitignore filesGrant Likely1-0/+5
2007-10-21[MIPS] u-boot.lds: Define _gp in a standard mannerShinya Kuribayashi1-1/+2
2007-10-21[MIPS] u-boot.lds: Fix __got_start and __got_endShinya Kuribayashi1-3/+5
2007-10-21[MIPS] u-boot.lds: Remove duplicated .sdata sectionShinya Kuribayashi1-3/+0
2007-05-13sh: First support code of SuperH.Nobuhiro Iwamatsu2-0/+21
2007-03-19[Blackfin][PATCH] Add BF537 stamp board supportAubrey Li1-0/+4
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li1-1/+1
2006-10-24Add AVR32 architecture supportWolfgang Denk2-0/+17
2006-10-24Fix/workaround broken dependency handling with make 3.81Wolfgang Denk1-16/+30
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-04Merge with /home/m8/git/u-bootWolfgang Denk1-18/+24
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-18/+24
2006-09-01Added another example showing simple interrupt interception.Detlev Zundel2-0/+87
2006-06-08Nios II - Fix I/O Macros and mini-app stubsScott McNutt2-2/+2
2006-06-02Fix examples/Makefile; some build targets were lostWolfgang Denk1-1/+1
2006-04-27Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz1-1/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2-4/+4
2006-03-12Coding Style cleanupWolfgang Denk1-1/+1
2006-03-12Add ADI Blackfin supportWolfgang Denk3-4/+24
2006-01-26Add support for r5200 boardZachary P. Landau1-1/+1
2005-12-12(no commit message)Wolfgang Denk1-1/+4
2005-10-13Cleanup for GCC-4.xWolfgang Denk2-4/+4
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+1
2005-05-23* Extend burst mode RAM test program to take a loop countwdenk1-9/+26
2005-05-16Fix compile problems caused by new burst mode SDRAM test;wdenk2-16/+45
2005-05-07Add test tool to exercise SDRAM accesses in burst modewdenk4-0/+489
2005-01-12* Patch by Robin Getz, 13 Oct 2004:wdenk2-0/+637
2005-01-09* Patch by Daniel Poirot, 10 Oct 2004:wdenk1-1/+1
2004-10-10Patches by Scott McNutt, 24 Aug 2004:wdenk3-0/+152
2004-07-10Patches by Yasushi Shoji, 29 Jun 2004:wdenk1-1/+1
2004-07-10* Patch by Fred Klatt, 25 Jun 2004:wdenk1-1/+1
2004-07-01* Patches by Richard Woodruff, 10 Jun 2004:wdenk1-1/+8
2004-05-19Patch by Scott McNutt, 25 Apr 2004:wdenk1-1/+1
2004-04-18* Patch by Yasushi Shoji, 07 Apr 2004:wdenk2-0/+16
2004-04-12Add startup code to clear the BSS of standalone applicationswdenk3-0/+13
2004-02-12* Some code cleanupwdenk2-5/+21
2004-01-03* Patch by Ronen Shitrit, 10 Dec 2003:wdenk1-10/+12
2003-12-08* Patch by Bernhard Kuhn, 28 Nov 2003:wdenk1-0/+5
2003-12-07* Patch by Yuli Barcohen, 3 Dec 2003:wdenk1-1/+1
2003-10-15* Patches by Xianghua Xiao, 15 Oct 2003:wdenk1-8/+7
2003-10-14* Make sure HUSH is initialized for running auto-update scriptswdenk1-1/+6
2003-10-08* Patch by Scott McNutt, 04 Oct 2003:wdenk3-0/+82
2003-09-12Move TRAB burn-in tests to TRAB board directorywdenk1-5/+0
2003-09-11* Patch by Martin Krause, 11 Sep 2003:wdenk1-0/+5
2003-08-29Patch by Yuli Barcohen, 14 Aug 2003:wdenk1-1/+4
2003-07-26* Allow crc32 to be used at address 0x000wdenk2-1/+90
2003-07-24* Implement new mechanism to export U-Boot's functions to standalonewdenk10-220/+266
2003-06-27* Code cleanup:wdenk5-37/+33
2003-05-31* Patch by Marc Singer, 29 May 2003:wdenk3-1/+364
2003-04-05* Patch by Arun Dharankar, 4 Apr 2003:wdenk5-59/+460
2003-03-31* Patch by Arun Dharankar, 24 Mar 2003:wdenk4-1/+533
2003-03-27Fix MIPS build problemwdenk1-0/+1
2003-03-26Make compile clean, fix the usual small problems.wdenk1-1/+1
2003-03-26* Patch by Rick Bronson, 16 Mar 2003:wdenk1-1/+5
2003-02-28* Add support for 16 MB flash configuration of TRAB boardwdenk2-1/+35
2002-12-07* Patch by Hans-Joerg Frieden, 06 Dec 2002wdenk1-0/+10
2002-11-19* Patch by Thomas Frieden, 13 Nov 2002:wdenk1-0/+2
2002-11-18* Patch by Daniel Engström, 13 Nov 2002:wdenk1-0/+14
2002-10-07Initial revisionwdenk2-0/+387
2002-09-07Initial revisionwdenk1-0/+64
2002-08-17Initial revisionwdenk1-0/+210
2002-04-27Initial revisionwdenk1-0/+66