aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-18sandbox: Add a build for VPLWIP/v7-vplSimon Glass7-8/+295
2022-04-18vpl: Add Kconfig options for VPLSimon Glass18-3/+592
2022-04-18Introduce Verifying Program Loader (VPL)Simon Glass13-19/+131
2022-04-18binman: Add VPL supportSimon Glass12-22/+349
2022-04-18Makefile: Tidy up the TPL build rulesSimon Glass1-2/+5
2022-04-18Makefile: Simplify devicetree rules for SPL/TPLSimon Glass1-5/+2
2022-04-18avb: Don't build in SPLSimon Glass1-1/+1
2022-04-18bloblist: Correct Kconfig dependenciesSimon Glass1-2/+2
2022-04-18test: Tidy up test building with SPLSimon Glass2-2/+2
2022-04-18doc: Expand SPL docs to explain the phase and configSimon Glass1-0/+34
2022-04-18doc: Convert SPL documentation to ReSTSimon Glass2-17/+20
2022-04-15Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/15Apr2022Tom Rini47-279/+1188
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini109-1112/+1337
2022-04-15CI: Print out unmigrated symbols when failingTom Rini2-5/+11
2022-04-15Merge branch '2022-04-14-assorted-updates'Tom Rini31-160/+406
2022-04-15efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt1-1/+1
2022-04-15efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt1-1/+1
2022-04-15lib: simplify u16_strdup()Heinrich Schuchardt1-1/+1
2022-04-15lib: convert u16_strlen() into a macroHeinrich Schuchardt2-24/+14
2022-04-15doc: man-page for the env commandPatrick Delaunay5-1/+387
2022-04-15doc: uefi: Update the capsule update related documentationSughosh Ganu1-2/+98
2022-04-15mkeficapsule: Remove raw and FIT GUID typesSughosh Ganu3-45/+1
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu2-12/+0
2022-04-15test: capsule: Modify the capsule tests to use GUID values for sandboxSughosh Ganu6-116/+270
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu2-0/+7
2022-04-15capsule: Put a check for image index before the updateSughosh Ganu1-3/+5
2022-04-15capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu1-69/+29
2022-04-15capsule: board: Add information needed for capsule updatesSughosh Ganu24-4/+374
2022-04-14fs: Allow to compile CMD_UBIFS when SPL is enabledPali Rohár1-0/+2
2022-04-14fs: Allow to compile FS_FAT only for proper U-BootPali Rohár1-1/+1
2022-04-14Remove duplication of table_compute_checksum functionTom Rini4-27/+12
2022-04-14serial: smh: Implement puts for DMSean Anderson2-0/+32
2022-04-14test: serial: Add test for putc/putsSean Anderson3-4/+70
2022-04-14serial: sandbox: Implement putsSean Anderson2-1/+21
2022-04-14serial: Fix _serial_puts using \n\r instead of \r\nSean Anderson1-10/+22
2022-04-14cmd: ubi.c: skip part command if right partition is already attachedAlexandre Besnard1-0/+5
2022-04-14led: Configure LED default-state on bootMarek Vasut3-37/+46
2022-04-14led: gpio: Drop duplicate OF "label" property parsingMarek Vasut1-8/+0
2022-04-14led: pwm: Drop duplicate OF "label" property parsingTom Rini1-10/+0
2022-04-14led: bcm6753: Drop duplicate OF "label" property parsingTom Rini1-12/+0
2022-04-14led: cortina: Drop duplicate OF "label" property parsingMarek Vasut1-11/+0
2022-04-14led: bcm6858: Drop duplicate OF "label" property parsingMarek Vasut1-12/+0
2022-04-14led: bcm6358: Drop duplicate OF "label" property parsingMarek Vasut1-12/+0
2022-04-14led: bcm6328: Drop duplicate OF "label" property parsingMarek Vasut1-12/+0
2022-04-14led: Move OF "label" property parsing to coreMarek Vasut1-0/+12
2022-04-14misc: atsha204a: Fix big endian supportPali Rohár1-1/+1
2022-04-14power: domain: ti: Extend use of PTCMD and PTSTAT registers for high PDsDave Gerlach1-3/+20
2022-04-14arm: apple: Add M1 Ultra supportJanne Grunau1-0/+167
2022-04-14sandbox: Increase default SYS_MALLOC_LENTom Rini6-5/+1
2022-04-13configs: Resync with savedefconfigTom Rini93-99/+86