| Commit message (Expand) | Author | Age | Files | Lines |
* | stdio/device: rework function naming convention | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-18 | 2 | -6/+6 |
* | Replace __asm references with __asm__ | Peter Tyser | 2009-04-28 | 4 | -17/+17 |
* | Fix all linker script to handle all rodata sections | Trent Piepho | 2009-03-20 | 1 | -3/+1 |
* | AmigaOneG3SE/enet: get mac address from environment | Mike Frysinger | 2009-03-20 | 1 | -34/+8 |
* | pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity | Kumar Gala | 2009-02-07 | 1 | -1/+1 |
* | Command usage cleanup | Peter Tyser | 2009-01-28 | 2 | -2/+2 |
* | Merge git://git.denx.de/u-boot into x1 | Markus Klotzbuecher | 2008-10-21 | 8 | -43/+43 |
|\ |
|
| * | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 8 | -43/+43 |
* | | The PIPE_INTERRUPT flag is used wrong | Remy Bohmer | 2008-10-14 | 1 | -1/+1 |
|/ |
|
* | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | 1 | -2/+2 |
* | rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | 1 | -1/+1 |
* | rename environment.c in env_embedded.c to reflect is functionality | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | 1 | -1/+1 |
* | Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() | Ben Warren | 2008-09-02 | 2 | -0/+10 |
* | Code cleanup: fix old style assignment ambiguities like "=-" etc. | Wolfgang Denk | 2008-07-14 | 2 | -6/+6 |
* | AmigaOneG3SE: remove dead and incomplete files | Wolfgang Denk | 2008-07-14 | 2 | -228/+0 |
* | Change initdram() return type to phys_size_t | Becky Bruce | 2008-06-12 | 1 | -1/+1 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | 9 | -649/+613 |
* | Remove all the search paths from the .lds files. | Jason Wessel | 2008-04-17 | 1 | -1/+0 |
* | Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections | Wolfgang Denk | 2008-01-12 | 1 | -1/+1 |
* | Remove the bios emulator binary files from MAI board | Jason Jin | 2007-08-29 | 14 | -0/+0 |
* | Remove the bios emulator from MAI board. | Jason Jin | 2007-08-06 | 439 | -106101/+0 |
* | Fix some compile issues for MAI board. | Jason Jin | 2007-08-06 | 2 | -43/+44 |
* | board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | 2 | -2/+2 |
* | board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | 2 | -2/+2 |
* | Code cleanup. | Wolfgang Denk | 2006-11-30 | 3 | -80/+80 |
* | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | 1 | -1/+1 |
* | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | 1 | -12/+19 |
* | Code cleanup | Wolfgang Denk | 2006-07-21 | 1 | -4/+4 |
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | 7 | -34/+30 |
* | (no commit message) | Wolfgang Denk | 2005-12-12 | 1 | -0/+1 |
* | Cleanup (PPC4xx is AMCC now) | Wolfgang Denk | 2005-09-23 | 1 | -1/+1 |
* | Fix problems with ld version 2.16 (dot outside sections problem) | Wolfgang Denk | 2005-08-31 | 1 | -0/+2 |
* | Fix file permissions | Wolfgang Denk | 2005-07-21 | 131 | -0/+0 |
* | * The PS/2 mux on the BMS2003 board needs 450 ms after power on | wdenk | 2004-01-20 | 1 | -1/+1 |
* | * Use "-fPIC" instead of "-mrelocatable" to prevent problems with | wdenk | 2003-11-17 | 2 | -2/+2 |
* | Patch by Kenneth Johansson, 30 Jun 2003: | wdenk | 2003-07-01 | 2 | -4/+4 |
* | * Code cleanup:LABEL_2003_06_27_2340 | wdenk | 2003-06-27 | 202 | -21014/+20927 |
* | * Header file cleanup for ARMLABEL_2003_06_26_2220 | wdenk | 2003-06-25 | 1 | -0/+1 |
* | * Patch by Marc Singer, 29 May 2003:LABEL_2003_05_31_2115 | wdenk | 2003-05-31 | 1 | -3/+0 |
* | * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthLABEL_2003_05_30_1450 | wdenk | 2003-05-30 | 1 | -1/+1 |
* | Add files that were forgottenLABEL_2003_03_14_2150 | wdenk | 2003-03-14 | 3 | -0/+2 |
* | Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). | stroese | 2003-02-14 | 1 | -1/+1 |
* | * Patch by Hans-Joerg Frieden, 06 Dec 2002LABEL_2002_12_07_0120 | wdenk | 2002-12-07 | 10 | -57/+131 |
* | * Fix startup problems with VFD display on TRABLABEL_2002_12_03_2230 | wdenk | 2002-12-03 | 1 | -6/+9 |
* | * Patch by Thomas Frieden, 13 Nov 2002: | wdenk | 2002-11-19 | 2 | -0/+2 |
* | * Patch by Thomas Frieden, 13 Nov 2002: | wdenk | 2002-11-19 | 483 | -0/+114544 |