aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-10fs: fat: export fat_next_cluster()Heinrich Schuchardt1-1/+6
2020-12-04bootm: Support string substitution in bootargsSimon Glass1-4/+10
2020-12-04cli: Support macro processing with a fixed-size bufferSimon Glass1-1/+3
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass1-0/+16
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass1-2/+9
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass1-1/+2
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass1-2/+2
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass1-2/+9
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass2-0/+4
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass1-1/+10
2020-12-04spl: atf: add support for LOAD_IMAGE_V2Michael Walle2-0/+65
2020-12-04spl: atf: remove helper structure from common headerMichael Walle1-14/+0
2020-12-04spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle1-12/+31
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro2-0/+5
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro2-0/+6
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro2-0/+131
2020-12-03efi_loader: capsule: add memory range capsule definitionsAKASHI Takahiro1-0/+17
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro1-0/+9
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro2-0/+25
2020-12-03efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas2-1/+74
2020-12-03tpm: Add tpm2 headers for TCG2 eventlog supportIlias Apalodimas1-0/+82
2020-12-03tpm: use more than sha256 on pcr_extendIlias Apalodimas1-1/+4
2020-12-01km/arm: coding style clean upHolger Brunck2-3/+3
2020-12-01hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board filesPatrick Delaunay11-14/+0
2020-12-01setexpr: Add some tests for buffer overflow and backrefSimon Glass1-0/+17
2020-12-01command: Add constants for cmd_get_data_size string / errorSimon Glass1-1/+25
2020-12-01test: Add some tests for setexprSimon Glass1-0/+2
2020-11-29Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot...WIP/29Nov2020Tom Rini1-0/+4
2020-11-29lib/efi_loader: fix ABI in efi_mm_communicate_headerEtienne Carriere1-1/+1
2020-11-28mmc: fsl_esdhc: make sure delay chain locked for HS400Yangbo Lu1-0/+4
2020-11-25reset: stm32: Add support of MCU HOLD BOOTPatrick Delaunay1-0/+1
2020-11-22usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay1-0/+1
2020-11-21Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/21Nov2020Tom Rini1-2/+0
2020-11-21efi_loader: tcg2 protocol updatesIlias Apalodimas1-2/+0
2020-11-20microblaze: Detect NOR flash based on DTMichal Simek1-38/+3
2020-11-20microblaze: Unify of setting for SPL_NOR/XIP supportMichal Simek1-5/+3
2020-11-20microblaze: Remove CONFIG_SYS_FDT_SIZEMichal Simek1-1/+0
2020-11-20microblaze: Get rid of xparameters.hMichal Simek1-1/+6
2020-11-20microblaze: Simplify cache handlingMichal Simek1-14/+2
2020-11-20microblaze: Clean config file from ifdef messMichal Simek1-24/+0
2020-11-19fs/squashfs: implement exists() functionRichard Genoud1-0/+1
2020-11-19km/ppc: use Kconfig for MEMTEST configurationHolger Brunck1-1/+1
2020-11-19km: replace hardcoded address for imported environmentMatteo Ghidoni1-4/+4
2020-11-17sunxi: DT: A64: update device tree filesSamuel Holland3-1/+7
2020-11-16Merge tag 'ti-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-15/+9
2020-11-15Nokia RX-51: Remove old comments from configs/nokia_rx51.h filePali Rohár1-10/+0
2020-11-15Nokia RX-51: Convert to CONFIG_DM_I2CPali Rohár1-2/+0
2020-11-15power: twl4030: Add twl4030_i2c_read() functionPali Rohár1-3/+9
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas2-0/+96
2020-11-14tpm: Add some headers from the specIlias Apalodimas1-0/+77