| Commit message (Expand) | Author | Age | Lines |
* | Move and rename common headers from under | Sughosh Ganu | 2010-11-28 | -13/+13 |
* | da850: Enable SPI Flash | Stefano Babic | 2010-11-28 | -1/+39 |
* | da8xx: Add cpu_is_da8xx macros | Sudhakar Rajashekhara | 2010-11-28 | -0/+16 |
* | ext2: constify file/dir names | Mike Frysinger | 2010-11-28 | -4/+4 |
* | stdio: constify "name" arg in public api | Mike Frysinger | 2010-11-28 | -8/+8 |
* | boot cmds: convert to getenv_yesno() with autostart | Mike Frysinger | 2010-11-28 | -9/+8 |
* | ctype: constify lookup table | Mike Frysinger | 2010-11-28 | -2/+2 |
* | image: constify lookup tables | Mike Frysinger | 2010-11-28 | -9/+9 |
* | cmd_itest: constify & localize op table | Mike Frysinger | 2010-11-28 | -5/+3 |
* | cmd_date: constify | Mike Frysinger | 2010-11-28 | -4/+4 |
* | string_to_ip: constify "s" arg | Mike Frysinger | 2010-11-28 | -2/+2 |
* | string_to_VLAN: constify "var" arg | Mike Frysinger | 2010-11-28 | -2/+2 |
* | copy_filename: constify "src" arg | Mike Frysinger | 2010-11-28 | -2/+2 |
* | autocomplete: remove runtime handler install | Mike Frysinger | 2010-11-28 | -48/+30 |
* | do_reset: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | -67/+21 |
* | do_bootd: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | -6/+3 |
* | do_bootm: unify duplicate prototypes | Mike Frysinger | 2010-11-28 | -15/+2 |
* | command_t: punt unused type | Mike Frysinger | 2010-11-28 | -2/+0 |
* | cmd_mii: localize & constify local funcs/data | Mike Frysinger | 2010-11-28 | -38/+30 |
* | Prepare v2010.12-rc2v2010.12-rc2 | Wolfgang Denk | 2010-11-28 | -1/+1 |
* | cfi_flash: fix bug introduced while recent change to flash_get_size() | Anatolij Gustschin | 2010-11-28 | -3/+4 |
* | DaVinci: DM355 Leopard : Fix for ARM Relocation support | Sandeep Paulraj | 2010-11-28 | -0/+6 |
* | DaVinci DM365: Fix for ARM Relocation support | Sandeep Paulraj | 2010-11-28 | -0/+6 |
* | DaVinci DM355: Fix for ARM Relocation support | Sandeep Paulraj | 2010-11-28 | -0/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx | Wolfgang Denk | 2010-11-28 | -6/+11 |
|\ |
|
| * | ppc4xx: Flush complete dcache in relocate_code() | Stefan Roese | 2010-11-28 | -6/+7 |
| * | ppc4xx/POST: Handle cached SDRAM correctly in Denali (440EPx) ECC POST | Stefan Roese | 2010-11-28 | -0/+4 |
* | | Fix compiler warning in fdt_support.c | Dirk Behme | 2010-11-28 | -2/+2 |
* | | Devkit8000: Fix build after introduction of GENERATED_GBL_DATA_SIZE | Thomas Weber | 2010-11-28 | -1/+5 |
|/ |
|
* | Coding Style (white space) cleanup | Wolfgang Denk | 2010-11-27 | -23/+23 |
* | powerpc: cmd_ecctest: Use return value of cmd_usage | Thomas Weber | 2010-11-27 | -4/+2 |
* | gdsys: osd: Use return value of cmd_usage | Thomas Weber | 2010-11-27 | -4/+2 |
* | common/cmd_nvedit: Use return value of cmd_usage | Thomas Weber | 2010-11-27 | -12/+6 |
* | Common/command: Guard strchr/strlen from NULL pointer | Thomas Weber | 2010-11-27 | -0/+2 |
* | Common/cmd_nvedit: Check for env subcommand | Thomas Weber | 2010-11-27 | -0/+3 |
* | sort and reformat boards.cfg | Eric Cooper | 2010-11-27 | -721/+728 |
* | Fix jornada memory init | Kristoffer Ericson | 2010-11-27 | -12/+12 |
* | 74xx_7xx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -1183/+27 |
* | 8260: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -49/+19 |
* | 824x: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -95/+227 |
* | 8220: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -45/+11 |
* | 5xxx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -175/+56 |
* | 512x: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -47/+16 |
* | 5xx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -53/+17 |
* | 8xx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -2783/+680 |
* | 86xx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -36/+6 |
* | 83xx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -49/+18 |
* | ppc4xx/NAND: Reduce size of NAND SPL image | Stefan Roese | 2010-11-27 | -2/+2 |
* | ppc4xx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -407/+152 |
* | POWERPC: enable --gc-sections and -ffunction-sections -fdata-sections | Wolfgang Denk | 2010-11-27 | -6/+2 |