aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-29test: Support testing malloc() failuresSimon Glass4-0/+33
2022-09-29test: Fix missing livetree test runsSimon Glass3-3/+6
2022-09-29event: Pass the images to EVT_FT_FIXUPSimon Glass2-0/+3
2022-09-29dm: core: Pass a root node to of_find_node_by_phandle()Simon Glass4-5/+10
2022-09-29event: Allow multiple spy declarations for each eventSimon Glass2-3/+5
2022-09-29event: Fix a typo in the EVENT helpSimon Glass1-1/+1
2022-09-29sandbox: power: Update PMIC driver to use logSimon Glass1-4/+6
2022-09-29log: update the comment for log_msg_ret()Simon Glass1-1/+4
2022-09-29treewide: Drop image_header_t typedefSimon Glass55-175/+179
2022-09-29treewide: Drop image_info_t typedefSimon Glass2-4/+4
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass27-110/+111
2022-09-29image: Fix BOOTM_STATE valuesSimon Glass1-12/+12
2022-09-27Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini52-487/+652
2022-09-27configs: increase SYS_MALLOC_F_LEN for STM32 MCU's boardPatrice Chotard12-12/+0
2022-09-26Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custo...WIP/26Sep2022-nextTom Rini38-54/+976
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini27-1287/+217
2022-09-26configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flagPatrice Chotard1-1/+0
2022-09-26configs: stm32f769-disco: Fix internal flash sizePatrice Chotard3-5/+5
2022-09-26configs: stm32746g-eval: Fix CONFIG_SYS_SPL_ARGS_ADDRPatrice Chotard1-1/+1
2022-09-26configs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDRPatrice Chotard1-1/+1
2022-09-26configs: stm32746g-eval: Fix SPL bootPatrice Chotard1-3/+4
2022-09-26configs: stm32f769-disco: Fix SPL bootPatrice Chotard1-3/+4
2022-09-26configs: stm32f746-disco: Fix SPL bootPatrice Chotard1-3/+4
2022-09-26ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boardsPatrice Chotard19-275/+209
2022-09-26arm64: versal-net: Add support for mini configurationMichal Simek4-0/+161
2022-09-26arm64: versal-net: Add defconfig for Versal NETMichal Simek2-25/+134
2022-09-26reset: zynqmp: Enable reset driver for Versal NETJay Buddhabhatti1-0/+1
2022-09-26mailbox: zynqmp: Enable ipi mailbox driver for Versal NETJay Buddhabhatti1-1/+1
2022-09-26firmware: zynqmp: Add Versal NET compatible stringJay Buddhabhatti1-0/+1
2022-09-26clk: versal: Enable clock driver for Versal NETJay Buddhabhatti2-1/+2
2022-09-26spi: zynqmp_gqspi: Add support for Versal NETMichal Simek1-1/+2
2022-09-26spi: cadence_qspi: Add support for Versal NET platformMichal Simek3-2/+7
2022-09-26arm64: versal-net: Add support for Versal NET platformMichal Simek19-7/+614
2022-09-26riscv: ae350: Disable AVAILABLE_HARTSRick Chen2-0/+2
2022-09-26riscv: Introduce AVAILABLE_HARTSRick Chen6-5/+23
2022-09-26spl: introduce SPL_XIP to configNikita Shubin8-8/+15
2022-09-25Merge tag 'dm-next-25sep22' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/25Sep2022-nextTom Rini48-404/+765
2022-09-25sandbox: Add a test for SCSISimon Glass5-0/+58
2022-09-25sandbox: Convert to use driver model for SCSISimon Glass9-29/+135
2022-09-25sandbox: scsi: Move request-handling code to scsi_emulSimon Glass4-77/+109
2022-09-25sandbox: Enable SCSI for all buildsSimon Glass5-2/+22
2022-09-25sandbox: scsi: Move structs to header fileSimon Glass2-26/+55
2022-09-25sandbox: scsi: Remove setup calls from handle_read()Simon Glass1-7/+22
2022-09-25sandbox: scsi: Move reply setup out of helperSimon Glass1-13/+9
2022-09-25sandbox: scsi: Move file size into shared structSimon Glass2-4/+5
2022-09-25sandbox: scsi: Move block size into shared structSimon Glass2-5/+8
2022-09-25scsi: Move vendor/product info into the shared structSimon Glass2-6/+9
2022-09-25sandbox: Move buffer to scsi_emul_infoSimon Glass2-11/+35
2022-09-25scsi: Move core emulation state into a new structSimon Glass2-30/+62
2022-09-25scsi: Move cmd_phase enum to the headerSimon Glass2-15/+22