aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-4/+10
2017-03-14tiny-printf: add static to locally used functionsMasahiro Yamada1-2/+2
2017-03-14efi: Add a hook to allow adding memory mappingYork Sun1-4/+10
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-11/+11
2017-02-01lib: tpm: Add command to flush resourcesMario Six1-0/+29
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay1-1/+1
2017-01-14mkimage: Add support for signing with pkcs11George McCollister1-11/+233
2017-01-14lib: net_utils: enforce '.' as octet separator in string_to_ipChris Packham1-0/+4
2017-01-14lib: net_utils: make string_to_ip stricterChris Packham1-0/+4
2017-01-14delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada1-6/+0
2017-01-13libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson1-1/+6
2017-01-10Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-11/+39
2017-01-09lib: gitignore *.elf and *.so generated by efi_loaderLadislav Michl1-0/+2
2017-01-04SPL: tiny-printf: ignore "-" modifierAndre Przywara1-0/+3
2017-01-04SPL: tiny-printf: add "l" modifierAndre Przywara1-11/+36
2016-12-20fdt: add memory bank decoding functions for board setupNathan Rossi1-0/+56
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf1-0/+3
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda2-10/+8
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-8/+11
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda4-123/+47
2016-11-21rsa: cosmetic: rename pad_len to key_lenAndrew Duda1-3/+3
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf1-0/+2
2016-11-14x86: Enable EFI loader supportSimon Glass1-1/+1
2016-11-14efi: Add support for a hello world test programSimon Glass2-0/+28
2016-11-14x86: Tidy up selection of building the EFI stubSimon Glass1-2/+2
2016-11-14efi: Correct cache flush alignmentSimon Glass1-1/+2
2016-11-14efi_loader: console: Correctly report modesEmmanuel Vadot1-16/+84
2016-11-14efi: Use device device path type Messaging for network interface nodeOleksandr Tymoshenko1-8/+9
2016-11-14efi_loader: fix depends on line of EFI_LOADERMasahiro Yamada1-1/+1
2016-10-24libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-24libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-10-23libfdt: Sync overlay with upstreamMaxime Ripard2-73/+129
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2-13/+13
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass2-0/+13
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass3-10/+12
2016-10-19smbios: Provide serial numberAlexander Graf1-0/+5
2016-10-19efi_loader: Fix efi_install_configuration_tableAlexander Graf1-1/+1
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf4-2/+41
2016-10-19smbios: Generate type 4 on non-x86 systemsAlexander Graf1-13/+38
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf1-8/+8
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf1-9/+13
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf3-0/+303
2016-10-19x86: Move table csum into separate fileAlexander Graf2-0/+21
2016-10-19efi_loader: gop: Expose fb when 32bppAlexander Graf1-0/+16
2016-10-19efi_loader: Allow bouncing for networkAlexander Graf1-0/+7
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf1-11/+91
2016-10-18efi_loader: Do not leak memory when unlinking a mappingStefan Brüns1-2/+5
2016-10-18efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns1-1/+2
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns1-2/+9
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns2-6/+42