summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* efi_loader: use u16* for file nameHeinrich Schuchardt2019-02-132-10/+10
* efi_loader: fix CopyMem()Heinrich Schuchardt2019-02-131-1/+1
* efi_driver: simplify error messageHeinrich Schuchardt2019-02-131-2/+1
* efi_selftest: tpl unit test, check return valuesHeinrich Schuchardt2019-02-131-2/+2
* efi_selftest: events unit test, check return valuesHeinrich Schuchardt2019-02-131-3/+3
* efi_selftest: SNP unit test on sandboxHeinrich Schuchardt2019-02-131-0/+8
* efi_loader: efi_set_variable use const void *Heinrich Schuchardt2019-02-131-1/+1
* efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt2019-02-132-10/+10
* efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro2019-02-132-0/+87
* efi_selftest: allow building on ARMv7-MHeinrich Schuchardt2019-02-131-3/+3
* efi_loader: signature of StartImage and ExitHeinrich Schuchardt2019-02-131-5/+5
* efi_loader: fix memory allocation on sandboxHeinrich Schuchardt2019-02-131-0/+6
* efi_loader: efi_connect_controller() use %pDHeinrich Schuchardt2019-02-131-1/+1
* efi_loader: efi_add_runtime_mmio()Heinrich Schuchardt2019-02-131-1/+2
* lib: add u16_strcpy/strdup functionsAkashi, Takahiro2019-02-131-0/+29
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2019-02-111-0/+33
|\
| * fdt: Introduce fdtdec_get_alias_highest_id()Michal Simek2019-02-081-0/+33
* | Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini2019-02-101-7/+0
|\ \
| * | fdt: tegra: Drop COMPAT_AMS_AS3722Simon Glass2019-02-091-1/+0
| * | fdt: samsung: Drop unused fdt_compat_id valuesSimon Glass2019-02-091-6/+0
| |/
* | initcall: Move to inline functionAlexander Graf2019-02-092-40/+0
* | hashtable: fix environment variable corruptionRoman Kapl2019-02-091-3/+10
|/
* Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchipTom Rini2019-02-021-1/+3
|\
| * lib: Allow using display_buffer() in SPLSimon Glass2019-02-011-1/+3
* | lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-5/+32
|/
* hashtable: remove caps bufferHeinrich Schuchardt2019-01-261-2/+1
* lib: lmb: cleanup var names and patman warningsSimon Goldschmidt2019-01-261-44/+42
* lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt2019-01-261-1/+1
* lib: Kconfig: spelling fixesChris Packham2019-01-181-2/+2
* tftp: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-2/+2
* fs: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-0/+13
* lib: lmb: extend lmb for checks at load timeSimon Goldschmidt2019-01-161-0/+53
* fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt2019-01-161-0/+1
* lib: lmb: reserving overlapping regions should failSimon Goldschmidt2019-01-161-7/+4
* lmb: fix allocation at end of address rangeSimon Goldschmidt2019-01-161-17/+12
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-152-12/+2
|\
| * lib: fdtdec: fdtdec_get_addr_size_fixed remove checksKeerthy2019-01-141-10/+0
| * efi_loader: Add a wchar_t cast in efi_file_open()Simon Glass2019-01-141-2/+2
* | common: command: Add support for $ auto-completionBoris Brezillon2019-01-151-2/+1
* | lib: uuid: Do not enable UUID command SPLMarek Vasut2019-01-151-1/+1
|/
* efi_loader: Make RTS relocation more robustAlexander Graf2018-12-231-3/+31
* lib: crc32: mark static variable as __efi_runtime_dataHeinrich Schuchardt2018-12-231-1/+2
* efi_selftest: block device: avoid read after freeHeinrich Schuchardt2018-12-231-5/+5
* hashtable: fix length calculation in hexport_rAKASHI Takahiro2018-12-151-1/+1
* spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2018-12-121-1/+1
* lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot2018-12-101-1/+42
* Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich2018-12-082-6/+18
* lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-081-1/+1
* tpm: Fix a logging warning in unpack_byte_string()Simon Glass2018-12-051-1/+1
* tpm: Remove use of build-time TPM versionsSimon Glass2018-12-052-11/+18