summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fs: fat: fat_find_empty_dentries()Heinrich Schuchardt2020-12-101-1/+61
| * fs: fat: flush new directory clusterHeinrich Schuchardt2020-12-101-9/+19
| * fs: fat: set start cluster for root directoryHeinrich Schuchardt2020-12-101-1/+3
| * fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt2020-12-101-1/+1
| * fs: fat: generate unique short namesHeinrich Schuchardt2020-12-101-5/+36
| * fs: fat: call set_name() only onceHeinrich Schuchardt2020-12-101-33/+54
| * fs: fat: pass shortname to fill_dir_slotHeinrich Schuchardt2020-12-101-8/+12
| * fs: fat: create correct short namesHeinrich Schuchardt2020-12-102-77/+140
| * fs: fat: export fat_next_cluster()Heinrich Schuchardt2020-12-102-33/+80
| * fs: fat: correct first cluster for '..'Heinrich Schuchardt2020-12-101-1/+5
|/
* spl: fit: Prefer a malloc()'d buffer for loading imagesWIP/07Dec2020-nextAlexandru Gagniuc2020-12-071-15/+22
* Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into nextTom Rini2020-12-0731-99/+914
|\
| * bootm: Support string substitution in bootargsSimon Glass2020-12-045-12/+172
| * cli: Support macro processing with a fixed-size bufferSimon Glass2020-12-043-8/+19
| * x86: zimage: Add silent-console processingSimon Glass2020-12-041-0/+14
| * bootm: Allow updating the bootargs in a bufferSimon Glass2020-12-043-16/+132
| * bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass2020-12-043-10/+19
| * bootm: Split out bootargs environment reading / writingSimon Glass2020-12-041-22/+73
| * bootm: Use size rather than length for CONSOLE_ARGSimon Glass2020-12-041-7/+8
| * bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass2020-12-043-16/+17
| * bootm: Rename fixup_silent_linux()Simon Glass2020-12-043-9/+9
| * bootm: Update fixup_silent_linux() to return an errorSimon Glass2020-12-043-14/+29
| * bootm: Add tests for fixup_silent_linux()Simon Glass2020-12-047-7/+73
| * env: Allow returning errors from hdelete_r()Simon Glass2020-12-044-10/+21
| * board: sl28: add OP-TEE Trusted OS support (bl32)Michael Walle2020-12-043-0/+66
| * board: sl28: add ATF support (bl31)Michael Walle2020-12-044-2/+109
| * board: sl28: remove u-boot from loadable DT nodeMichael Walle2020-12-041-3/+0
| * armv8: layerscape: don't initialize GIC in SPLMichael Walle2020-12-041-0/+2
| * spl: atf: add support for LOAD_IMAGE_V2Michael Walle2020-12-044-4/+169
| * spl: atf: remove helper structure from common headerMichael Walle2020-12-042-14/+11
| * spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle2020-12-042-15/+42
| * spl: atf: move storage for bl31_params into functionMichael Walle2020-12-041-3/+2
| * treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle2020-12-045-10/+10
|/
* Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...WIP/03Dec2020-nextTom Rini2020-12-0325-98/+3283
|\
| * sandbox: enable capsule update for testingAKASHI Takahiro2020-12-032-0/+12
| * test/py: efi_capsule: test for raw image capsuleAKASHI Takahiro2020-12-032-0/+66
| * test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro2020-12-035-1/+292
| * tools: add mkeficapsule command for UEFI capsule updateAKASHI Takahiro2020-12-032-0/+238
| * cmd: add "efidebug capsule" commandAKASHI Takahiro2020-12-031-0/+235
| * efi_loader: add firmware management protocol for raw imageAKASHI Takahiro2020-12-036-58/+199
| * efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro2020-12-036-1/+320
| * efi_loader: capsule: support firmware updateAKASHI Takahiro2020-12-035-12/+383
| * efi_loader: capsule: add memory range capsule definitionsAKASHI Takahiro2020-12-031-0/+17
| * efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro2020-12-035-0/+541
| * efi_loader: define UpdateCapsule apiAKASHI Takahiro2020-12-037-54/+316
| * common: update: fix an "unused" warning against update_flash()AKASHI Takahiro2020-12-031-4/+4
| * cmd: efidebug: Add support for TCG2 final events tableIlias Apalodimas2020-12-031-0/+4
| * efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas2020-12-035-24/+625
| * tpm: Add tpm2 headers for TCG2 eventlog supportIlias Apalodimas2020-12-031-0/+82
| * tpm: use more than sha256 on pcr_extendIlias Apalodimas2020-12-033-7/+12