summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | cmd: map addresses to sysmem in efidebug memmapHeinrich Schuchardt2020-03-171-2/+4
| * | | | efi_loader: create reservations after ft_board_setupHeinrich Schuchardt2020-03-171-3/+3
| |/ / /
* | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-03-185-68/+299
|\ \ \ \ | |/ / / |/| | |
| * | | riscv: Implement new SBI v0.2 extensionsBin Meng2020-03-172-7/+33
| * | | riscv: Introduce a new config for SBI v0.1Bin Meng2020-03-173-0/+16
| * | | riscv: Add SBI v0.2 extension definitionsBin Meng2020-03-171-0/+17
| * | | riscv: Add basic support for SBI v0.2Bin Meng2020-03-174-79/+243
| * | | riscv: Mark existing SBI as v0.1 SBIBin Meng2020-03-171-19/+21
| * | | riscv: Avoid calling sbi_clear_ipi()Bin Meng2020-03-171-1/+2
| * | | riscv: Fix sbi_remote_sfence_vma{,_asid}Bin Meng2020-03-171-7/+12
|/ / /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-03-162-3/+3
|\ \ \
| * | | watchdog: Handle timer wrap aroundChris Packham2020-03-161-1/+2
| * | | watchdog: Use dev_read only if OF_PLATDATA is not enabledWalter Lozano2020-03-161-2/+1
|/ / /
* | | Merge branch '2020-03-13-master-imports'Tom Rini2020-03-138-36/+93
|\ \ \
| * | | MAINTAINERS: update entry for ARM STIPatrice Chotard2020-03-131-0/+13
| * | | fit: check return value of fit_image_get_data_size()Heinrich Schuchardt2020-03-131-2/+4
| * | | watchdog: Align Kconfig propertiesMichal Simek2020-03-131-28/+28
| * | | cmd: gpio: Make `gpio input` return pin value againAlex Kiernan2020-03-132-1/+43
| * | | Makefile: doesn't need check stack size when dtb is not builtAKASHI Takahiro2020-03-131-2/+2
| * | | serial: mcfuart: renaming to a more appropriate nameAngelo Durgehello2020-03-132-1/+1
| * | | serial: mcfuart: fix uart port indexAngelo Durgehello2020-03-131-2/+2
|/ / /
* | | Merge tag 'efi-2020-04-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-03-128-14/+147
|\ \ \
| * | | drivers/rng: add Amlogic hardware RNG driverHeinrich Schuchardt2020-03-113-0/+129
| * | | drivers/rng: simplify KconfigHeinrich Schuchardt2020-03-113-4/+7
| * | | efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt2020-03-111-1/+1
| * | | cmd: efidebug: correct error messageHeinrich Schuchardt2020-03-111-1/+1
| * | | cmd: efidebug: fix a failure of "boot rm" sub-commandAKASHI Takahiro2020-03-111-2/+3
| * | | efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro2020-03-111-6/+6
* | | | Merge tag 'u-boot-stm32-20200310' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-03-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | stm32mp: update dependency for STM32_ETZPCPatrick Delaunay2020-03-101-1/+1
* | | | Merge tag 'mmc-2020-3-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-03-1029-84/+531
|\ \ \ \ | |_|/ / |/| | |
| * | | configs: j721e_evm: Add Support for eMMC bootFaiz Abbas2020-03-092-0/+6
| * | | configs: am65x_evm: Add CONFIG_SUPPORT_EMMC_BOOTFaiz Abbas2020-03-093-2/+2
| * | | arm: dts: k3-j721e-r5-common-proc-board: Use unique names for dummy clocksFaiz Abbas2020-03-091-2/+2
| * | | arm: K3: sysfw-loader: Add a config_pm_pre_callback()Faiz Abbas2020-03-094-4/+70
| * | | spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementationFaiz Abbas2020-03-092-8/+6
| * | | mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas2020-03-091-41/+68
| * | | mmc: am654_sdhci: Update output tap delay writesFaiz Abbas2020-03-094-13/+95
| * | | mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas2020-03-095-13/+7
| * | | sdhci: Add sdhci_deferred_probe() APIFaiz Abbas2020-03-092-0/+16
| * | | mmc: Add a deferred_probe() APIFaiz Abbas2020-03-093-1/+28
| * | | mmc: Add a saved_clock memberFaiz Abbas2020-03-091-0/+1
| * | | mmc: make <mmc.h> self-containedMasahiro Yamada2020-03-091-3/+5
| * | | board: presidio-asic: Add eMMC board supportAlex Nemirovsky2020-03-091-0/+33
| * | | mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCsArthur Li2020-03-094-0/+195
* | | | arm: mediatek: remove unused binman configSam Shih2020-03-102-1/+1
* | | | power-domain: fix hang in endless loop on i.MX8Anatolij Gustschin2020-03-101-0/+11
* | | | Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-03-1046-1208/+606
|\ \ \ \
| * | | | mx6slevk: Convert to DM_ETHPedro Jardim2020-03-103-38/+3
| * | | | mx6sabreauto: Convert to DM_ETHPedro Jardim2020-03-103-50/+5