summaryrefslogtreecommitdiff
path: root/board/siemens
Commit message (Expand)AuthorAgeLines
* ppc: Enable full relocation to RAMPeter Tyser2009-10-03-5/+0
* General help message cleanupWolfgang Denk2009-06-12-5/+5
* arm: unify linker scriptJean-Christophe PLAGNIOL-VILLARD2009-06-12-55/+0
* ppc: cleanup compiler errors/warningsHeiko Schocher2009-03-27-1/+2
* Fix all linker script to handle all rodata sectionsTrent Piepho2009-03-20-10/+4
* boards: move board_get_enetaddr() into board-specific initMike Frysinger2009-03-20-1/+13
* Command usage cleanupPeter Tyser2009-01-28-2/+2
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-2/+2
* Align end of bss by 4 bytesSelvamuthukumar2008-11-18-1/+4
* Cleanup: fix "MHz" spellingWolfgang Denk2008-10-21-2/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-265/+265
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10-17/+17
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-10-4/+4
* cleanup use of CFG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
* rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2008-09-10-5/+5
* CCM/SCM boards: fix out of tree buildingWolfgang Denk2008-07-04-2/+2
* SCM board: fix build errors.Wolfgang Denk2008-07-03-3/+10
* IAD210 board: fix ``"ALIGN" redefined'' warning.Wolfgang Denk2008-07-03-3/+2
* CCM board: fix build errors.Wolfgang Denk2008-07-03-2/+9
* Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)Wolfgang Denk2008-07-02-1/+1
* Change initdram() return type to phys_size_tBecky Bruce2008-06-12-4/+4
* Big white-space cleanup.Wolfgang Denk2008-05-21-25/+25
* Memory footprint optimizationsBartlomiej Sieka2008-04-24-1/+1
* Remove all the search paths from the .lds files.Jason Wessel2008-04-17-5/+0
* Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-03-12-17/+19
|\
| * SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warningsJean-Christophe PLAGNIOL-VILLARD2008-03-09-17/+19
* | [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-29-2/+2
* | [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-25-0/+14
* | [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-07-21/+13
|/
* Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk2008-01-12-4/+4
* Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk2007-09-15-6/+1
* board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-1/+1
* board/[q-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-3/+3
* Remove obsolete mpc824x linker scriptsGrant Likely2007-07-04-126/+0
* Fix a few file permission problems.Wolfgang Denk2007-07-04-0/+0
* board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-2/+2
* Coding Style cleanup; generate new CHANGELOG file.Wolfgang Denk2007-06-06-2/+1
* Reduce line lengths to 80 characters max.Peter Pearse2007-05-18-1/+2
* Add the board directory for SMN42Peter Pearse2007-05-09-0/+796
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-4/+4
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-28/+51
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+2
* (no commit message)Wolfgang Denk2005-12-12-0/+8
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-1/+1
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-9/+9
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-31-0/+8
* Code cleanup; make several boards compile & link.wdenk2004-03-14-9/+9
* * Some code cleanupwdenk2004-02-12-252/+246
* * The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk2004-01-20-1/+1
* Add a common get_ram_size() function and modify the thewdenk2004-01-06-438/+311