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