aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-06cmd: Add a SEAMA image load commandWIP/2023-02-06-assorted-updatesLinus Walleij11-0/+313
2023-02-06env: mmc: Fix offset issue for env saveYe Li1-4/+4
2023-02-06MAINTAINERS: m68k: Change Angelo's email addressAngelo Dureghello1-1/+1
2023-02-06tools: imagetool: Skip autodetection of gpimage typePali Rohár1-0/+6
2023-02-06tools: imagetool: Show error message when detecting image type failedPali Rohár1-0/+5
2023-02-06tools: imagetool: Fix error message when verify_header is undefinedPali Rohár1-1/+1
2023-02-06tools: default_image: Accept images with paddingPali Rohár1-1/+7
2023-02-06tools: default_image: Verify header sizePali Rohár1-0/+6
2023-02-06arm: qemu: Move GUIDs to the C fileSimon Glass6-24/+27
2023-02-06arm: qemu: Switch to a text environmentSimon Glass2-13/+12
2023-02-06arm: qemu: Switch to standard bootSimon Glass3-54/+8
2023-02-06qemu: Add a bootmeth for qfwSimon Glass3-1/+104
2023-02-06qemu: Add a bootdev for qfwSimon Glass1-0/+87
2023-02-06qemu: Move qfw kernel setup into a common fileSimon Glass3-69/+79
2023-02-06qemu: Update qfw command to use addressesSimon Glass1-21/+21
2023-02-06bootstd: Add some default filesystems and commandsSimon Glass3-0/+32
2023-02-06bootstd: Correct virtio block-device handlingSimon Glass1-2/+6
2023-02-06bootstd: Probe the block device before useSimon Glass2-0/+7
2023-02-06bootstd: Allow enabling BOOTSTD_FULL without needing EXPOSimon Glass3-10/+16
2023-02-06virtio: Add some debuggingSimon Glass1-0/+7
2023-02-06log: Add a category for filesystemsSimon Glass3-0/+5
2023-02-06am335x_evm_defconfig: Enable CONFIG_CMD_EXTENSIONMatwey V. Kornilov1-3/+3
2023-02-06ti: j721e_evm: Add USB to the default boot orderTom Rini1-0/+7
2023-02-06powerpc/mpc85xx: socrates: enable signed fitImagesHeiko Schocher1-0/+2
2023-02-06powerpc/mpc85xx: socrates: enable protected EnvironmentHeiko Schocher3-0/+23
2023-02-06powerpc/mpc85xx: socrates: add autoboot delay stringHeiko Schocher1-0/+5
2023-02-06powerpc/mpc85xx: socrates: add support for i2c eeprom at 0x51Heiko Schocher2-0/+14
2023-02-06powerpc/mpc85xx: socrates: Add boot retry featureHeiko Schocher1-0/+3
2023-02-06powerpc/mpc85xx: socrates: drop second flash bankHeiko Schocher2-7/+2
2023-02-06powerpc/mpc85xx: socrates: add initrd_high default environment variableHeiko Schocher1-0/+1
2023-02-06powerpc/mpc85xx: socrates: add MTD partitioning supportHeiko Schocher2-6/+16
2023-02-06powerpc: dts: updates socrates boardHeiko Schocher1-27/+32
2023-02-06powerpc/mpc85xx: drop socrates specific image creationHeiko Schocher3-33/+7
2023-02-06powerpc/mpc85xx: socrates: rework build processHeiko Schocher3-7/+10
2023-02-06powerpc/mpc85xx: fixes and updates for socrates boardHeiko Schocher1-12/+11
2023-02-06spl: Drop unwanted return in spl_fit_upload_fpga()Simon Glass1-1/+0
2023-02-06arm: dts: k3-am64: Fix CPSW3G ethernetRoger Quadros2-0/+44
2023-02-06arm: dts: k3-am6: Fix "EEPROM not available" errorRoger Quadros1-0/+1
2023-02-06arm: dts: k3-am64: sync with Linux DT filesRoger Quadros6-128/+779
2023-02-06km/ppc832x: join config filesHolger Brunck6-109/+5
2023-02-06km/ppc: remove km-mpc8360.h and km-mpc832x.hHolger Brunck12-148/+111
2023-02-06board: ti: am62x: am62x: Add splash screen env variablesNikhil M Jain1-0/+5
2023-02-06include: configs: am62x_evm: Add .env file for Am62xNikhil M Jain2-43/+103
2023-02-06test: bootdev: Do not require USB to compile testLinus Walleij1-0/+4
2023-02-06elf: add Elf64_SymKaDiWa1-0/+9
2023-02-06Makefile: fix shell error for darwin major/minor version checkChristian Marangi1-2/+2
2023-02-06lmb: Treat a region which is a subset as equalSjoerd Simons1-1/+1
2023-02-06lmb: Set correct lmb flags for EFI memory map entriesSjoerd Simons1-5/+8
2023-02-06lmb: Default to not-LMB_USE_MAX_REGIONSTom Rini13-13/+0
2023-02-04Merge tag 'video-20230204' of https://source.denx.de/u-boot/custodians/u-boot...WIP/04Feb2023Tom Rini24-5/+2238