summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dtoc: Tidy up more Python style in dtb_platdataSimon Glass
2020-12-13dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass
2020-12-13dm: core: Combine the flattree and livetree binding codeSimon Glass
2020-12-13dm: core: Add an ofnode function to get the devicetree rootSimon Glass
2020-12-13dm: core: Drop device_bind_offset()Simon Glass
2020-12-13dm: core: Drop dev_set_of_offset()Simon Glass
2020-12-13dm: Drop uses of dev_set_of_offset()Simon Glass
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass
2020-12-13dm: core: Add a livetree function to check node statusSimon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass
2020-12-13test: unit test for exception commandHeinrich Schuchardt
2020-12-13efi_selftest: implement exception test for sandboxHeinrich Schuchardt
2020-12-13cmd: sandbox: implement exception commandHeinrich Schuchardt
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt
2020-12-13sandbox: serial: Update to use membuffSimon Glass
2020-12-13sandbox: serial: Convert to livetreeSimon Glass
2020-12-13serial: sandbox: Drop unnecessary #ifdefsSimon Glass
2020-12-13dtoc: Tidy up Python style in dtb_platdataSimon Glass
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass
2020-12-13patman: Drop tools.ToByte()Simon Glass
2020-12-13patman: Drop unicode helper functionsSimon Glass
2020-12-13fdt: Use an Enum for the data typeSimon Glass
2020-12-10Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt
2020-12-10efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_selftest: clean up MakefileHeinrich Schuchardt
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt
2020-12-10efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt
2020-12-10fs: fat: deletion of long file namesHeinrich Schuchardt
2020-12-10fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt
2020-12-10fs: fat: use constant DELETED_FLAGHeinrich Schuchardt
2020-12-10fs: fat: search file should not allocate clusterHeinrich Schuchardt
2020-12-10fs: fat: reuse deleted directory entriesHeinrich Schuchardt
2020-12-10fs: fat: fat_find_empty_dentries()Heinrich Schuchardt
2020-12-10fs: fat: flush new directory clusterHeinrich Schuchardt