summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-07-26Merge git://git.denx.de/u-boot-dmTom Rini
2018-07-26fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTSMasahiro Yamada
2018-07-26fdt: fix fdtdec_setup_memory_banksize()Jens Wiklander
2018-07-26initialize net_mode.if_typeAndrew Thomas
2018-07-25efi_selftest: unit test for GetTime()Heinrich Schuchardt
2018-07-25efi_selftest: support printing leading zeroesHeinrich Schuchardt
2018-07-25efi_loader: complete implementation of GetTime()Heinrich Schuchardt
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt
2018-07-25efi_selftest: unit test for CalculateCrc32()Heinrich Schuchardt
2018-07-25efi_selftest: check crc32 for InstallConfigurationTableHeinrich Schuchardt
2018-07-25efi_loader: update crc32 in InstallConfigurationTableHeinrich Schuchardt
2018-07-25efi_loader: correct signature of CalculateCrc32()Heinrich Schuchardt
2018-07-25efi_selftest: test InstallConfigurationTable()Heinrich Schuchardt
2018-07-25efi_loader: allocate configuration table arrayHeinrich Schuchardt
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt
2018-07-25efi_loader: provide firmware revisionHeinrich Schuchardt
2018-07-25efi_loader: correct headersize EFI tablesHeinrich Schuchardt
2018-07-25efi_loader: specify UEFI spec revisionHeinrich Schuchardt
2018-07-25efi_loader: clear screen has to reset cursor positionHeinrich Schuchardt
2018-07-25efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset()Heinrich Schuchardt
2018-07-25efi_loader: set revision in loaded image protocolHeinrich Schuchardt
2018-07-25efi_driver: set DM_FLAG_NAME_ALLOCED flagHeinrich Schuchardt
2018-07-25efi_selftest: test writing to fileHeinrich Schuchardt
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt
2018-07-25efi_loader: check parameters of GetMemoryMapHeinrich Schuchardt
2018-07-25efi_loader: check parameters in memory allocationHeinrich Schuchardt
2018-07-25efi_loader: check parameters of CreateEventHeinrich Schuchardt
2018-07-25efi_selftest: Clean up a few comments and messagesSimon Glass
2018-07-25vsprintf: Handle NULL with %pUSimon Glass
2018-07-25efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf
2018-07-25efi: sandbox: Adjust memory usage for sandboxSimon Glass
2018-07-25efi_loader: Use common elf.h reloc definesAlexander Graf
2018-07-25efi_loader: Move to compiler based target architecture determinationAlexander Graf
2018-07-25efi_loader: Introduce ms abi vararg helpersAlexander Graf
2018-07-25efi_loader: Disable miniapps on sandboxAlexander Graf
2018-07-25efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt
2018-07-25efi_loader: Allow SMBIOS tables in highmemAlexander Graf
2018-07-25efi_loader: Use compiler constants for image loaderAlexander Graf
2018-07-25Revert "efi_loader: no support for ARMV7_NONSEC=y"Mark Kettenis
2018-07-25efi_selftest: update .gitignoreHeinrich Schuchardt
2018-07-24hashtable: Fix length calculation in hexport_rZubair Lutfullah Kakakhel
2018-07-23doc: Replace DocBook with sphinx-based docsMario Six
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini
2018-07-20hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz
2018-07-20efi: app: Add a sysreset driverBin Meng
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu
2018-07-19lib: fdtdec: Update ram_base to store ram start adddressSiva Durga Prasad Paladugu
2018-07-19xilinx: zynq: Add support to secure imagesSiva Durga Prasad Paladugu
2018-07-10board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons