summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeLines
* MA-9409-3 Add base board support for android and android things.zhang sanshan2017-07-10-9/+20
* MA-9409-1 enable avb on android things.zhang sanshan2017-07-10-0/+8907
* x86: Use unsigned long for address in table generationSimon Glass2017-02-06-11/+11
* lib: tpm: Add command to flush resourcesMario Six2017-02-01-0/+29
* disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay2017-01-28-1/+1
* mkimage: Add support for signing with pkcs11George McCollister2017-01-14-11/+233
* lib: net_utils: enforce '.' as octet separator in string_to_ipChris Packham2017-01-14-0/+4
* lib: net_utils: make string_to_ip stricterChris Packham2017-01-14-0/+4
* delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada2017-01-14-6/+0
* libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson2017-01-13-1/+6
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-01-10-11/+39
|\
| * SPL: tiny-printf: ignore "-" modifierAndre Przywara2017-01-04-0/+3
| * SPL: tiny-printf: add "l" modifierAndre Przywara2017-01-04-11/+36
* | lib: gitignore *.elf and *.so generated by efi_loaderLadislav Michl2017-01-09-0/+2
|/
* fdt: add memory bank decoding functions for board setupNathan Rossi2016-12-20-0/+56
* efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf2016-11-27-0/+3
* image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-21-10/+8
* image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-21-8/+11
* rsa: Verify RSA padding programaticallyAndrew Duda2016-11-21-123/+47
* rsa: cosmetic: rename pad_len to key_lenAndrew Duda2016-11-21-3/+3
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-17-0/+2
* x86: Enable EFI loader supportSimon Glass2016-11-14-1/+1
* efi: Add support for a hello world test programSimon Glass2016-11-14-0/+28
* x86: Tidy up selection of building the EFI stubSimon Glass2016-11-14-2/+2
* efi: Correct cache flush alignmentSimon Glass2016-11-14-1/+2
* efi_loader: console: Correctly report modesEmmanuel Vadot2016-11-14-16/+84
* efi: Use device device path type Messaging for network interface nodeOleksandr Tymoshenko2016-11-14-8/+9
* efi_loader: fix depends on line of EFI_LOADERMasahiro Yamada2016-11-14-1/+1
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2016-10-24-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2016-10-24-1/+1
* libfdt: Sync overlay with upstreamMaxime Ripard2016-10-23-73/+129
* efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-19-13/+13
* x86: efi: Add EFI loader support for x86Simon Glass2016-10-19-0/+13
* efi: Fix missing EFIAPI specifiersSimon Glass2016-10-19-10/+12
* smbios: Provide serial numberAlexander Graf2016-10-19-0/+5
* efi_loader: Fix efi_install_configuration_tableAlexander Graf2016-10-19-1/+1
* smbios: Expose in efi_loader as tableAlexander Graf2016-10-19-2/+41
* smbios: Generate type 4 on non-x86 systemsAlexander Graf2016-10-19-13/+38
* smbios: Allow compilation on 64bit systemsAlexander Graf2016-10-19-8/+8
* efi_loader: Expose efi_install_configuration_tableAlexander Graf2016-10-19-9/+13
* x86: Move smbios generation into arch independent directoryAlexander Graf2016-10-19-0/+303
* x86: Move table csum into separate fileAlexander Graf2016-10-19-0/+21
* efi_loader: gop: Expose fb when 32bppAlexander Graf2016-10-19-0/+16
* efi_loader: Allow bouncing for networkAlexander Graf2016-10-19-0/+7
* efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-18-11/+91
* efi_loader: Do not leak memory when unlinking a mappingStefan Brüns2016-10-18-2/+5
* efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns2016-10-18-1/+2
* efi_loader: Readd freed pages to memory poolStefan Brüns2016-10-18-2/+9
* efi_loader: Track size of pool allocations to allow freeingStefan Brüns2016-10-18-6/+42
* efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2016-10-18-6/+19