aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-08arm_ffa: introduce armffa commandAbdellatif El Khlifi10-0/+356
2023-08-08arm_ffa: introduce sandbox test cases for UCLASS_FFAAbdellatif El Khlifi4-1/+265
2023-08-08arm_ffa: introduce sandbox FF-A supportAbdellatif El Khlifi15-22/+1081
2023-08-08arm_ffa: introduce Arm FF-A supportAbdellatif El Khlifi13-0/+1939
2023-08-08lib: uuid: introduce testcase for uuid_str_to_le_binAbdellatif El Khlifi3-0/+47
2023-08-08lib: uuid: introduce uuid_str_to_le_bin functionAbdellatif El Khlifi2-0/+63
2023-08-08arm64: smccc: add support for SMCCCv1.2 x0-x17 registersAbdellatif El Khlifi3-1/+117
2023-08-07Prepare v2023.10-rc2v2023.10-rc2Tom Rini2-3/+3
2023-08-07configs: Resync with savedefconfigTom Rini36-43/+15
2023-08-07Merge branch '2023-08-07-assorted-fixes'Tom Rini32-112/+181
2023-08-07fs/erofs: Remove an unnecessary assertionYifan Zhao1-3/+0
2023-08-07common: Drop duplicate space in SPL_BMP descriptionMarek Vasut1-1/+1
2023-08-07common: fix detection of SYS_MALLOC_F_LEN=0x0Heinrich Schuchardt2-2/+2
2023-08-07spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov2-11/+11
2023-08-07spl: remove duplicate SPL_MD5 optionOleksandr Suvorov1-12/+0
2023-08-07bloblist: Enforce CRC32Tom Rini1-0/+3
2023-08-07MAINTAINERS: Update rockchip platform maintain filesKever Yang1-1/+13
2023-08-07MAINTAINERS: add DT/bindings files to at91 entryEugen Hristev1-0/+8
2023-08-07board: ten64: add missing error checks for retimer power onMathew McBride1-0/+5
2023-08-07ARM: renesas: Update MAINTAINERS fileMarek Vasut22-28/+108
2023-08-07get_maintainer.pl: Add an ignore list for git historyTom Rini2-0/+2
2023-08-07Azure: Squash a number of jobs and re-order slightlyTom Rini1-49/+23
2023-08-07Azure: Rework Rockchip jobs againTom Rini1-5/+5
2023-08-05Merge tag 'dm-pull-5aug23' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/05Aug2023Tom Rini13-18/+569
2023-08-05buildman: Drop warning about orphaned defconfigsSimon Glass2-14/+2
2023-08-05buildman: Exit after reading toolchainSimon Glass1-0/+3
2023-08-05event: Fix a wrong type_name from dm_post_init to dm_post_init_fJaehoon Chung1-1/+1
2023-08-05binman: ftest: Add test for xilinx-bootgen etypeLukas Funke3-0/+123
2023-08-05binman: etype: Add xilinx-bootgen etypeLukas Funke2-0/+300
2023-08-05binman: btool: Add Xilinx Bootgen btoolLukas Funke2-1/+138
2023-08-05binman: Renumber 291 and 292 test filesSimon Glass3-2/+2
2023-08-05Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2-97/+75
2023-08-05cmd: Enable BIND by default if we have USB_ETHERTom Rini1-0/+1
2023-08-05usb: gadget: ether: Handle gadget driver registration in probe and removeMarek Vasut1-45/+52
2023-08-05usb: gadget: ether: Move probe function above driver structureMarek Vasut1-14/+14
2023-08-05usb: gadget: ether: Inline functions used onceMarek Vasut1-39/+9
2023-08-04Merge branch '2023-08-04-toradex-platform-updates'Tom Rini30-37/+6985
2023-08-04board: toradex: add verdin am62 supportMarcel Ziswiler25-9/+6907
2023-08-04arm: dts: k3-binman: fix rcfg_yaml and pcfg_yaml labelsMarcel Ziswiler1-8/+8
2023-08-04arm: mach-k3: am62: fix 2nd mux option of clkout0Marcel Ziswiler1-2/+3
2023-08-04toradex: tdx-cfg-block: add verdin am62 skusMarcel Ziswiler2-2/+15
2023-08-04toradex: tdx-cfg-block: rework display adapter name handlingMax Krummenacher2-5/+19
2023-08-04toradex: tdx-cfg-block: rework carrier board name handlingMax Krummenacher3-12/+33
2023-08-04toradex: tdx-cfg-block: add yavia carrier cfg block infoMax Krummenacher1-0/+1
2023-08-03Merge branch '2023-08-03-assorted-fixes'Tom Rini22-75/+100
2023-08-03bootstd: Init the size before reading extlinux fileWIP/2023-08-03-assorted-fixesSimon Glass1-0/+3
2023-08-03bootstd: Init the size before reading the devicetreeSimon Glass1-1/+5
2023-08-03bootstd: Avoid allocating memory for the EFI fileSimon Glass1-17/+33
2023-08-03bootstd: Use a function to detect network in EFI bootmethSimon Glass1-4/+16
2023-08-03bootflow: Export setup_fs()Simon Glass2-17/+19