aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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:LABEL_2004_05_19_2335wdenk1-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