summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-02-13efi_loader: fix memory allocation on sandboxHeinrich Schuchardt1-0/+6
2019-02-13efi_loader: efi_connect_controller() use %pDHeinrich Schuchardt1-1/+1
2019-02-13efi_loader: efi_add_runtime_mmio()Heinrich Schuchardt1-1/+2
2019-02-13lib: add u16_strcpy/strdup functionsAkashi, Takahiro1-0/+29
2019-02-11Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+33
2019-02-10Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini1-7/+0
2019-02-09fdt: tegra: Drop COMPAT_AMS_AS3722Simon Glass1-1/+0
2019-02-09fdt: samsung: Drop unused fdt_compat_id valuesSimon Glass1-6/+0
2019-02-09initcall: Move to inline functionAlexander Graf2-40/+0
2019-02-09hashtable: fix environment variable corruptionRoman Kapl1-3/+10
2019-02-08fdt: Introduce fdtdec_get_alias_highest_id()Michal Simek1-0/+33
2019-02-02Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchipTom Rini1-1/+3
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt1-5/+32
2019-02-01lib: Allow using display_buffer() in SPLSimon Glass1-1/+3
2019-01-26hashtable: remove caps bufferHeinrich Schuchardt1-2/+1
2019-01-26lib: lmb: cleanup var names and patman warningsSimon Goldschmidt1-44/+42
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt1-1/+1
2019-01-18lib: Kconfig: spelling fixesChris Packham1-2/+2
2019-01-17tftp: prevent overwriting reserved memorySimon Goldschmidt1-2/+2
2019-01-17fs: prevent overwriting reserved memorySimon Goldschmidt1-0/+13
2019-01-17lib: lmb: extend lmb for checks at load timeSimon Goldschmidt1-0/+53
2019-01-17fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt1-0/+1
2019-01-17lib: lmb: reserving overlapping regions should failSimon Goldschmidt1-7/+4
2019-01-17lmb: fix allocation at end of address rangeSimon Goldschmidt1-17/+12
2019-01-16Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2-12/+2
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon1-2/+1
2019-01-15lib: uuid: Do not enable UUID command SPLMarek Vasut1-1/+1
2019-01-15lib: fdtdec: fdtdec_get_addr_size_fixed remove checksKeerthy1-10/+0
2019-01-15efi_loader: Add a wchar_t cast in efi_file_open()Simon Glass1-2/+2
2018-12-23efi_loader: Make RTS relocation more robustAlexander Graf1-3/+31
2018-12-23lib: crc32: mark static variable as __efi_runtime_dataHeinrich Schuchardt1-1/+2
2018-12-23efi_selftest: block device: avoid read after freeHeinrich Schuchardt1-5/+5
2018-12-15hashtable: fix length calculation in hexport_rAKASHI Takahiro1-1/+1
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori1-1/+1
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot1-1/+42
2018-12-09Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich2-6/+18
2018-12-09lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich1-1/+1
2018-12-05tpm: Fix a logging warning in unpack_byte_string()Simon Glass1-1/+1
2018-12-05tpm: Remove use of build-time TPM versionsSimon Glass2-11/+18
2018-12-05sandbox: physmem: Use mapping to support sandboxSimon Glass1-1/+3
2018-12-04Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini37-339/+1158
2018-12-03rsa: add support of padding pssPhilippe Reynes2-0/+200
2018-12-03rsa: add a structure for the paddingPhilippe Reynes2-23/+49
2018-12-03rsa: use new openssl API to create signaturePhilippe Reynes1-6/+11
2018-12-03efi_loader: bootmgr: add load option helper functionsAKASHI Takahiro1-33/+60
2018-12-03efi_loader: allow device == NULL in efi_dp_from_name()AKASHI Takahiro1-4/+7
2018-12-02efi_loader: Align runtime section to 64kbAlexander Graf1-3/+17
2018-12-02efi_selftest: rename setup_okHeinrich Schuchardt1-4/+4
2018-12-02efi_loader: fix simple network protocolHeinrich Schuchardt1-59/+332
2018-12-02efi_loader: correctly aligned transmit bufferHeinrich Schuchardt1-11/+20