| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: sata: Move ataid into struct ahci_uc_priv | Simon Glass | 2017-07-11 | 1 | -0/+1 |
* | dm: ahci: Rename struct ahci_probe_ent | Simon Glass | 2017-07-11 | 1 | -1/+12 |
* | dm: scsi: Drop the ccb typedef | Simon Glass | 2017-07-11 | 1 | -3/+3 |
* | dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd | Simon Glass | 2017-07-11 | 1 | -1/+1 |
* | dm: scsi: Rearrange header file for driver model | Simon Glass | 2017-07-11 | 1 | -20/+14 |
* | Kconfig: Add CONFIG_SATA to enable SATA | Simon Glass | 2017-07-11 | 2 | -4/+4 |
* | Convert CONFIG_CMD_SATA to Kconfig | Simon Glass | 2017-07-11 | 39 | -52/+0 |
* | scsi: Drop scsi_print_error() | Simon Glass | 2017-07-11 | 1 | -1/+0 |
* | Convert CONFIG_SCSI to Kconfig | Simon Glass | 2017-07-11 | 28 | -28/+0 |
* | dm: core: Add uclass_first/next_device_check() | Simon Glass | 2017-07-11 | 1 | -0/+31 |
* | dm: core: Test uclass_first/next_device() on probe failure | Simon Glass | 2017-07-11 | 1 | -0/+1 |
* | dm: core: Clarify uclass_first/next_device() comments | Simon Glass | 2017-07-11 | 1 | -2/+11 |
* | ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards | Jorge Ramirez-Ortiz | 2017-07-10 | 1 | -0/+86 |
* | ARM64: dts: hi3798cv200-poplar: add device tree bindings | Jorge Ramirez-Ortiz | 2017-07-10 | 2 | -0/+104 |
* | ARM: k2g: Update board_name u-boot env variable at runtime | Cooper Jr., Franklin | 2017-07-10 | 1 | -2/+11 |
* | board_f: Add new function to allow runtime DTB selection | Cooper Jr., Franklin | 2017-07-10 | 1 | -0/+4 |
* | boot_fit: Create helper functions that can be used to select DTB out of FIT | Cooper Jr., Franklin | 2017-07-10 | 2 | -0/+12 |
* | spl: fit: Break out some functions into a common file | Cooper Jr., Franklin | 2017-07-10 | 1 | -0/+2 |
* | powerpc, 8xx: Add support for MCR3000 board from CSSI | Christophe Leroy | 2017-07-08 | 1 | -0/+158 |
* | powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks | Christophe Leroy | 2017-07-08 | 1 | -6/+6 |
* | powerpc, 8xx: Use IO accessors to access IO memory | Christophe Leroy | 2017-07-08 | 1 | -1/+1 |
* | powerpc: Partialy restore core of mpc8xx | Christophe Leroy | 2017-07-08 | 5 | -15/+739 |
* | board/BuR/brppt1: fix MMC boot | Hannes Schmelzer | 2017-07-07 | 1 | -9/+9 |
* | wdt: Unify option of timeout value | Andy Shevchenko | 2017-07-07 | 1 | -1/+1 |
* | avr32: Retire AVR32 for good | Andy Shevchenko | 2017-07-06 | 7 | -579/+3 |
* | serial: make serial_stub_* to static functions | Masahiro Yamada | 2017-07-06 | 1 | -5/+0 |
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot | Tom Rini | 2017-07-04 | 1 | -0/+3 |
|\ |
|
| * | efi_loader: run CreateEvent() notify function based on flags | Jonathan Gray | 2017-07-03 | 1 | -0/+3 |
* | | powerpc: remove 4xx support | Heiko Schocher | 2017-07-03 | 41 | -11085/+1 |
|/ |
|
* | Merge git://git.denx.de/u-boot-arc | Tom Rini | 2017-06-29 | 4 | -29/+102 |
|\ |
|
| * | arc: Add support for HS Development Kit board | Alexey Brodkin | 2017-06-29 | 1 | -0/+93 |
| * | axs10x: Move environment from I2C EEPROM to SD-card | Alexey Brodkin | 2017-06-29 | 1 | -3/+6 |
| * | axs10x: Get rid of both I2C and EEPROM who used to use I2C | Alexey Brodkin | 2017-06-29 | 1 | -26/+0 |
| * | boards: axs10x, nsim, tb100: Enable cmdline history | Alexey Brodkin | 2017-06-29 | 3 | -0/+3 |
* | | ARM: at91: ma5d4: Support both SF and eMMC SoMs | Marek Vasut | 2017-06-29 | 1 | -8/+14 |
* | | ARM: at91: ma5d4: Switch environment start to eMMC | Marek Vasut | 2017-06-29 | 1 | -6/+5 |
* | | ARM: at91: ma5d4: Enable support for booting from eMMC | Marek Vasut | 2017-06-29 | 1 | -0/+9 |
* | | ARM: at91: ma5d4: Swap SD/MMC controller order | Marek Vasut | 2017-06-29 | 1 | -5/+5 |
* | | ARM: at91: ma5d4: Enable DFU and UMS | Marek Vasut | 2017-06-29 | 1 | -0/+4 |
* | | ARM: atmel: Rename MA5D4EVK | Marek Vasut | 2017-06-29 | 1 | -2/+2 |
* | | atmel, at91: fix smartweb board | Heiko Schocher | 2017-06-29 | 1 | -0/+3 |
* | | ti816x: Enable ethernet support | Tom Rini | 2017-06-28 | 1 | -0/+9 |
|/ |
|
* | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2017-06-27 | 1 | -0/+12 |
|\ |
|
| * | Revert "x86: Convert MMC to driver model" | Bin Meng | 2017-06-27 | 1 | -0/+12 |
* | | Merge git://www.denx.de/git/u-boot-imx | Tom Rini | 2017-06-27 | 8 | -556/+180 |
|\ \
| |/
|/| |
|
| * | engicam: Generate single config file | Jagan Teki | 2017-05-31 | 4 | -548/+29 |
| * | engicam: Add fdt_addr env value based on cpu_type | Jagan Teki | 2017-05-31 | 4 | -4/+16 |
| * | engicam: Set console env on board_late_init | Jagan Teki | 2017-05-31 | 4 | -4/+0 |
| * | icorem6: Remove unused FEC configs | Jagan Teki | 2017-05-31 | 1 | -2/+0 |
| * | engicam: Move PHY configs to defconfig | Jagan Teki | 2017-05-31 | 4 | -9/+0 |