aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-27USE_PRIVATE_LIBGCC: Filter out using libgcc as an alternativeWIP/test-drop-libgccTom Rini2-3/+1
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
2022-09-25sandbox: usb: Rename transfer_len in protocol structSimon Glass1-3/+3
2022-09-25scsi: Tidy up comments for struct scsi_cmdSimon Glass1-18/+38
2022-09-25blk: Rename if_type to uclass_idSimon Glass28-232/+231
2022-09-25sandbox: unblock signal before calling execv()Heinrich Schuchardt1-0/+16
2022-09-24Merge branch '2022-09-24-add-console-flush' into nextTom Rini15-43/+205
2022-09-24boot: Call flush() before bootingPali Rohár3-0/+4
2022-09-24serial: Call flush() before changing baudratePali Rohár2-0/+6
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár4-0/+26
2022-09-24serial: Implement flush callbackPali Rohár1-0/+20
2022-09-24console: Implement flush() functionPali Rohár5-0/+92
2022-09-24sandbox: Add function os_flush()Pali Rohár2-0/+13