aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2-0/+24
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu1-0/+2
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu1-0/+4
2020-12-31fsp: Move and rename fsp_types.h fileSughosh Ganu1-0/+62
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas1-1/+2
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt1-2/+2
2020-12-31efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt1-1/+3
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt1-0/+12
2020-12-31fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt1-1/+0
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt1-1/+1
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass1-11/+45
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait1-4/+14
2020-12-18dm: core: Drop seq and req_seqSimon Glass1-8/+1
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass1-7/+10
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2-26/+10
2020-12-18dm: Drop uclass_resolve_seq()Simon Glass1-15/+0
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass1-0/+1
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass1-1/+1
2020-12-18dm: core: Allow manual sequence numberingSimon Glass1-0/+3
2020-12-18dm: core: Add a new sequence number for devicesSimon Glass1-0/+8
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-2/+2
2020-12-18dm: Avoid accessing seq directlySimon Glass3-2/+7
2020-12-18linker_lists: Fix alignment issueSimon Glass1-1/+2
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass26-51/+50
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass6-21/+21
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass5-6/+6
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass20-77/+77
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass5-22/+22
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass1-3/+2
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass1-2/+1
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass1-0/+12
2020-12-13dm: core: Drop device_bind_offset()Simon Glass1-7/+3
2020-12-13dm: core: Drop dev_set_of_offset()Simon Glass1-5/+0
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass2-3/+3
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass1-0/+11
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-3/+3
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass2-5/+5
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt1-0/+17
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt1-0/+5
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt1-0/+3
2020-12-10fs: fat: export fat_next_cluster()Heinrich Schuchardt1-1/+6
2020-12-04bootm: Support string substitution in bootargsSimon Glass1-4/+10
2020-12-04cli: Support macro processing with a fixed-size bufferSimon Glass1-1/+3
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass1-0/+16
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-2/+9
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-1/+2
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass1-2/+2
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass1-2/+9
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass2-0/+4