| Commit message (Expand) | Author | Age | Lines |
* | mpc8313, signed fit: enable legacy image format on ids8313 board | Heiko Schocher | 2014-06-05 | -0/+1 |
* | bootm: make use of legacy image format configurable | Heiko Schocher | 2014-06-05 | -11/+97 |
* | FDT: Fix DTC repository references | Jon Loeliger | 2014-06-05 | -3/+6 |
* | disk: part_efi: add get_partition_info_efi_by_name() | Steve Rae | 2014-06-05 | -1/+31 |
* | disk: part_efi: clarify lbaint_t usage | Steve Rae | 2014-06-05 | -28/+30 |
* | disk: part_efi: resolve endianness issues | Steve Rae | 2014-06-05 | -2/+3 |
* | env_eeprom: Assign default environment during board_init_f | Siva Durga Prasad Paladugu | 2014-06-05 | -2/+10 |
* | fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE | Siva Durga Prasad Paladugu | 2014-06-05 | -1/+11 |
* | openrisc: fix relocation code | Franck Jullien | 2014-06-05 | -14/+41 |
* | openrisc: update SPR registers definition | Franck Jullien | 2014-06-05 | -1/+12 |
* | phy: fix create_phy_by_mask for when its given an actual search mask | Cormier, Jonathan | 2014-06-05 | -3/+1 |
* | Prevent a stack overflow in fit_check_sign | Michael van der Westhuizen | 2014-06-05 | -2/+3 |
* | tools: Refactor mxsimage to use pbl_crc32 | Charles Manning | 2014-06-05 | -25/+7 |
* | mkimage : Split out and clean pbl_crc32 for use by other image types | Charles Manning | 2014-06-05 | -46/+71 |
* | Correct return code from builtin_run_command_list() | Simon Glass | 2014-06-05 | -1/+1 |
* | Fix hush to give the correct return code for a simple command | Simon Glass | 2014-06-05 | -1/+3 |
* | Fix itest mask overflow | Simon Glass | 2014-06-05 | -1/+1 |
* | Add final result tests for run_command_list() | Simon Glass | 2014-06-05 | -0/+5 |
* | boards.cfg: fix a configuration error of ep8248 board again | Masahiro Yamada | 2014-06-05 | -1/+0 |
* | kbuild: add missing PERL definition | Masahiro Yamada | 2014-06-05 | -1/+2 |
* | kbuild: remove unused RANLIB | Masahiro Yamada | 2014-06-05 | -1/+0 |
* | arm: fdt_control: fix a build error with CONFIG_OF_EMBED=y | Masahiro Yamada | 2014-06-05 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arc | Tom Rini | 2014-06-05 | -0/+1 |
|\ |
|
| * | ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH | Alexey Brodkin | 2014-06-03 | -0/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-avr32 | Tom Rini | 2014-06-05 | -0/+1 |
|\ \
| |/
|/| |
|
| * | atngw100mkii: add missing CONFIG_SYS_TEXT_BASE | Andreas Bießmann | 2014-05-26 | -0/+1 |
* | | powerpc: hiddendragon: remove orphan board | Masahiro Yamada | 2014-05-30 | -1096/+1 |
* | | powerpc: debris: remove orphan board | Masahiro Yamada | 2014-05-30 | -1632/+1 |
* | | powerpc: kvme080: remove orphan board | Masahiro Yamada | 2014-05-30 | -801/+1 |
* | | powerpc: ep8248: remove orphan board | Masahiro Yamada | 2014-05-30 | -522/+1 |
* | | powerpc: ispan: remove orphan board | Masahiro Yamada | 2014-05-30 | -791/+1 |
* | | powerpc: rattler: remove orphan board | Masahiro Yamada | 2014-05-30 | -504/+1 |
* | | powerpc: zpc1900: remove orphan board | Masahiro Yamada | 2014-05-30 | -558/+1 |
* | | powerpc: mpc8260ads: remove orphan board | Masahiro Yamada | 2014-05-30 | -1616/+1 |
* | | powerpc: adder: remove orphan board | Masahiro Yamada | 2014-05-30 | -393/+1 |
* | | PPC4xx: Remove quad100hd board | Wolfgang Denk | 2014-05-30 | -425/+12 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-05-30 | -54/+4112 |
|\ \ |
|
| * | | ARM: at91sam9m10g45ek: add mmc environment configuration support | Wu, Josh | 2014-05-27 | -0/+20 |
| * | | ARM: at91sam9m10g45ek: enable mci0 support | Wu, Josh | 2014-05-27 | -1/+41 |
| * | | ARM: at91: remove redundant ARM926EJS definition in board config files | Wu, Josh | 2014-05-27 | -4/+0 |
| * | | at91: remove redundant AT91FAMILY definition in board config file | Wu, Josh | 2014-05-27 | -10/+0 |
| * | | ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header | Wu, Josh | 2014-05-27 | -0/+3 |
| * | | ARM: at91: remove AT91X40 macro since it is not use any more | Wu, Josh | 2014-05-27 | -2/+0 |
| * | | sama5d3xek: enable PMECC header generation | Andreas Bießmann | 2014-05-27 | -0/+1 |
| * | | arm:at91: enable ROM loadable atmel image | Andreas Bießmann | 2014-05-27 | -0/+95 |
| * | | mkimage: add atmelimage | Andreas Bießmann | 2014-05-27 | -0/+348 |
| * | | corvus: remove unneeded CONFIG_AT91_LEGACY | Andreas Bießmann | 2014-05-27 | -1/+0 |
| * | | mmc: atmel_mci: fix print incorrect buffer content for debug | Wu, Josh | 2014-05-27 | -2/+3 |
| * | | gpio: at91: add sanity check for the NULL pointer | Wu, Josh | 2014-05-27 | -1/+2 |
| * | | ARM: atmel: at91sam9x5ek: convert to generic board | Bo Shen | 2014-05-27 | -0/+2 |