summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-08mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111Rasmus Villemoes
2020-01-07log: Include missing header for log.hSean Anderson
2020-01-07dm: Add a debug message when devices are skipped pre-relocSean Anderson
2020-01-07Include missing headers for fdt_support.hSean Anderson
2020-01-07binman: fix default filename of u-boot-with-ucode-ptr in documentationMasahiro Yamada
2020-01-07dm: devres: Add a new OFDATA phaseSimon Glass
2020-01-07dm: devres: Use an enum for the allocation phaseSimon Glass
2020-01-07dm: devres: Add testsSimon Glass
2020-01-07dm: test: Add a test driver for devresSimon Glass
2020-01-07dm: devres: Convert to use loggingSimon Glass
2020-01-07test: Add functions to find the amount of allocated memorySimon Glass
2020-01-07dm: devres: Create a new devres header fileSimon Glass
2020-01-07dm: core: Add a new flag to track platform dataSimon Glass
2020-01-07dm: core: Export a new function to read platdataSimon Glass
2020-01-07dm: core: Add a comment for DM_FLAG_OF_PLATDATASimon Glass
2020-01-07dm: core: Allocate parent data separate from probing parentSimon Glass
2020-01-07dm: core: Move ofdata_to_platdata() call earlierSimon Glass
2020-01-07dm: core: Don't clear active flag twice when probe() failsSimon Glass
2020-01-07aspeed: ast2500: Read clock ofdata in the correct methodSimon Glass
2020-01-07pci: Print a warning if the bus is accessed before probingSimon Glass
2020-01-07x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass
2020-01-07usb: Drop use of BUG_ON() and WARN_ON()Simon Glass
2020-01-07dm: core: Use assert_noisy() in devresSimon Glass
2020-01-07common: Add a noisy assert()Simon Glass
2020-01-07efi_selftest: unit test for EFI_RNG_PROTOCOLHeinrich Schuchardt
2020-01-07efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu
2020-01-07efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu
2020-01-07cmd: add rng commandHeinrich Schuchardt
2020-01-07virtio: rng: Add a random number generator(rng) driverSughosh Ganu
2020-01-07test: rng: Add basic test for random number generator(rng) uclassSughosh Ganu
2020-01-07configs: sandbox: Enable random number generator(rng) deviceSughosh Ganu
2020-01-07sandbox: rng: Add a random number generator(rng) driverSughosh Ganu
2020-01-07configs: stm32mp15: Enable random number generator(rng) deviceSughosh Ganu
2020-01-07stm32mp1: rng: Add a driver for random number generator(rng) deviceSughosh Ganu
2020-01-07clk: stm32mp1: Add a clock entry for RNG1 deviceSughosh Ganu
2020-01-07dm: rng: Add random number generator(rng) uclassSughosh Ganu
2020-01-07test/py: Create a test for launching UEFI binaries from FIT imagesCristian Ciocaltea
2020-01-07doc: uefi.rst: Document launching UEFI binaries from FIT imagesCristian Ciocaltea
2020-01-07doc: Add sample uefi.its image description fileCristian Ciocaltea
2020-01-07bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea
2020-01-07image: Add IH_OS_EFI for EFI chain-load bootCristian Ciocaltea
2020-01-07cmd: efidebug: capitalize UEFIHeinrich Schuchardt
2020-01-07cmd: efidebug: new sub-command tablesHeinrich Schuchardt
2020-01-07cmd: efidebug: simplify get_guid_text()Heinrich Schuchardt
2020-01-07efi_loader: define all known warning status codesHeinrich Schuchardt
2020-01-07efi_loader: free load options after executionHeinrich Schuchardt
2020-01-07efi_loader: Add guidcpy functionSughosh Ganu
2020-01-07efi_loader: __cyg_profile_func_enter/_exitHeinrich Schuchardt
2020-01-07part: efi: comment for GPT_HEADER_SIGNATURE_UBOOTHeinrich Schuchardt
2020-01-07efi_loader: clear screen should move cursor to homeHeinrich Schuchardt