- 55e1278 dtoc: Allow inserting a list of nodes into another by Simon Glass · 1 year, 4 months ago
- 4df457b dtoc: Support copying the contents of a node into another by Simon Glass · 1 year, 4 months ago
- e1ad57e binman: Correct handling of zero bss size by Simon Glass · 1 year, 4 months ago
- 073fc36 binman: Drop __bss_size variable in bss_data.c by Simon Glass · 1 year, 4 months ago
- b1e40ee binman: Provide a way to specify the fdt-list directly by Simon Glass · 1 year, 4 months ago
- fadad3a binman: Convert mkimage to Entry_section by Marek Vasut · 1 year, 4 months ago
- 20a317f binman: Add more detail on how ObtainContents() works by Simon Glass · 1 year, 4 months ago
- 7a58a0f binman: Update elf to return number of written symbols by Simon Glass · 1 year, 4 months ago
- 8163907 stm32mp15: Avoid writing symbols in SPL by Simon Glass · 1 year, 4 months ago
- 4649bea binman: Allow disabling symbol writing by Simon Glass · 1 year, 4 months ago
- f5ae32d binman: Read _multiple_data_files in the correct place by Simon Glass · 1 year, 4 months ago
- ac8d7cf binman: Use GetEntries() to obtain section contents by Simon Glass · 1 year, 4 months ago
- c06c064 binman: Init align_default in entry_Section by Simon Glass · 1 year, 4 months ago
- 3563ede tools: Fix package discovery in pyproject.toml of u_boot_pylib. by Maxim Cournoyer · 1 year, 4 months ago
- 8b9c082 tools: Fix README file in pyproject.toml of u_boot_pylib. by Maxim Cournoyer · 1 year, 4 months ago
- 7dde562 bootstd: USB devtype detection for script boot by John Clark · 1 year, 4 months ago
- 338b67f cmd: fix loads, saves on sandbox by Heinrich Schuchardt · 1 year, 5 months ago
- 76e1607 sandbox: fix a compilation error by Sergei Antonov · 1 year, 5 months ago
- 7722432 core: read: fix dev_read_addr_size() by John Keeping · 1 year, 5 months ago
- 15a2865 dm: core: of_access: fix return value in of_property_match_string by Eugen Hristev · 1 year, 6 months ago
- 58b3585 CI: Add automatic retry for test.py jobs by Tom Rini · 1 year, 4 months ago
- 5c738b5 Azure: Add excludes to the imx8_imx9 job by Tom Rini · 1 year, 4 months ago
- 8807b2e Azure: Rework our Rockchip jobs slightly by Tom Rini · 1 year, 4 months ago
- 8b98769 CI: Update to the latest "Jammy" tag by Tom Rini · 1 year, 4 months ago
- 6d6ddab CI: Update to gcc-13.1.0 by Tom Rini · 1 year, 4 months ago
- 83f348d buildman: Switch ARC toolchain to the upstream version by Alexey Brodkin · 1 year, 4 months ago
- b45ab9c CI: Update to QEMU 8.0.3 by Tom Rini · 1 year, 4 months ago
- 9b9628b tools/docker: Dockerfile: Don't specify dtc submodule by Tom Rini · 1 year, 4 months ago
- 99fddf5 spl: Correct spl_board_boot_device function prototype by Tom Rini · 1 year, 4 months ago
- 9ef4166 arm: mx5: Correct mxc_set_clock function prototype by Tom Rini · 1 year, 4 months ago
- bfbab7b mips: octeon: Correct types in cvmx-pko3-queue by Tom Rini · 1 year, 4 months ago
- 0274eb6 Merge tag 'efi-2023-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 4 months ago
- e07368e efi_loader: support all uclasses in device path by Heinrich Schuchardt · 1 year, 4 months ago
- dc7a2f1 efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIO by Heinrich Schuchardt · 1 year, 4 months ago
- 4f399f2 test: avoid function name 'setup' by Heinrich Schuchardt · 1 year, 4 months ago
- 06fc19c efi_driver: fix duplicate efiblk#0 issue by Masahisa Kojima · 1 year, 4 months ago
- 21eb7c1 efi_loader: make efi_remove_protocol() static by Ilias Apalodimas · 1 year, 5 months ago
- 4a3baf9 efi_loader: use efi_install_multiple_protocol_interfaces() by Ilias Apalodimas · 1 year, 5 months ago
- 6287021 efi_loader: simplify efi_uninstall_protocol() by Heinrich Schuchardt · 1 year, 5 months ago
- 5dcfc99 Merge tag 'fsl-qoriq-2023-7-13' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 1 year, 4 months ago
- 6f1b951 Merge https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 1 year, 4 months ago
- 890233c Merge branch '2023-07-17-assorted-updates' by Tom Rini · 1 year, 4 months ago
- 50dee4f mmc: Set clock when reverting to safe bus mode by Valentine Barshak · 1 year, 5 months ago
- 99ab3d8 mmc: renesas-sdhi: Send stop when MMC tuning command fails by Hai Pham · 1 year, 5 months ago
- 0ac2cca mmc: Introduce mmc_send_stop_transmission() by Hai Pham · 1 year, 5 months ago
- 41a1285 mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment by Marek Vasut · 1 year, 5 months ago
- 4dc5e26 env: Fix default environment saving issue by Ashok Reddy Soma · 1 year, 4 months ago
- 3430f24 android_ab: Try backup booloader_message by Joshua Watt · 1 year, 4 months ago
- 55a4244 cmd: mbr: Force DOS driver to be used for verify by Joshua Watt · 1 year, 4 months ago
- 9581166 dm: test: Add test for part_get_info_by_type by Joshua Watt · 1 year, 4 months ago
- 387f8be disk: part: Add API to get partitions with specific driver by Joshua Watt · 1 year, 4 months ago
- 44ef285 dm: test: Improve partition test error output by Joshua Watt · 1 year, 4 months ago
- 19c961e dm: test: Fix partition test to use mmc2 by Joshua Watt · 1 year, 4 months ago
- 8900ba1 tests: Fix exception when cleaning up skipped test by Joshua Watt · 1 year, 4 months ago
- 22cdb3f android_ab: Add option to skip decrementing tries by Joshua Watt · 1 year, 5 months ago
- 4837a1d disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTS by Jonas Karlman · 1 year, 4 months ago
- d05e377 dfu: Add proper dependency for CONFIG_DFU_MMC by Ashok Reddy Soma · 1 year, 4 months ago
- 3a21e92 fs/erofs: Introduce new features including ztailpacking, fragments and dedupe by Yifan Zhao · 1 year, 4 months ago
- f59f5a8 Makefile: Add missing quotes around sort --field-separator by Marek Vasut · 1 year, 4 months ago
- 2c12067 bootstd: Correct 'bpot' typo by Julien Delbergue · 1 year, 4 months ago
- 13aa090 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 1 year, 4 months ago
- b895642 x86: Switch QEMU over to use the bochs driver by Simon Glass · 1 year, 4 months ago
- e2d934b x86: video: Add a driver for QEMU bochs emulation by Simon Glass · 1 year, 4 months ago
- 085f8db efi: Use the installed ACPI tables by Simon Glass · 1 year, 4 months ago
- 92ccaf7 sandbox: Install ACPI tables on startup by Simon Glass · 1 year, 4 months ago
- f52a7f0 sandbox: Correct header order in board file by Simon Glass · 1 year, 4 months ago
- f9ebfd7 log: Support outputing function names in SPL by Simon Glass · 1 year, 4 months ago
- dac1fa5 x86: Make sure that the LPC is active before SDRAM init by Simon Glass · 1 year, 4 months ago
- df1bb2c x86: link: Support Micron memory by Simon Glass · 1 year, 4 months ago
- e2e7de8 x86: Convert some debug statements to use logging by Simon Glass · 1 year, 4 months ago
- 6a32489 x86: Record the start and end of the tables by Simon Glass · 1 year, 4 months ago
- 8856d61 x86: Refactor table-writing code a little by Simon Glass · 1 year, 4 months ago
- 24e7c3e x86: Enable useful options for qemu-86_64 by Simon Glass · 1 year, 4 months ago
- 78211de fs: fat: Shrink the size of a few strings by Simon Glass · 1 year, 4 months ago
- e7595aa x86: Allow logging to be used in SPL reliably by Simon Glass · 1 year, 4 months ago
- fa5e203 x86: Enable display for QEMU 64-bit by Simon Glass · 1 year, 4 months ago
- fa5690c pci: Mask the ROM address in case it is already enabled by Simon Glass · 1 year, 4 months ago
- b7d4df5 pci: Adjust video BIOS debugging to be SPL-friendly by Simon Glass · 1 year, 4 months ago
- 7c10e11 x86: Init video in SPL if enabled by Simon Glass · 1 year, 4 months ago
- 3525258 x86: Ensure SPL banner is only shown once by Simon Glass · 1 year, 4 months ago
- 03fe79c x86: Pass video settings from SPL to U-Boot proper by Simon Glass · 1 year, 4 months ago
- 5345700 x86: Allow video-BIOS code to be built for SPL by Simon Glass · 1 year, 4 months ago
- d424553 pci: Tidy up logging and reporting for video BIOS by Simon Glass · 1 year, 4 months ago
- db3820a pci: Support autoconfig in SPL by Simon Glass · 1 year, 4 months ago
- 1dd00b1 nvme: Provide more useful debugging messages by Simon Glass · 1 year, 4 months ago
- 0be0f20 bdinfo: Show the malloc base with the bdinfo command by Simon Glass · 1 year, 4 months ago
- 8f015d3 x86: Improve the trampoline in 64-bit mode by Simon Glass · 1 year, 4 months ago
- 3710802 efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG by Simon Glass · 1 year, 4 months ago
- 854624c qfw: Set the address of the ACPI tables by Simon Glass · 1 year, 4 months ago
- f98caa6 log: Tidy up an ambiguous comment by Simon Glass · 1 year, 4 months ago
- d2e7972 qfw: Show the file address if available by Simon Glass · 1 year, 4 months ago
- 125194e part: Allow setting the partition-table type by Simon Glass · 1 year, 4 months ago
- b279f51 bdinfo: Show the RAM top and approximate stack pointer by Simon Glass · 1 year, 4 months ago
- 2971841 acpi: Add a comment to set the acpi tables by Simon Glass · 1 year, 4 months ago
- 78f24d8 x86: Show an error when a BIOS exception occurs by Simon Glass · 1 year, 4 months ago
- 6788400 x86: Correct get_sp() implementation for 64-bit by Simon Glass · 1 year, 4 months ago
- 633af11 x86: Show the CPU physical address size with bdinfo by Simon Glass · 1 year, 4 months ago
- de94db8 x86: Add a comment for board_init_f_r_trampoline() by Simon Glass · 1 year, 4 months ago
- b73dba7 x86: Tidy up EFI code in interrupt_init() by Simon Glass · 1 year, 4 months ago
- 70f2030 bios_emulator: Drop VIDEO_IO_OFFSET by Simon Glass · 1 year, 4 months ago