summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-02-13efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt
2019-02-13lib: vsprintf: avoid overflow printing UTF16 stringsHeinrich Schuchardt
2019-02-13efi_loader: Make HII a config optionAlexander Graf
2019-02-13efi_loader: debug output for HII protocolsHeinrich Schuchardt
2019-02-13efi_selftest: fix HII testsHeinrich Schuchardt
2019-02-13efi_selftest: add HII database protocols testAKASHI Takahiro
2019-02-13efi: hii: add HII config routing/access protocolsAKASHI Takahiro
2019-02-13efi: hii: add keyboard layout package supportAKASHI Takahiro
2019-02-13efi: hii: add guid package supportAKASHI Takahiro
2019-02-13efi_loader: Initial HII database protocolsLeif Lindholm
2019-02-13efi_loader: GetNextVariableName() relies on REGEXHeinrich Schuchardt
2019-02-13efi_loader: fix GetNextVariableNameHeinrich Schuchardt
2019-02-13efi_loader: do not use symbolic linksHeinrich Schuchardt
2019-02-13efi_loader: use library memcpy() in helloworld.efiHeinrich Schuchardt
2019-02-13efi_loader: use freestanding library for efi appsHeinrich Schuchardt
2019-02-13efi_loader: provide freestanding libraryHeinrich Schuchardt
2019-02-13efi_selftest: fix variables test for GetNextVariableName()AKASHI Takahiro
2019-02-13efi_loader: implement GetNextVariableName()AKASHI Takahiro
2019-02-13efi_loader: comments for variable servicesHeinrich Schuchardt
2019-02-13efi_loader: remove duplicate function mem2hex()Heinrich Schuchardt
2019-02-13efi_loader: eliminate duplicate function hex2mem()Heinrich Schuchardt
2019-02-13efi_loader: consistent build flags for EFI applicationsHeinrich Schuchardt
2019-02-13efi_loader: use u16* for file nameHeinrich Schuchardt
2019-02-13efi_loader: fix CopyMem()Heinrich Schuchardt
2019-02-13efi_driver: simplify error messageHeinrich Schuchardt
2019-02-13efi_selftest: tpl unit test, check return valuesHeinrich Schuchardt
2019-02-13efi_selftest: events unit test, check return valuesHeinrich Schuchardt
2019-02-13efi_selftest: SNP unit test on sandboxHeinrich Schuchardt
2019-02-13efi_loader: efi_set_variable use const void *Heinrich Schuchardt
2019-02-13efi_loader: use const efi_guid_t * for variable servicesHeinrich Schuchardt
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro
2019-02-13efi_selftest: allow building on ARMv7-MHeinrich Schuchardt
2019-02-13efi_loader: signature of StartImage and ExitHeinrich Schuchardt
2019-02-13efi_loader: fix memory allocation on sandboxHeinrich Schuchardt
2019-02-13efi_loader: efi_connect_controller() use %pDHeinrich Schuchardt
2019-02-13efi_loader: efi_add_runtime_mmio()Heinrich Schuchardt
2019-02-13lib: add u16_strcpy/strdup functionsAkashi, Takahiro
2019-02-11Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2019-02-10Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini
2019-02-09fdt: tegra: Drop COMPAT_AMS_AS3722Simon Glass
2019-02-09fdt: samsung: Drop unused fdt_compat_id valuesSimon Glass
2019-02-09initcall: Move to inline functionAlexander Graf
2019-02-09hashtable: fix environment variable corruptionRoman Kapl
2019-02-08fdt: Introduce fdtdec_get_alias_highest_id()Michal Simek
2019-02-02Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchipTom Rini
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-02-01lib: Allow using display_buffer() in SPLSimon Glass
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