summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-12-17efi: adjust ebbr to v2.1 in conformance profileVincent Stehlé
2022-12-08arch/riscv: add semihosting support for RISC-VKautuk Consul
2022-12-08lib: Add common semihosting libraryKautuk Consul
2022-12-05net: ipv6: Enable IPv6 typeconversion specifierViacheslav Mitrofanov
2022-12-05net: ipv6: Add string_to_ip6 converterViacheslav Mitrofanov
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt
2022-12-02efi_loader: fix handling of DHCP acknowledgeHeinrich Schuchardt
2022-12-02efi_selftest: test FatToStr() truncationHeinrich Schuchardt
2022-12-02efi_loader: add an EFI binary to print boot hart IDHeinrich Schuchardt
2022-11-22efi_selftest: Improve the FatToStr() unit testHeinrich Schuchardt
2022-11-22efi_selftest: unsigned char parameter for efi_st_strcmp_16_8()Heinrich Schuchardt
2022-11-22efi_loader: Fix buffer underflowMikhail Ilin
2022-11-16efi_loader: replace a u16_strdup with alloc + memcpyIlias Apalodimas
2022-11-16efi_loader: add missing EFI_CALL when closing a fileIlias Apalodimas
2022-11-16efi_loader: add comments on efi_file_from_path() regarding alignmentIlias Apalodimas
2022-11-16efi_loader: improve description of efi_file_from_path()Heinrich Schuchardt
2022-11-16efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...Ilias Apalodimas
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass
2022-11-06efi_loader: AllocateAddress requires page addressHeinrich Schuchardt
2022-11-06efi_loader: discover if no efi_system_partition is setHeinrich Schuchardt
2022-11-06efi_loader: remove CONFIG_EFI_SETUP_EARLYAKASHI Takahiro
2022-11-06efi_loader: Let networking support depend on NETDEVICESJan Kiszka
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu
2022-10-31FWU: Add boot time checks as highlighted by the FWU specificationSughosh Ganu
2022-10-31FWU: Add helper functions for accessing FWU metadataSughosh Ganu
2022-10-31FWU: Add FWU metadata structure and driver for accessing metadataSughosh Ganu
2022-10-31disk: Rename block functionsSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30efi: Drop old LCD codeSimon Glass
2022-10-27lib: fix buggy strcmp and strncmpRasmus Villemoes
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-10-16efi_loader: remove efi_delete_handle on loadfile2Ilias Apalodimas
2022-10-16efi_loader: avoid EFI_CALL() when draining consoleHeinrich Schuchardt
2022-10-16efi_loader: avoid EFI_CALL() for clearing screenHeinrich Schuchardt
2022-10-11lib: crypt: fix selecting a non-existent optionOleksandr Suvorov
2022-10-10efi_loader: reformat efi_disk_add_dev()Heinrich Schuchardt
2022-10-10efi_loader: simplify efi_set_load_options()Heinrich Schuchardt
2022-10-10efi_driver: use efi_close_protocolHeinrich Schuchardt
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt
2022-10-10efi_loader: CloseProtocol in efi_fmp_findHeinrich Schuchardt
2022-10-10efi_loader: CloseProtocol in tcg2_measure_gpt_dataHeinrich Schuchardt
2022-10-10efi_driver: fix efi_uc_stop()Heinrich Schuchardt
2022-10-10efi_loader: printf code in efi_disk_get_device_name()Heinrich Schuchardt
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas
2022-10-06efi_driver: move event registration to driverHeinrich Schuchardt
2022-10-06efi_selftest: rename event_notifyHeinrich Schuchardt
2022-10-06efi_driver: add init function to EFI block driverHeinrich Schuchardt