aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-10ARM: stm32: Use CONFIG_TFTP_TSIZE on STMicroelectronics boardsPatrick Delaunay3-0/+3
2022-05-10ARM: dts: stm32: Move DHCOR BUCK3 VDD 2V9 adjustment to 1V8 DTSIMarek Vasut2-2/+7
2022-05-10ARM: stm32: Use CONFIG_TFTP_TSIZE on DHSOMMarek Vasut2-0/+2
2022-05-10ARM: stm32: Use default CONFIG_TFTP_BLOCKSIZE on DHSOMMarek Vasut2-2/+0
2022-05-10stm32mp: psci: Retain MCUDIVR, PLL3CR, PLL4CR, MSSCKSELR across suspendMarek Vasut1-0/+16
2022-05-10ram: stm32mp1: Conditionally enable ASRMarek Vasut1-3/+11
2022-05-10arm: dts: stm32mp15: alignment with v5.18Patrick Delaunay16-21/+168
2022-05-10ARM: stm32mp: correctly handle Silicon revisionPatrick Delaunay2-7/+8
2022-05-10ARM: stm32mp: skip ft_system_setup when the soc node is absentPatrick Delaunay1-0/+3
2022-05-10configs: stm32mp1: Add support for baudrates higher than 115200 for st-linkPatrick Delaunay1-0/+5
2022-05-10configs: stm32mp1: set the console variable for extlinux.confPatrick Delaunay1-0/+3
2022-05-10board: st: common: fix the error messages in stboard commandPatrick Delaunay1-2/+2
2022-05-10video: stm32: stm32_ltdc: support several hardware versionsYannick Fertre1-29/+216
2022-05-10video: stm32: stm32_ltdc: fix data enable polarityYannick FERTRE1-1/+1
2022-05-10stm32mp: stm32prog: handle flashlayout without STM32 image headerPatrick Delaunay1-1/+2
2022-05-10stm32mp: stm32prog: handle U-Boot script in flashlayout alternatePatrick Delaunay3-7/+13
2022-05-10stm32mp: stm32prog: handle interruption during the first enumerationPatrick Delaunay1-2/+5
2022-05-10stm32mp: stm32prog: add support of UUID for FIP partitionPatrick Delaunay2-20/+59
2022-05-10stm32mp: stm32prog: add support of STM32IMAGE version 2Patrick Delaunay3-48/+114
2022-05-10stm32mp: stm32prog: add TEE support in stm32prog commandPatrick Delaunay4-14/+142
2022-05-10stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTPPatrick Delaunay2-27/+46
2022-05-10stm32mp: stm32prog: fix commentPatrick Delaunay1-1/+1
2022-05-10misc: atsha204a: Add support for atsha204 chipPali Rohár1-0/+1
2022-05-10doc: Add device-tree-bindings for atsha204 and atsha204aPali Rohár1-0/+4
2022-05-10i2c: ihs: intel: Fix typo in comments (actual)Michal Simek2-2/+2
2022-05-09Merge branch '2022-05-09-TI-platform-updates'WIP/09May2022Tom Rini16-105/+740
2022-05-09ARM: dts: k3-am642-sk-u-boot: add PMIC nodeNeil Armstrong1-0/+61
2022-05-09config: enable TPS65219 for am64x_evm_a53 boardsNeil Armstrong1-0/+6
2022-05-09regulator: add driver for the TPS65219 BUCK & LDO regulatorsNeil Armstrong3-0/+390
2022-05-09power: add driver for the TPS65219 PMICNeil Armstrong4-0/+141
2022-05-09Nokia RX-51: Convert to CONFIG_DM_SERIALPali Rohár3-4/+14
2022-05-09Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRDPali Rohár1-0/+1
2022-05-09am335x, guardian: Drop non DM_I2C codeGireesh Hiremath1-2/+6
2022-05-09configs: am335x_guardian: Enable DM_I2CGireesh Hiremath1-2/+2
2022-05-09ARM: dts: am335x: guardian: switch to AM33XX_PADCONFGireesh Hiremath2-97/+119
2022-05-09Prepare v2022.07-rc2v2022.07-rc2Tom Rini1-1/+1
2022-05-08Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/08May2022Tom Rini14-171/+388
2022-05-08Merge branch '2022-05-06-assorted-updates'Tom Rini5-9/+121
2022-05-07test/py: Add more test cases for rejecting an EFI imageIlias Apalodimas2-0/+57
2022-05-07efi_loader: add sha384/512 on certificate revocationIlias Apalodimas4-23/+131
2022-05-07bootmenu: factor out the user input handlingMasahisa Kojima3-141/+148
2022-05-07efi_loader: Select EVENT as wellJan Kiszka1-0/+1
2022-05-07tools: mkimage: set OPENSSL_API_COMPATHeinrich Schuchardt1-0/+3
2022-05-07mkimage: Document misc optionsSean Anderson2-5/+46
2022-05-07Makefile: support CROSS_COMPILE=armv7a-*Heinrich Schuchardt1-1/+1
2022-05-07Makefile: Avoid non-portable GNU sed extensionMark Kettenis1-1/+1
2022-05-06fdt: don't set linux,phandleJohn Keeping1-8/+0
2022-05-06test: py: tests: test_gpt.py: add a simple test for the command gpt repairPhilippe Reynes1-0/+10
2022-05-06cmd: gpt: add subcommand repairPhilippe Reynes1-1/+15
2022-05-06disk: part_efi: add support to repair gpt tablePhilippe Reynes2-0/+96