summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-09sandbox: Add a -N flag to control on-host behaviourSimon Glass
2024-11-09efi_loader: Add a test appSimon Glass
2024-11-09doc: qemu-riscv: describe CONFIG_DEBUG_SBI_CONSOLEHeinrich Schuchardt
2024-11-09doc: conf.py: correct title and author of generated pdfHeinrich Schuchardt
2024-11-09efi_loader: Change efi_dp_from_mem() to use sizeMoritz Fischer
2024-11-09tools: mkeficapsule: use %zd to print ssize_t.Heinrich Schuchardt
2024-11-09doc: remove vile languagemason1920
2024-11-09lmb: Drop extra 16KB of stack spaceSimon Glass
2024-11-08configs: khadas-vim3{l}: fix userdata sizeGuillaume La Roque
2024-11-08arm64: dts: rockchip: add product-data eeproms to QNAP TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: actually enable pmu-io-domains on qnap-ts433Heiko Stuebner
2024-11-08arm64: dts: rockchip: Simplify network PHY connection on qnap-ts433Uwe Kleine-König
2024-11-08arm64: dts: rockchip: add 2 pmu_io_domain supplies for Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: enable gpu on Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: add missing pmic information on Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: define cpu-supply on the Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: add gpio-keys to Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: enable the tsadc on the Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: add hdd leds to Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: add board-aliases for Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: enable sata1+2 on Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: add stdout path on Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: enable usb ports on Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: enable uart0 on Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: enable second PCIe controller on the Qnap-TS433Heiko Stuebner
2024-11-08arm64: dts: rockchip: add PCIe supply regulator to Qnap-TS433Heiko Stuebner
2024-11-06Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2024-11-06riscv: Introduce configuration for 64bit version Microblaze VMichal Simek
2024-11-06xilinx: mbv: Align smode_defconfig with upstream QEMUMichal Simek
2024-11-06xilinx: mbv: Place DTB by default to DDR locationMichal Simek
2024-11-06configs: visionfive2: re-enable SPL_SYS_MMCSD_RAW_MODEAndreas Schwab
2024-11-06driver: sifive ccache: enable TRUNKCLOCKGATE and REGIONCLOCKGATENick Hu
2024-11-04bios_emulator: fix first argument of pci_{read,write}_config_* function callsYuri Zaporozhets
2024-11-04drivers/video/vesa: use MTRRs only on x86Yuri Zaporozhets
2024-11-04bios_emulator: define the comment symbol for RISC-V assembler tooYuri Zaporozhets
2024-11-04bootmenu: add reprint checkWeijie Gao
2024-11-04menu: add support to check if menu needs to be reprintedWeijie Gao
2024-11-04menu: fix the logic checking whether ESC key is pressedWeijie Gao
2024-11-04Merge patch series "U-boot: arm: Refine the booting on Total Compute"Tom Rini
2024-11-04arm: total_compute: Update memory mapping infoLeo Yan
2024-11-04arm: total_compute: Support Debian bootLeo Yan
2024-11-04arm: total_compute: Dynamically detect block deviceLeo Yan
2024-11-04arm: total_compute: Minor improvement for boot argumentsBoyan Karatotev
2024-11-04arm: total_compute: move the boot command to an env fileBoyan Karatotev
2024-11-04arm: total_compute: Remove unused bootm_sizeBoyan Karatotev
2024-11-04arm: total_compute: Initialize environment variablesBoyan Karatotev
2024-11-04arm: total_compute: depend on TF-A for hardware descriptionBoyan Karatotev
2024-11-04Merge patch series "Fixes to allow 'ut bootm' to pass when run interactively"Tom Rini
2024-11-04test: bootm: Ensure GD_FLG_SILENT is resetAndrew Goodbody
2024-11-04test: bootm: bootm_process_cmdline_env takes flagsAndrew Goodbody