summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | efi_loader: do not use unsupported printf codeHeinrich Schuchardt2018-12-021-3/+3
| * | | efi_loader: Ensure memory allocations are page alignedAlexander Graf2018-12-021-0/+6
| * | | efi_loader: Handle RELA absolute relocations properlyAlexander Graf2018-12-021-0/+3
| * | | distro: Imply USB_STORAGE when USB is availableAlexander Graf2018-12-021-0/+1
| * | | usb: Do not compile USB_STORAGE with BLK && !DM_USBAlexander Graf2018-12-021-0/+1
| * | | efi_loader: fix typosHeinrich Schuchardt2018-12-026-16/+19
| * | | efi_selftest: do not write to linker generated arrayHeinrich Schuchardt2018-12-022-11/+22
| * | | efi_loader: PSCI reset and shutdownHeinrich Schuchardt2018-12-026-67/+96
| * | | efi_loader: fix typos in efi_device_path.cHeinrich Schuchardt2018-12-021-11/+12
| * | | efi_loader: unset CONFIG_EFI_LOADER on vf610twrHeinrich Schuchardt2018-12-022-2/+2
| * | | efi_loader: add efi_dp_from_name()AKASHI Takahiro2018-12-023-34/+59
| * | | fs: update fs_dev_part in fs_set_blk_dev_with_part()AKASHI Takahiro2018-12-021-0/+1
| * | | riscv: efi: Generate Microsoft PE format compliant imagesBin Meng2018-12-021-6/+6
| * | | arm: efi: Generate Microsoft PE format compliant imagesBin Meng2018-12-022-14/+14
| * | | pe.h: Add characteristics definesBin Meng2018-12-021-0/+18
| * | | x86: efi: app: Generate Microsoft PE format compliant imageBin Meng2018-12-021-1/+1
| * | | x86: efi: payload: Generate Microsoft PE format compliant imageBin Meng2018-12-021-1/+1
| * | | efi_loader: Generate Microsoft PE format compliant imagesBin Meng2018-12-021-1/+1
| * | | efi_loader: UninstallMultipleProtocolInterfaces error codeHeinrich Schuchardt2018-12-022-4/+17
| * | | efi_selftest: use CR LF in helloworldHeinrich Schuchardt2018-12-021-13/+27
| * | | efi_loader: rename parent to headerHeinrich Schuchardt2018-12-026-43/+65
| * | | efi_loader: eliminate handle memberHeinrich Schuchardt2018-12-027-61/+68
| * | | efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt2018-12-026-30/+30
| * | | efi_selftest: fix typosHeinrich Schuchardt2018-12-0211-22/+20
| * | | efi_loader: delete handlesHeinrich Schuchardt2018-12-021-20/+61
| * | | efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt2018-12-021-1/+3
| * | | efi_selftest: test handling of exceptionsHeinrich Schuchardt2018-12-022-0/+51
| * | | efi_selftest: simplify lib/efi_selftest/MakefileHeinrich Schuchardt2018-12-022-9/+3
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2018-12-0315-87/+364
|\ \ \
| * | | ARM: rmobile: Enable MMC HS400 on Salvator-X, ULCB, EbisuMarek Vasut2018-12-036-0/+6
| * | | ARM: dts: rmobile: Enable HS400 on Salvator-X, ULCB, EbisuMarek Vasut2018-12-033-2/+5
| * | | ARM: dts: rmobile: Enable SDR modes on E3 EbisuMarek Vasut2018-12-031-0/+101
| * | | ARM: dts: rmobile: Enable SDR104 on Salvator-X and ULCBMarek Vasut2018-12-032-0/+15
| * | | ARM: dts: rmobile: Add eMMC DS pinmuxMarek Vasut2018-12-032-4/+4
| * | | mmc: tmio: sdhi: Add HS400 supportMarek Vasut2018-12-032-8/+96
| * | | mmc: tmio: sdhi: Move tap_pos to private dataMarek Vasut2018-12-032-3/+5
| * | | mmc: tmio: sdhi: Filter out HS400 on certain SoCsMarek Vasut2018-12-031-0/+20
| * | | mmc: tmio: Reorder TMIO clock handlingMarek Vasut2018-12-031-51/+54
| * | | mmc: tmio: Keep generating clock when clock are enabledMarek Vasut2018-12-031-2/+8
| * | | mmc: tmio: Do not set divider to 1 in DDR modeMarek Vasut2018-12-031-0/+4
| * | | mmc: tmio: Switch to clock frameworkMarek Vasut2018-12-034-22/+51
| * | | mmc: Parse HS400 DT propertiesMarek Vasut2018-12-031-0/+4
| * | | clk: renesas: Allow reconfiguring SDHI clock on Gen3Marek Vasut2018-12-031-7/+3
| |/ /
* | | Merge branch '2018-12-03-master-imports'Tom Rini2018-12-0348-303/+1342
|\ \ \
| * | | spi, mpc8xx: migrate to DM_SPIChristophe Leroy2018-12-031-149/+30
| * | | board_r: fix build with DM_SPIChristophe Leroy2018-12-031-1/+1
| * | | drivers: serial: get rid of non DM mpc8xx driverChristophe Leroy2018-12-033-86/+14
| * | | board: MCR3000: migrate to DM_SERIALChristophe Leroy2018-12-032-0/+8
| * | | drivers: serial: migrate mpc8xx to DMChristophe Leroy2018-12-031-3/+74
| * | | board: MCR3000: use new DM watchdogChristophe Leroy2018-12-034-1/+22