summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-14dec20' of git://git.denx.de/u-boot-dm into nextWIP/14Dec2020-nextTom Rini2020-12-141201-5374/+5482
|\
| * checkpatch: Add warnings for unexpected struct namesSimon Glass2020-12-132-0/+66
| * dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-13358-1411/+1404
| * dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-1312-24/+12
| * dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-13362-797/+797
| * dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13333-1009/+1009
| * dm: Rename 'platdata_size' to 'plat_size'Simon Glass2020-12-135-45/+44
| * dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13575-1644/+1633
| * dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13956-1369/+1365
| * dtoc: Tidy up more Python style in dtb_platdataSimon Glass2020-12-131-45/+46
| * dm: core: Drop unused parameter from dm_extended_scan_fdt()Simon Glass2020-12-134-8/+7
| * dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass2020-12-135-10/+8
| * dm: core: Combine the flattree and livetree binding codeSimon Glass2020-12-131-58/+16
| * dm: core: Add an ofnode function to get the devicetree rootSimon Glass2020-12-132-6/+14
| * dm: core: Drop device_bind_offset()Simon Glass2020-12-132-15/+3
| * dm: core: Drop dev_set_of_offset()Simon Glass2020-12-131-5/+0
| * dm: Drop uses of dev_set_of_offset()Simon Glass2020-12-136-13/+6
| * dm: Remove uses of device_bind_offset()Simon Glass2020-12-1320-49/+46
| * dm: core: Add a livetree function to check node statusSimon Glass2020-12-133-0/+33
| * dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-1310-21/+21
| * dm: core: Rename device_bind() to device_bind_offset()Simon Glass2020-12-1320-37/+39
| * test: unit test for exception commandHeinrich Schuchardt2020-12-132-0/+25
| * efi_selftest: implement exception test for sandboxHeinrich Schuchardt2020-12-131-0/+2
| * cmd: sandbox: implement exception commandHeinrich Schuchardt2020-12-134-1/+46
| * sandbox: add handler for exceptionsHeinrich Schuchardt2020-12-135-0/+105
| * sandbox: serial: Update to use membuffSimon Glass2020-12-131-29/+19
| * sandbox: serial: Convert to livetreeSimon Glass2020-12-131-3/+1
| * serial: sandbox: Drop unnecessary #ifdefsSimon Glass2020-12-131-9/+2
| * dtoc: Tidy up Python style in dtb_platdataSimon Glass2020-12-131-29/+42
| * patman: Drop tools.ToChar() and ToChars()Simon Glass2020-12-133-28/+5
| * patman: Drop tools.ToByte()Simon Glass2020-12-133-19/+4
| * patman: Drop unicode helper functionsSimon Glass2020-12-138-63/+17
| * fdt: Use an Enum for the data typeSimon Glass2020-12-135-59/+77
|/
* Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...WIP/10Dec2020-nextTom Rini2020-12-1015-298/+1191
|\
| * efi_loader: link partition to block deviceHeinrich Schuchardt2020-12-101-0/+20
| * efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt2020-12-102-1/+6
| * efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-102-0/+478
| * efi_selftest: clean up MakefileHeinrich Schuchardt2020-12-101-8/+6
| * efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-101-1/+48
| * efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt2020-12-101-9/+36
| * efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt2020-12-101-7/+9
| * efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt2020-12-104-6/+10
| * efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt2020-12-101-82/+82
| * efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt2020-12-103-7/+8
| * efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt2020-12-101-4/+0
| * fs: fat: deletion of long file namesHeinrich Schuchardt2020-12-101-12/+76
| * fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt2020-12-101-2/+18
| * fs: fat: use constant DELETED_FLAGHeinrich Schuchardt2020-12-101-1/+1
| * fs: fat: search file should not allocate clusterHeinrich Schuchardt2020-12-101-23/+6
| * fs: fat: reuse deleted directory entriesHeinrich Schuchardt2020-12-101-12/+22