summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-02-13efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt1-0/+4
2019-02-13lib: vsprintf: avoid overflow printing UTF16 stringsHeinrich Schuchardt1-3/+7
2019-02-13efi_loader: Make HII a config optionAlexander Graf3-1/+18
2019-02-13efi_loader: debug output for HII protocolsHeinrich Schuchardt2-26/+26
2019-02-13efi_selftest: fix HII testsHeinrich Schuchardt1-11/+0
2019-02-13efi_selftest: add HII database protocols testAKASHI Takahiro3-0/+1500
2019-02-13efi: hii: add HII config routing/access protocolsAKASHI Takahiro3-1/+153
2019-02-13efi: hii: add keyboard layout package supportAKASHI Takahiro1-5/+142
2019-02-13efi: hii: add guid package supportAKASHI Takahiro1-6/+42
2019-02-13efi_loader: Initial HII database protocolsLeif Lindholm3-0/+935
2019-02-13efi_loader: GetNextVariableName() relies on REGEXHeinrich Schuchardt1-0/+1
2019-02-13efi_loader: fix GetNextVariableNameHeinrich Schuchardt1-1/+2
2019-02-13efi_loader: do not use symbolic linksHeinrich Schuchardt1-1/+0
2019-02-13efi_loader: use library memcpy() in helloworld.efiHeinrich Schuchardt1-30/+6
2019-02-13efi_loader: use freestanding library for efi appsHeinrich Schuchardt1-0/+1
2019-02-13efi_loader: provide freestanding libraryHeinrich Schuchardt1-0/+90
2019-02-13efi_selftest: fix variables test for GetNextVariableName()AKASHI Takahiro1-5/+8
2019-02-13efi_loader: implement GetNextVariableName()AKASHI Takahiro1-10/+146
2019-02-13efi_loader: comments for variable servicesHeinrich Schuchardt1-5/+81
2019-02-13efi_loader: remove duplicate function mem2hex()Heinrich Schuchardt1-14/+1
2019-02-13efi_loader: eliminate duplicate function hex2mem()Heinrich Schuchardt1-41/+3
2019-02-13efi_loader: consistent build flags for EFI applicationsHeinrich Schuchardt2-3/+3
2019-02-13efi_loader: use u16* for file nameHeinrich Schuchardt2-10/+10
2019-02-13efi_loader: fix CopyMem()Heinrich Schuchardt1-1/+1
2019-02-13efi_driver: simplify error messageHeinrich Schuchardt1-2/+1
2019-02-13efi_selftest: tpl unit test, check return valuesHeinrich Schuchardt1-2/+2
2019-02-13efi_selftest: events unit test, check return valuesHeinrich Schuchardt1-3/+3
2019-02-13efi_selftest: SNP unit test on sandboxHeinrich Schuchardt1-0/+8
2019-02-13efi_loader: efi_set_variable use const void *Heinrich Schuchardt1-1/+1
2019-02-13efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt2-10/+10
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro2-0/+87
2019-02-13efi_selftest: allow building on ARMv7-MHeinrich Schuchardt1-3/+3
2019-02-13efi_loader: signature of StartImage and ExitHeinrich Schuchardt1-5/+5
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