summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-18x86: Add msr commandSimon Glass
2024-10-18x86: Add a cpuid commandSimon Glass
2024-10-18x86: Sync up tsc_timer with LinuxSimon Glass
2024-10-18x86: Avoid timer-clock overflowSimon Glass
2024-10-18x86: Ensure the CPU identity exists for timer initSimon Glass
2024-10-18x86: Show the CPU vendor in bdinfoSimon Glass
2024-10-18virtio: blk: introduce virtio-block erase supportDmitrii Merkurev
2024-10-18x86: Make default_print_cpuinfo be a weak alias for print_cpuinfoTom Rini
2024-10-18coreboot: Switch to a monospaced fontSimon Glass
2024-10-18video: Allow querying the font sizeSimon Glass
2024-10-18efi_driver: use blk_create_devicef()Heinrich Schuchardt
2024-10-18efi_loader: remove ERROR:, WARNING: prefixes in messagesHeinrich Schuchardt
2024-10-18efi_loader: add missing lf in error messageHeinrich Schuchardt
2024-10-18Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/cust...Tom Rini
2024-10-18Merge tag 'u-boot-at91-fixes-2025.01-a' of https://source.denx.de/u-boot/cust...Tom Rini
2024-10-18Azure: Update to latest containersTom Rini
2024-10-18efi_loader: reduce noisiness if ESP is missingHeinrich Schuchardt
2024-10-18efi_loader: avoid #ifdef in efi_setup.cHeinrich Schuchardt
2024-10-18cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NETHeinrich Schuchardt
2024-10-18doc: blkmap: Fix typo in command exampleKen Kurematsu
2024-10-18doc: board: ti: am62x_sk: Add document for Ethernet boot on AM62x SoC.Chintan Vankar
2024-10-18cpu: imx8_cpu: Avoid revision to corrupt device treePeng Fan
2024-10-18pico-imx7d: Increase ODT resistor valueRay Chang
2024-10-18clk: imx8: Add dummy clkPeng Fan
2024-10-18ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variablesMarek Vasut
2024-10-18arm64: dts: imx: Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3Marek Vasut
2024-10-18dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dtsMarek Vasut
2024-10-18ARM: at91: clock: Add missing include of asm/io.hAlexander Dahl
2024-10-17Merge patch series "Cleanup dma device in spl and move dma channel[0]"Tom Rini
2024-10-17dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove()Santhosh Kumar K
2024-10-17dma: ti: k3-udma: Move udma_probe() below all APIsSanthosh Kumar K
2024-10-17configs: k3: Enable device removal in SPLPrasanth Babu Mantena
2024-10-17mach-k3: common.c: Remove dma device in spl exitPrasanth Babu Mantena
2024-10-17arm: dts: k3-j722s-binman: Add support for HS-SEUdit Kumar
2024-10-17arm: mach-k3: j784s4: Add clk and power support for wkup_uartBhavya Kapoor
2024-10-17cmd: irq: Move do_irqinfo() prototype to a header fileAndy Shevchenko
2024-10-17arm: mach-k3: am62: fixup thermal cooling device cpusParth Pancholi
2024-10-17lib: fdtdec: Parse the gzip/lzo headers only when dependencies have metLad Prabhakar
2024-10-17Extend usage for OF_OVERLAY_LIST beyond SPLJan Kiszka
2024-10-17Makefile: Drop SPL_FIT_SOURCE supportMarek Vasut
2024-10-17Merge tag 'u-boot-stm32-20241017' of https://source.denx.de/u-boot/custodians...Tom Rini
2024-10-17Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-10-16Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-10-17MAINTAINERS: add TCPM sectionSebastian Reichel
2024-10-17rockchip: rock5b-rk3588: Enable USB-C PD supportSebastian Reichel
2024-10-17rockchip: rk3588-rock-5b: Add USB-C controller to u-boot.dtsiSebastian Reichel
2024-10-17board: rock5b-rk3588: enable USB-C in operating systemSebastian Reichel
2024-10-17usb: tcpm: fusb302: add driverSebastian Reichel
2024-10-17usb: tcpm: add core frameworkSebastian Reichel
2024-10-16Merge patch series "some serial rx buffer patches"Tom Rini