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