summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini
2019-04-24Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca
2019-04-23fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding
2019-04-23Convert CONFIG_TRACE_BUFFER_SIZE et al to KconfigSimon Glass
2019-04-23Convert CONFIG_TRACE to KconfigSimon Glass
2019-04-23trace: Tidy up error returnsSimon Glass
2019-04-23div64: Don't instrument the division functionSimon Glass
2019-04-23div64: Use kernel typesSimon Glass
2019-04-23efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt
2019-04-23efi_loader: check memory type in AllocatePages()Heinrich Schuchardt
2019-04-23efi_loader: need either ACPI table or device treeHeinrich Schuchardt
2019-04-23efi_selftest: do not run FDT test with ACPI table.Heinrich Schuchardt
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro
2019-04-23efi_loader: correctly split device path of loaded imageHeinrich Schuchardt
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt
2019-04-23efi_loader: export root node handleAKASHI Takahiro
2019-04-23efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro
2019-04-15Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efiTom Rini
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-04-12efi_selftest: expect boot services data for fdtHeinrich Schuchardt
2019-04-12efi_loader: simplify protocol installationHeinrich Schuchardt
2019-04-12efi_loader: export efi_install_multiple_protocol_interfacesHeinrich Schuchardt
2019-04-12efi_selftest: physical and virtual addresses must matchHeinrich Schuchardt
2019-04-12efi_loader: update virtual address in efi_mem_carve_outHeinrich Schuchardt
2019-04-12efi_loader: add protection for block_devPatrick Delaunay
2019-04-12efi_loader: fix setting PlatformLangHeinrich Schuchardt
2019-04-12efi_loader: move efi_save_gd() call to board_r.cHeinrich Schuchardt
2019-04-12efi_loader: remove stray #define LOG_CATEGORY LOGL_ERRHeinrich Schuchardt
2019-04-12efi_loader: enable HII protocols by defaultHeinrich Schuchardt
2019-04-12efi_loader: assign HII protocols to root nodeHeinrich Schuchardt
2019-04-12x86: dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong
2019-04-11fdtdec: test: Add carveout testsThierry Reding
2019-04-11fdtdec: test: Use compound statement macrosThierry Reding
2019-04-11fdtdec: test: Fix build warningThierry Reding
2019-04-11fdtdec: Add Kconfig symbol for testsThierry Reding
2019-04-11fdtdec: Implement carveout support functionsThierry Reding
2019-04-11fdtdec: Implement fdtdec_add_reserved_memory()Thierry Reding
2019-04-11fdtdec: Implement fdtdec_set_phandle()Thierry Reding
2019-04-11libfdt: Add phandle generation helperThierry Reding
2019-04-11vsprintf: Support phys_addr_t specifier unconditionallyThierry Reding
2019-04-11Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2019-04-09lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut
2019-04-09lib: fdt: Allow enabling both LZO and GZIP DT compressionMarek Vasut
2019-04-09lib: fdt: Split fdtdec_setup_memory_banksize()Marek Vasut
2019-04-09lib: fdt: Split fdtdec_setup_mem_size_base()Marek Vasut
2019-04-07efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt
2019-04-07efi_loader: enable file SetInfo()Heinrich Schuchardt
2019-04-07efi_loader: correct file creationHeinrich Schuchardt
2019-04-07efi_loader: debug output file handle in efi_file_open()Heinrich Schuchardt