summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini4-20/+81
2019-04-24Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini21-66/+93
2019-04-24image: android: allow booting lz4-compressed kernelsEugeniu Rosca1-2/+1
2019-04-24fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding1-7/+0
2019-04-24Convert CONFIG_TRACE_BUFFER_SIZE et al to KconfigSimon Glass2-1/+50
2019-04-24Convert CONFIG_TRACE to KconfigSimon Glass1-0/+9
2019-04-24trace: Tidy up error returnsSimon Glass1-5/+9
2019-04-24div64: Don't instrument the division functionSimon Glass1-1/+7
2019-04-24div64: Use kernel typesSimon Glass1-7/+7
2019-04-23efi_loader: check length in CreateDeviceNode()Heinrich Schuchardt1-0/+3
2019-04-23efi_loader: check memory type in AllocatePages()Heinrich Schuchardt1-0/+4
2019-04-23efi_loader: need either ACPI table or device treeHeinrich Schuchardt1-1/+0
2019-04-23efi_selftest: do not run FDT test with ACPI table.Heinrich Schuchardt2-11/+34
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro2-20/+24
2019-04-23efi_loader: correctly split device path of loaded imageHeinrich Schuchardt1-10/+2
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt14-19/+19
2019-04-23efi_loader: export root node handleAKASHI Takahiro1-2/+3
2019-04-23efi_loader: efi_setup_loaded_image() handle missing file nameAKASHI Takahiro1-3/+4
2019-04-15Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efiTom Rini8-88/+106
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+1
2019-04-12efi_selftest: expect boot services data for fdtHeinrich Schuchardt1-3/+3
2019-04-12efi_loader: simplify protocol installationHeinrich Schuchardt1-51/+25
2019-04-12efi_loader: export efi_install_multiple_protocol_interfacesHeinrich Schuchardt1-1/+1
2019-04-12efi_selftest: physical and virtual addresses must matchHeinrich Schuchardt1-0/+5
2019-04-12efi_loader: update virtual address in efi_mem_carve_outHeinrich Schuchardt1-0/+2
2019-04-12efi_loader: add protection for block_devPatrick Delaunay1-1/+1
2019-04-12efi_loader: fix setting PlatformLangHeinrich Schuchardt2-15/+67
2019-04-12efi_loader: move efi_save_gd() call to board_r.cHeinrich Schuchardt2-10/+0
2019-04-12efi_loader: remove stray #define LOG_CATEGORY LOGL_ERRHeinrich Schuchardt1-2/+0
2019-04-12efi_loader: enable HII protocols by defaultHeinrich Schuchardt1-5/+2
2019-04-12efi_loader: assign HII protocols to root nodeHeinrich Schuchardt2-20/+20
2019-04-12x86: dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong1-1/+1
2019-04-12fdtdec: test: Add carveout testsThierry Reding1-0/+152
2019-04-12fdtdec: test: Use compound statement macrosThierry Reding1-42/+22
2019-04-12fdtdec: test: Fix build warningThierry Reding1-0/+2
2019-04-12fdtdec: Add Kconfig symbol for testsThierry Reding1-0/+4
2019-04-12fdtdec: Implement carveout support functionsThierry Reding1-0/+87
2019-04-12fdtdec: Implement fdtdec_add_reserved_memory()Thierry Reding1-0/+131
2019-04-12fdtdec: Implement fdtdec_set_phandle()Thierry Reding1-0/+7
2019-04-12libfdt: Add phandle generation helperThierry Reding1-0/+31
2019-04-12vsprintf: Support phys_addr_t specifier unconditionallyThierry Reding1-1/+1
2019-04-11Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2-16/+47
2019-04-09lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut2-1/+14
2019-04-09lib: fdt: Allow enabling both LZO and GZIP DT compressionMarek Vasut1-6/+13
2019-04-09lib: fdt: Split fdtdec_setup_memory_banksize()Marek Vasut1-6/+12
2019-04-09lib: fdt: Split fdtdec_setup_mem_size_base()Marek Vasut1-3/+8
2019-04-07efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt1-0/+17
2019-04-07efi_loader: enable file SetInfo()Heinrich Schuchardt1-2/+65
2019-04-07efi_loader: correct file creationHeinrich Schuchardt1-8/+27
2019-04-07efi_loader: debug output file handle in efi_file_open()Heinrich Schuchardt1-2/+4