summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-07net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: b53: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut
2023-04-07net: phy: Iterate over both registered PHYs and struct phy_driver linker listMarek Vasut
2023-04-07net: phy: Factor manual relocation into separate functionMarek Vasut
2023-04-07net: phy: teranetics: Staticize PHY driver entriesMarek Vasut
2023-04-07net: phy: cortina: Staticize PHY driver entriesMarek Vasut
2023-04-07net: phy: ca_phy: Staticize PHY driver entriesMarek Vasut
2023-04-07net: phy: aquantia: Staticize PHY driver entriesMarek Vasut
2023-04-06cmd: Add 2048 gameSimon Glass
2023-04-06serial-uclass: drop redundant code in serial_check_stdout()Rasmus Villemoes
2023-04-06cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSIHeinrich Schuchardt
2023-04-06ata: don't use SYS_SCSI_MAX_SCSI_ID for SATAHeinrich Schuchardt
2023-04-06ata: fix requirements for CONFIG_AHCI_PCIHeinrich Schuchardt
2023-04-06spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entryCorentin Guillevic
2023-04-06doc: arch: m68k: fix maintainer emailAngelo Dureghello
2023-04-06arm: lib: add __gnu_thumb1_case_siFrancis Laniel
2023-04-06cmd/regulator: missing fallthrough in do_dev()Heinrich Schuchardt
2023-04-06cmd: missing fallthrough macro in do_pci()Heinrich Schuchardt
2023-04-06cmd: convert fallthrough comment.Heinrich Schuchardt
2023-04-06lib: missing fallthrough comment in vsnprintf_internal()Heinrich Schuchardt
2023-04-06tools: avoid implicit fallthrough in fdt_add_pubkeyHeinrich Schuchardt
2023-04-06tools: env: use /run to store lockfileTim Lee
2023-04-06lmb: add max number of region in lmb_dump_region() outputPatrick Delaunay
2023-04-06lmb: Fix LMB_MEMORY_REGIONS flag usagePatrick Delaunay
2023-04-06spi: mpc8xxx: Add support for SPI on mpc832xChristophe Leroy
2023-04-06gpio: Add QUICC Engine GPIOs driverChristophe Leroy
2023-04-06clk: mpc83xx: Fix clocks for mpc832xChristophe Leroy
2023-04-06powerpc: mpc83xx: Don't activate MMU when not necessaryChristophe Leroy
2023-04-06powerpc: mpc83xx: Fix soc.hChristophe Leroy
2023-04-06powerpc: mpc832x: Fix reset wordChristophe Leroy
2023-04-06watchdog: mpc8xxx: Add support for mpc83xxChristophe Leroy
2023-04-06watchdog: mpc8xxx: Make it genericChristophe Leroy
2023-04-05Merge tag 'fsl-qoriq-2023-4-6' of https://source.denx.de/u-boot/custodians/u-...Tom Rini
2023-04-05Merge branch '2023-04-05-blkmap-composable-virtual-block-devices'Tom Rini
2023-04-05watchdog: mpc8xx: Rename it mpc8xxxChristophe Leroy
2023-04-05powerpc: mpc8xx: Migrate to CONFIG_SYS_CLK_FREQChristophe Leroy
2023-04-05efi_loader: device_path: support blkmap devicesTobias Waldekranz
2023-04-05doc: blkmap: Add introduction and examplesTobias Waldekranz
2023-04-05test: blkmap: Add test suiteTobias Waldekranz
2023-04-05cmd: blkmap: Add blkmap commandTobias Waldekranz
2023-04-05blk: blkmap: Add linear device mapping supportTobias Waldekranz
2023-04-05blk: blkmap: Add memory mapping supportTobias Waldekranz
2023-04-05blk: blkmap: Add basic infrastructureTobias Waldekranz