summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-01-26hashtable: remove caps bufferHeinrich Schuchardt
2019-01-26lib: lmb: cleanup var names and patman warningsSimon Goldschmidt
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt
2019-01-18lib: Kconfig: spelling fixesChris Packham
2019-01-16tftp: prevent overwriting reserved memorySimon Goldschmidt
2019-01-16fs: prevent overwriting reserved memorySimon Goldschmidt
2019-01-16lib: lmb: extend lmb for checks at load timeSimon Goldschmidt
2019-01-16fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt
2019-01-16lib: lmb: reserving overlapping regions should failSimon Goldschmidt
2019-01-16lmb: fix allocation at end of address rangeSimon Goldschmidt
2019-01-15Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon
2019-01-15lib: uuid: Do not enable UUID command SPLMarek Vasut
2019-01-14lib: fdtdec: fdtdec_get_addr_size_fixed remove checksKeerthy
2019-01-14efi_loader: Add a wchar_t cast in efi_file_open()Simon Glass
2018-12-23efi_loader: Make RTS relocation more robustAlexander Graf
2018-12-23lib: crc32: mark static variable as __efi_runtime_dataHeinrich Schuchardt
2018-12-23efi_selftest: block device: avoid read after freeHeinrich Schuchardt
2018-12-15hashtable: fix length calculation in hexport_rAKASHI Takahiro
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot
2018-12-08Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich
2018-12-05tpm: Fix a logging warning in unpack_byte_string()Simon Glass
2018-12-05tpm: Remove use of build-time TPM versionsSimon Glass
2018-12-05sandbox: physmem: Use mapping to support sandboxSimon Glass
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-12-03rsa: add support of padding pssPhilippe Reynes
2018-12-03rsa: add a structure for the paddingPhilippe Reynes
2018-12-03rsa: use new openssl API to create signaturePhilippe Reynes
2018-12-03efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro
2018-12-03efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro
2018-12-02efi_loader: Align runtime section to 64kbAlexander Graf
2018-12-02efi_selftest: rename setup_okHeinrich Schuchardt
2018-12-02efi_loader: fix simple network protocolHeinrich Schuchardt
2018-12-02efi_loader: correctly aligned transmit bufferHeinrich Schuchardt
2018-12-02efi_selftest: fix simple network protocol testHeinrich Schuchardt
2018-12-02efi_selftest: check fdt is marked as runtime dataHeinrich Schuchardt
2018-12-02fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt
2018-12-02efi_loader: macro efi_size_in_pages()Heinrich Schuchardt
2018-12-02efi_selftest: building sandbox with EFI_SELFTESTHeinrich Schuchardt
2018-12-02efi_selftest: add test for memory allocationHeinrich Schuchardt
2018-12-02efi_loader: eliminate sandbox addressesHeinrich Schuchardt
2018-12-02efi_loader: Reserve unaccessible memoryAlexander Graf
2018-12-02efi_selftest: incorrect use of bitwise orHeinrich Schuchardt
2018-12-02sandbox: smbios: Update to support sandboxSimon Glass
2018-12-02Revert "efi_loader: remove efi_exit_caches()"Alexander Graf
2018-12-02efi_loader: use u16* for UTF16 stringsHeinrich Schuchardt
2018-12-02efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTEDAKASHI Takahiro
2018-12-02efi_loader: correct a function prototype of QueryCapsuleCapabilities()AKASHI Takahiro