aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár35-36/+36
2022-09-23common/memsize.c: Fix get_effective_memsize() to check for overflowPali Rohár1-3/+15
2022-09-23common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_...Pali Rohár1-1/+1
2022-09-23Merge branch '2022-09-23-add-mediatek-mt7986-support' into nextTom Rini70-548/+9511
2022-09-23MAINTAINERS: update maintainer for MediaTek ARM platformWeijie Gao1-0/+6
2022-09-23tools: mtk_image: add support for nand headers used by newer chipsWeijie Gao3-30/+525
2022-09-23tools: mtk_image: split the code of generating NAND header into a new fileWeijie Gao5-289/+389
2022-09-23tools: mtk_image: split gfh header verification into a new functionWeijie Gao1-30/+21
2022-09-23cpu: add basic cpu driver for MediaTek ARM chipsWeijie Gao2-0/+87
2022-09-23clk: mediatek: add clock driver support for MediaTek MT7981 SoCWeijie Gao3-0/+951
2022-09-23clk: mediatek: add clock driver support for MediaTek MT7986 SoCWeijie Gao3-0/+922
2022-09-23clk: mediatek: add CLK_XTAL support for clock driverWeijie Gao2-1/+6
2022-09-23clk: mediatek: add infrasys clock mux supportWeijie Gao2-1/+74
2022-09-23clk: mediatek: add support to configure clock driver parentWeijie Gao2-33/+48