summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-12-20fdt: add memory bank decoding functions for board setupNathan Rossi
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda
2016-11-21rsa: Verify RSA padding programaticallyAndrew Duda
2016-11-21rsa: cosmetic: rename pad_len to key_lenAndrew Duda
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf
2016-11-14x86: Enable EFI loader supportSimon Glass
2016-11-14efi: Add support for a hello world test programSimon Glass
2016-11-14x86: Tidy up selection of building the EFI stubSimon Glass
2016-11-14efi: Correct cache flush alignmentSimon Glass
2016-11-14efi_loader: console: Correctly report modesEmmanuel Vadot
2016-11-14efi: Use device device path type Messaging for network interface nodeOleksandr Tymoshenko
2016-11-14efi_loader: fix depends on line of EFI_LOADERMasahiro Yamada
2016-10-24libfdt: fix fdt_stringlist_search()Masahiro Yamada
2016-10-24libfdt: fix fdt_stringlist_count()Masahiro Yamada
2016-10-23libfdt: Sync overlay with upstreamMaxime Ripard
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass
2016-10-19smbios: Provide serial numberAlexander Graf
2016-10-19efi_loader: Fix efi_install_configuration_tableAlexander Graf
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf
2016-10-19smbios: Generate type 4 on non-x86 systemsAlexander Graf
2016-10-19smbios: Allow compilation on 64bit systemsAlexander Graf
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf
2016-10-19x86: Move smbios generation into arch independent directoryAlexander Graf
2016-10-19x86: Move table csum into separate fileAlexander Graf
2016-10-19efi_loader: gop: Expose fb when 32bppAlexander Graf
2016-10-19efi_loader: Allow bouncing for networkAlexander Graf
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf
2016-10-18efi_loader: Do not leak memory when unlinking a mappingStefan Brüns
2016-10-18efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns
2016-10-18efi_loader: Fix crash on 32-bit systemsRobin Randhawa
2016-10-18efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns
2016-10-18efi_loader: Update description of internal efi_mem_carve_outStefan Brüns
2016-10-15spl: move FDT_FIXUP_PARTITIONS to KconfigHeiko Schocher
2016-10-13libfdt: Drop inlining of fdt_path_offset()Simon Glass
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-13libfdt: Sync up with upstreamSimon Glass
2016-10-13libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson
2016-10-11Fix return value in trailing_strtoln()Simon Glass
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi
2016-10-08arm: Add return value argument to longjmpAlexander Graf
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-10-06gunzip: cache-align write buffer memoryClemens Gruber