aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-07net: phy: adin: Convert to U_BOOT_PHY_DRIVER()Marek Vasut3-12/+1
2023-04-07net: phy: Iterate over both registered PHYs and struct phy_driver linker listMarek Vasut2-0/+22
2023-04-07net: phy: Factor manual relocation into separate functionMarek Vasut1-16/+23
2023-04-07net: phy: teranetics: Staticize PHY driver entriesMarek Vasut1-1/+1
2023-04-07net: phy: cortina: Staticize PHY driver entriesMarek Vasut1-2/+2
2023-04-07net: phy: ca_phy: Staticize PHY driver entriesMarek Vasut1-2/+2
2023-04-07net: phy: aquantia: Staticize PHY driver entriesMarek Vasut1-9/+9
2023-04-06cmd: Add 2048 gameSimon Glass4-0/+410
2023-04-06serial-uclass: drop redundant code in serial_check_stdout()Rasmus Villemoes1-14/+10
2023-04-06cmd: CONFIG_CMD_SCSI depends on CONFIG_SCSIHeinrich Schuchardt1-1/+2
2023-04-06ata: don't use SYS_SCSI_MAX_SCSI_ID for SATAHeinrich Schuchardt4-2/+12
2023-04-06ata: fix requirements for CONFIG_AHCI_PCIHeinrich Schuchardt1-0/+1
2023-04-06spi: Kconfig: add dependency on CONFIG_MPC85xx for FSL_ESPI entryCorentin Guillevic1-0/+1
2023-04-06doc: arch: m68k: fix maintainer emailAngelo Dureghello1-1/+1
2023-04-06arm: lib: add __gnu_thumb1_case_siFrancis Laniel1-0/+17
2023-04-06cmd/regulator: missing fallthrough in do_dev()Heinrich Schuchardt1-0/+1
2023-04-06cmd: missing fallthrough macro in do_pci()Heinrich Schuchardt1-0/+1
2023-04-06cmd: convert fallthrough comment.Heinrich Schuchardt1-1/+1
2023-04-06lib: missing fallthrough comment in vsnprintf_internal()Heinrich Schuchardt1-0/+3
2023-04-06tools: avoid implicit fallthrough in fdt_add_pubkeyHeinrich Schuchardt1-2/+2
2023-04-06tools: env: use /run to store lockfileTim Lee1-3/+3
2023-04-06lmb: add max number of region in lmb_dump_region() outputPatrick Delaunay1-1/+1
2023-04-06lmb: Fix LMB_MEMORY_REGIONS flag usagePatrick Delaunay3-6/+23
2023-04-05Merge tag 'fsl-qoriq-2023-4-6' of https://source.denx.de/u-boot/custodians/u-...WIP/05Apr2023Tom Rini15-91/+146
2023-04-05Merge branch '2023-04-05-blkmap-composable-virtual-block-devices'Tom Rini20-5/+1242
2023-04-05efi_loader: device_path: support blkmap devicesWIP/2023-04-05-blkmap-composable-virtual-block-devicesTobias Waldekranz2-0/+34
2023-04-05doc: blkmap: Add introduction and examplesTobias Waldekranz3-0/+113
2023-04-05test: blkmap: Add test suiteTobias Waldekranz4-0/+204
2023-04-05cmd: blkmap: Add blkmap commandTobias Waldekranz5-0/+255
2023-04-05blk: blkmap: Add linear device mapping supportTobias Waldekranz2-0/+84
2023-04-05blk: blkmap: Add memory mapping supportTobias Waldekranz2-0/+134
2023-04-05blk: blkmap: Add basic infrastructureTobias Waldekranz7-0/+405
2023-04-05cmd: blk: Allow generic read/write operations to work in sandboxTobias Waldekranz1-4/+11
2023-04-05image: Fix script execution from FIT images with external dataTobias Waldekranz1-1/+2
2023-04-05Merge branch '2023-04-04-android-image-v3-v4-support'Tom Rini11-161/+1009
2023-04-04Dockerfile: add mkbootimg toolWIP/2023-04-04-android-image-v3-v4-supportSafae Ouajih1-0/+4
2023-04-04test/py: android: extend abootimg testSafae Ouajih1-13/+123
2023-04-04doc: android: add documentation for v3, v4 boot image headerSafae Ouajih1-1/+12
2023-04-04android: boot: support bootconfigSafae Ouajih2-2/+67
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih6-23/+99
2023-04-04drivers: fastboot: zImage flashing is not supported for v3, v4Safae Ouajih1-0/+8
2023-04-04android: boot: update android_image_get_dtb_img_addr to support v3, v4Safae Ouajih1-14/+33
2023-04-04android: boot: support extra command lineSafae Ouajih1-0/+11
2023-04-04android: boot: ramdisk: support vendor ramdiskSafae Ouajih2-4/+13
2023-04-04android: boot: update android_image_get_data to support v3, v4Safae Ouajih3-3/+91
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih6-39/+81
2023-04-04android: boot: boot image header v3, v4 do not support recovery DTBOSafae Ouajih1-2/+2
2023-04-04android: boot: content print is not supported for v3, v4 header versionSafae Ouajih1-1/+5
2023-04-04android: boot: move to andr_image_data structureSafae Ouajih2-71/+81
2023-04-04android: boot: kcomp: support andr_image_dataSafae Ouajih3-1/+113