summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309Rasmus Villemoes2020-01-082-2/+2
| * powerpc: mpc83xx: convert CONFIG_FSL_ELBC to KconfigRasmus Villemoes2020-01-088-11/+7
| * mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111Rasmus Villemoes2020-01-081-0/+1
* | Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini2020-01-0927-297/+767
|\ \
| * | log: Include missing header for log.hSean Anderson2020-01-071-0/+1
| * | dm: Add a debug message when devices are skipped pre-relocSean Anderson2020-01-071-1/+3
| * | Include missing headers for fdt_support.hSean Anderson2020-01-071-0/+1
| * | binman: fix default filename of u-boot-with-ucode-ptr in documentationMasahiro Yamada2020-01-072-2/+2
| * | dm: devres: Add a new OFDATA phaseSimon Glass2020-01-074-9/+37
| * | dm: devres: Use an enum for the allocation phaseSimon Glass2020-01-071-6/+16
| * | dm: devres: Add testsSimon Glass2020-01-074-0/+212
| * | dm: test: Add a test driver for devresSimon Glass2020-01-074-0/+61
| * | dm: devres: Convert to use loggingSimon Glass2020-01-072-2/+5
| * | test: Add functions to find the amount of allocated memorySimon Glass2020-01-072-0/+30
| * | dm: devres: Create a new devres header fileSimon Glass2020-01-072-254/+270
| * | dm: core: Add a new flag to track platform dataSimon Glass2020-01-073-1/+7
| * | dm: core: Export a new function to read platdataSimon Glass2020-01-072-2/+43
| * | dm: core: Add a comment for DM_FLAG_OF_PLATDATASimon Glass2020-01-071-0/+1
| * | dm: core: Allocate parent data separate from probing parentSimon Glass2020-01-071-8/+11
| * | dm: core: Move ofdata_to_platdata() call earlierSimon Glass2020-01-071-7/+7
| * | dm: core: Don't clear active flag twice when probe() failsSimon Glass2020-01-071-3/+1
| * | aspeed: ast2500: Read clock ofdata in the correct methodSimon Glass2020-01-071-2/+2
| * | pci: Print a warning if the bus is accessed before probingSimon Glass2020-01-071-0/+13
| * | x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass2020-01-072-11/+29
| * | usb: Drop use of BUG_ON() and WARN_ON()Simon Glass2020-01-074-1/+13
| * | dm: core: Use assert_noisy() in devresSimon Glass2020-01-071-3/+3
| * | common: Add a noisy assert()Simon Glass2020-01-071-0/+14
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2020-01-097-10/+71
|\ \
| * | x86: edison: Enable DFU timeoutAndy Shevchenko2020-01-071-0/+1
| * | dfu: Add optional timeout parameterAndy Shevchenko2020-01-076-4/+62
| * | dfu: Refactor do_dfu() to handle optional argumentAndy Shevchenko2020-01-071-7/+10
| * | dfu: Drop unused prototype of dfu_trigger_reset()Andy Shevchenko2020-01-071-1/+0
* | | Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-01-0857-83/+1719
|\ \ \
| * | | efi_selftest: unit test for EFI_RNG_PROTOCOLHeinrich Schuchardt2020-01-072-0/+118
| * | | efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu2020-01-073-0/+10
| * | | efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu2020-01-075-0/+195
| * | | cmd: add rng commandHeinrich Schuchardt2020-01-073-0/+64
| * | | virtio: rng: Add a random number generator(rng) driverSughosh Ganu2020-01-075-1/+99
| * | | test: rng: Add basic test for random number generator(rng) uclassSughosh Ganu2020-01-072-0/+27
| * | | configs: sandbox: Enable random number generator(rng) deviceSughosh Ganu2020-01-072-0/+4
| * | | sandbox: rng: Add a random number generator(rng) driverSughosh Ganu2020-01-074-0/+69
| * | | configs: stm32mp15: Enable random number generator(rng) deviceSughosh Ganu2020-01-073-0/+6
| * | | stm32mp1: rng: Add a driver for random number generator(rng) deviceSughosh Ganu2020-01-073-0/+168
| * | | clk: stm32mp1: Add a clock entry for RNG1 deviceSughosh Ganu2020-01-071-0/+1
| * | | dm: rng: Add random number generator(rng) uclassSughosh Ganu2020-01-077-0/+73
| * | | test/py: Create a test for launching UEFI binaries from FIT imagesCristian Ciocaltea2020-01-071-0/+458
| * | | doc: uefi.rst: Document launching UEFI binaries from FIT imagesCristian Ciocaltea2020-01-071-0/+34
| * | | doc: Add sample uefi.its image description fileCristian Ciocaltea2020-01-071-0/+67
| * | | bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea2020-01-072-0/+63
| * | | image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea2020-01-073-1/+4