summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop image_info_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-29image: Fix BOOTM_STATE valuesSimon Glass
2022-09-27Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians...Tom Rini
2022-09-27configs: increase SYS_MALLOC_F_LEN for STM32 MCU's boardPatrice Chotard
2022-09-26Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2022-09-26configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flagPatrice Chotard
2022-09-26configs: stm32f769-disco: Fix internal flash sizePatrice Chotard
2022-09-26configs: stm32746g-eval: Fix CONFIG_SYS_SPL_ARGS_ADDRPatrice Chotard
2022-09-26configs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDRPatrice Chotard
2022-09-26configs: stm32746g-eval: Fix SPL bootPatrice Chotard
2022-09-26configs: stm32f769-disco: Fix SPL bootPatrice Chotard
2022-09-26configs: stm32f746-disco: Fix SPL bootPatrice Chotard
2022-09-26ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boardsPatrice Chotard
2022-09-26arm64: versal-net: Add support for mini configurationMichal Simek
2022-09-26arm64: versal-net: Add defconfig for Versal NETMichal Simek
2022-09-26reset: zynqmp: Enable reset driver for Versal NETJay Buddhabhatti
2022-09-26mailbox: zynqmp: Enable ipi mailbox driver for Versal NETJay Buddhabhatti
2022-09-26firmware: zynqmp: Add Versal NET compatible stringJay Buddhabhatti
2022-09-26clk: versal: Enable clock driver for Versal NETJay Buddhabhatti
2022-09-26spi: zynqmp_gqspi: Add support for Versal NETMichal Simek
2022-09-26spi: cadence_qspi: Add support for Versal NET platformMichal Simek
2022-09-26arm64: versal-net: Add support for Versal NET platformMichal Simek
2022-09-26riscv: ae350: Disable AVAILABLE_HARTSRick Chen
2022-09-26riscv: Introduce AVAILABLE_HARTSRick Chen
2022-09-26spl: introduce SPL_XIP to configNikita Shubin
2022-09-25Merge tag 'dm-next-25sep22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-09-25sandbox: Add a test for SCSISimon Glass
2022-09-25sandbox: Convert to use driver model for SCSISimon Glass
2022-09-25sandbox: scsi: Move request-handling code to scsi_emulSimon Glass
2022-09-25sandbox: Enable SCSI for all buildsSimon Glass
2022-09-25sandbox: scsi: Move structs to header fileSimon Glass
2022-09-25sandbox: scsi: Remove setup calls from handle_read()Simon Glass
2022-09-25sandbox: scsi: Move reply setup out of helperSimon Glass
2022-09-25sandbox: scsi: Move file size into shared structSimon Glass
2022-09-25sandbox: scsi: Move block size into shared structSimon Glass
2022-09-25scsi: Move vendor/product info into the shared structSimon Glass
2022-09-25sandbox: Move buffer to scsi_emul_infoSimon Glass
2022-09-25scsi: Move core emulation state into a new structSimon Glass
2022-09-25scsi: Move cmd_phase enum to the headerSimon Glass
2022-09-25sandbox: usb: Rename transfer_len in protocol structSimon Glass
2022-09-25scsi: Tidy up comments for struct scsi_cmdSimon Glass
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-25sandbox: unblock signal before calling execv()Heinrich Schuchardt
2022-09-24Merge branch '2022-09-24-add-console-flush' into nextTom Rini
2022-09-24boot: Call flush() before bootingPali Rohár
2022-09-24serial: Call flush() before changing baudratePali Rohár
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár