aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-09-24efi_selftest: prefix test functions with efi_st_Heinrich Schuchardt1-43/+44
2022-09-23Merge branch '2022-09-23-4gb-ddr-in-32bit-ppc' into nextTom Rini41-50/+131
2022-09-23board_f: show_dram_config: Print also real DRAM sizeWIP/2022-09-23-4gb-ddr-in-32bit-ppcPali Rohár1-1/+36
2022-09-23display_options: print_size: Fix order overflowPali Rohár2-0/+9
2022-09-23powerpc/mpc85xx: Fix re-align of unmapped DDR memory message for non-SPL buildsPali Rohár1-0/+3
2022-09-23powerpc/mpc85xx: Explain TLB unmapped memory messagePali Rohár1-1/+1
2022-09-23ddr: fsl: Fix re-align of verbose DRAM information for non-SPL buildsPali Rohár1-0/+3
2022-09-23ddr: fsl: Allow to detect 4 GB DDR modules in 32-bit modePali Rohár1-4/+10
2022-09-23ddr: fsl: Fix fsl_ddr_sdram_size() for 4GB modules with 32-bit phys_size_tPali Rohár1-0/+4
2022-09-23ddr: fsl: Fix checking for maximal mappable memoryPali Rohár1-5/+14
2022-09-23board_f: Fix printing gd->ram_size and gd->ram_topPali Rohár1-2/+2