| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | dm: core: Drop dev_set_of_offset() | Simon Glass | 2020-12-13 | 1 | -5/+0 | |
| | | * | | | | | dm: Drop uses of dev_set_of_offset() | Simon Glass | 2020-12-13 | 6 | -13/+6 | |
| | | * | | | | | dm: Remove uses of device_bind_offset() | Simon Glass | 2020-12-13 | 20 | -49/+46 | |
| | | * | | | | | dm: core: Add a livetree function to check node status | Simon Glass | 2020-12-13 | 3 | -0/+33 | |
| | | * | | | | | dm: core: Rename device_bind_ofnode() to device_bind() | Simon Glass | 2020-12-13 | 10 | -21/+21 | |
| | | * | | | | | dm: core: Rename device_bind() to device_bind_offset() | Simon Glass | 2020-12-13 | 20 | -37/+39 | |
| | | * | | | | | test: unit test for exception command | Heinrich Schuchardt | 2020-12-13 | 2 | -0/+25 | |
| | | * | | | | | efi_selftest: implement exception test for sandbox | Heinrich Schuchardt | 2020-12-13 | 1 | -0/+2 | |
| | | * | | | | | cmd: sandbox: implement exception command | Heinrich Schuchardt | 2020-12-13 | 4 | -1/+46 | |
| | | * | | | | | sandbox: add handler for exceptions | Heinrich Schuchardt | 2020-12-13 | 5 | -0/+105 | |
| | | * | | | | | sandbox: serial: Update to use membuff | Simon Glass | 2020-12-13 | 1 | -29/+19 | |
| | | * | | | | | sandbox: serial: Convert to livetree | Simon Glass | 2020-12-13 | 1 | -3/+1 | |
| | | * | | | | | serial: sandbox: Drop unnecessary #ifdefs | Simon Glass | 2020-12-13 | 1 | -9/+2 | |
| | | * | | | | | dtoc: Tidy up Python style in dtb_platdata | Simon Glass | 2020-12-13 | 1 | -29/+42 | |
| | | * | | | | | patman: Drop tools.ToChar() and ToChars() | Simon Glass | 2020-12-13 | 3 | -28/+5 | |
| | | * | | | | | patman: Drop tools.ToByte() | Simon Glass | 2020-12-13 | 3 | -19/+4 | |
| | | * | | | | | patman: Drop unicode helper functions | Simon Glass | 2020-12-13 | 8 | -63/+17 | |
| | | * | | | | | fdt: Use an Enum for the data type | Simon Glass | 2020-12-13 | 5 | -59/+77 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i... | Tom Rini | 2020-12-10 | 15 | -298/+1191 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | efi_loader: link partition to block device | Heinrich Schuchardt | 2020-12-10 | 1 | -0/+20 | |
| | | * | | | | | efi_loader: make efi_protocol_open() non-static | Heinrich Schuchardt | 2020-12-10 | 2 | -1/+6 | |
| | | * | | | | | efi_selftest: test EFI_LOAD_FILE_PROTOCOL | Heinrich Schuchardt | 2020-12-10 | 2 | -0/+478 | |
| | | * | | | | | efi_selftest: clean up Makefile | Heinrich Schuchardt | 2020-12-10 | 1 | -8/+6 | |
| | | * | | | | | efi_loader: support EFI_LOAD_FILE_PROTOCOL | Heinrich Schuchardt | 2020-12-10 | 1 | -1/+48 | |
| | | * | | | | | efi_loader: carve out efi_load_image_from_file() | Heinrich Schuchardt | 2020-12-10 | 1 | -9/+36 | |
| | | * | | | | | efi_loader: pass boot_policy to efi_load_image_from_path | Heinrich Schuchardt | 2020-12-10 | 1 | -7/+9 | |
| | | * | | | | | efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID | Heinrich Schuchardt | 2020-12-10 | 4 | -6/+10 | |
| | | * | | | | | efi_loader: resequence functions in efi_boottime.c | Heinrich Schuchardt | 2020-12-10 | 1 | -82/+82 | |
| | | * | | | | | efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL | Heinrich Schuchardt | 2020-12-10 | 3 | -7/+8 | |
| | | * | | | | | efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE | Heinrich Schuchardt | 2020-12-10 | 1 | -4/+0 | |
| | | * | | | | | fs: fat: deletion of long file names | Heinrich Schuchardt | 2020-12-10 | 1 | -12/+76 | |
| | | * | | | | | fs: fat: first dentry of long name in FAT iterator | Heinrich Schuchardt | 2020-12-10 | 1 | -2/+18 | |
| | | * | | | | | fs: fat: use constant DELETED_FLAG | Heinrich Schuchardt | 2020-12-10 | 1 | -1/+1 | |
| | | * | | | | | fs: fat: search file should not allocate cluster | Heinrich Schuchardt | 2020-12-10 | 1 | -23/+6 | |
| | | * | | | | | fs: fat: reuse deleted directory entries | Heinrich Schuchardt | 2020-12-10 | 1 | -12/+22 | |
| | | * | | | | | fs: fat: fat_find_empty_dentries() | Heinrich Schuchardt | 2020-12-10 | 1 | -1/+61 | |
| | | * | | | | | fs: fat: flush new directory cluster | Heinrich Schuchardt | 2020-12-10 | 1 | -9/+19 | |
| | | * | | | | | fs: fat: set start cluster for root directory | Heinrich Schuchardt | 2020-12-10 | 1 | -1/+3 | |
| | | * | | | | | fs: fat: dentry iterator for fill_dir_slot() | Heinrich Schuchardt | 2020-12-10 | 1 | -1/+1 | |
| | | * | | | | | fs: fat: generate unique short names | Heinrich Schuchardt | 2020-12-10 | 1 | -5/+36 | |
| | | * | | | | | fs: fat: call set_name() only once | Heinrich Schuchardt | 2020-12-10 | 1 | -33/+54 | |
| | | * | | | | | fs: fat: pass shortname to fill_dir_slot | Heinrich Schuchardt | 2020-12-10 | 1 | -8/+12 | |
| | | * | | | | | fs: fat: create correct short names | Heinrich Schuchardt | 2020-12-10 | 2 | -77/+140 | |
| | | * | | | | | fs: fat: export fat_next_cluster() | Heinrich Schuchardt | 2020-12-10 | 2 | -33/+80 | |
| | | * | | | | | fs: fat: correct first cluster for '..' | Heinrich Schuchardt | 2020-12-10 | 1 | -1/+5 | |
| | |/ / / / / | ||||||
| | * | | | | | spl: fit: Prefer a malloc()'d buffer for loading images | Alexandru Gagniuc | 2020-12-07 | 1 | -15/+22 | |
| | * | | | | | Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into next | Tom Rini | 2020-12-07 | 31 | -99/+914 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | bootm: Support string substitution in bootargs | Simon Glass | 2020-12-04 | 5 | -12/+172 | |
| | | * | | | | | cli: Support macro processing with a fixed-size buffer | Simon Glass | 2020-12-04 | 3 | -8/+19 | |
| | | * | | | | | x86: zimage: Add silent-console processing | Simon Glass | 2020-12-04 | 1 | -0/+14 | |
