platform/kernel/u-boot.git
2023-08-03 Weijie Gaopinctrl: mediatek: add pinmux_set ops support
2023-08-03 Weijie Gaopinctrl: mediatek: fix the return value in driving...
2023-08-03 Weijie Gaopinctrl: mediatek: convert most definitions to const
2023-08-03 Weijie Gaoreset: mediatek: add reset definition for MediaTek...
2023-08-03 Weijie Gaoclk: mediatek: add clock driver support for MediaTek...
2023-08-03 Weijie Gaopwm: mtk: add support for MediaTek MT7988 SoC
2023-08-03 Weijie Gaoarm: dts: enable i2c support for MediaTek MT7981
2023-08-03 Weijie Gaoi2c: mediatek: fix I2C usability for MT7981
2023-08-03 Weijie Gaoreset: mediatek: check malloc return valaue before use
2023-08-03 Weijie Gaoserial: mtk: initial priv data before using
2023-08-03 Weijie Gaospi: mtk_spim: clear IRQ enable bits
2023-08-03 Weijie Gaospi: mtk_spim: get spi clk rate only once
2023-08-03 Weijie Gaoboard: mediatek: update config headers
2023-08-03 Weijie Gaoarm: mediatek: retrieve ram_base from dts node for...
2023-08-02 Tom RiniMerge tag 'dm-pull-2aug23' of https://source.denx.de...
2023-08-02 Simon Glassbinman: Add a temporary hack for duplicate phandles
2023-08-02 Heinrich Schuchardtcmd/bootdev: print readable status code
2023-08-02 Heinrich Schuchardtboot: fix bootdev_list()
2023-08-02 Simon Glassbinman: Support templates containing phandles
2023-08-02 Simon Glassbinman: Remove templates after use
2023-08-02 Simon Glassfdt: Allow copying phandles into templates
2023-08-02 Simon Glassdtoc: Add some debugging when copying nodes
2023-08-02 Simon Glassdtoc: Make properties dirty when purging them
2023-08-02 Simon Glassbinman: Produce a template-file after processing
2023-08-02 Jonas KarlmanMakefile: Show binman missing blob message
2023-08-02 Jonas Karlmanbinman: Show filename in missing blob help message
2023-08-02 Jonas Karlmanbinman: Fix blank line usage for invalid images warning...
2023-08-02 Jonas Karlmanbinman: Override CheckOptional in fit entry
2023-08-02 Jonas Karlmanbinman: Report missing external blobs using error level
2023-08-02 Jonas Karlmanbinman: Update missing optional external blob warning...
2023-08-02 Jonas Karlmanbinman: Update tee-os missing blob help text
2023-08-02 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-08-02 Lukas Funkebinman: elf: Check for ELF_TOOLS availability and remov...
2023-08-02 Bin Mengriscv: qemu: Enable usb keyboard as an input device
2023-08-02 Bin Mengriscv: qemu: Remove out-of-date "riscv, kernel-start...
2023-08-02 Bin Mengriscv: qemu: Enable PRE_CONSOLE_BUFFER
2023-08-02 Bin Mengconsole: Print out complete stdio device list
2023-08-02 Bin Mengconsole: Refactor stdio_print_current_devices() a littl...
2023-08-02 Bin Mengconsole: Make stdio_print_current_devices() static
2023-08-02 Bin Mengconsole: kconfig: Drop the redundant VIDEO dependency
2023-08-02 Bin Mengriscv: qemu: Enable Bochs video support
2023-08-02 Heinrich Schuchardtacpi: Add missing RISC-V acpi_table header
2023-08-02 Heinrich Schuchardtriscv: sifive: initialize PCI on Unmatched
2023-08-02 Minda Chenconfigs: starfive-jh7110: Add CONFIG_RTL8169
2023-08-02 Minda Chennet: rtl8169: Add one device ID 0x8161
2023-08-02 Minda Chennet: rtl8169: Fix DMA minimal aligned compile warning...
2023-08-02 Minda Chennet: rtl8169: Fix compile warning in rtl8169
2023-08-02 Mason Huoriscv: dts: starfive: Enable PCIe host controller
2023-08-02 Mason Huoconfigs: starfive-jh7110: Add support for PCIe host...
2023-08-02 Mason Huostarfive: pci: Add StarFive JH7110 pcie driver
2023-08-02 Minda Cheni2c: designware: Add Kconfig for designware_i2c_pci.c
2023-08-01 Tom RiniMerge tag 'x86-pull-20230801' of https://source.denx...
2023-08-01 Tom RiniMerge tag 'video-20230801' of https://source.denx.de...
2023-08-01 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-08-01 Nikhil M Jaindrivers: video: tidss: tidss_drv: Use kconfig VIDEO_REM...
2023-08-01 Nikhil M Jaindrivers: video: tidss: tidss_drv: Change remove method
2023-08-01 Bin Mengvideo: bochs: Set the frame buffer size per configuration
2023-08-01 Bin Mengvideo: kconfig: Set default FB size for Bochs
2023-08-01 Bin Mengvideo: kconfig: Drop the superfluous dependency
2023-08-01 Bin Mengvideo: kconfig: Fix wrong text for the PCI default...
2023-08-01 Bin Mengvideo: bochs: Remove the x86 dependency
2023-08-01 Bin Mengvideo: bochs: Avoid using IO instructions to access...
2023-08-01 Bin Mengvideo: bochs: Drop the useless argument of bochs_vga_wr...
2023-08-01 Bin Mengvideo: bochs: Drop inclusion of <asm/mtrr.h>
2023-08-01 Bin Mengdm: video: Cosmetic style fix
2023-08-01 Simon Glassx86: Add a little more info to cbsysinfo
2023-08-01 Simon Glassx86: Return mtrr_add_request() to its old purpose
2023-08-01 Bin Mengvideo: vesa: Use mtrr_set_next_var() for graphics memory
2023-08-01 Bin Mengvideo: ivybridge: Use mtrr_set_next_var() for graphics...
2023-08-01 Bin Mengvideo: broadwell: Use mtrr_set_next_var() for graphics...
2023-08-01 Bin Mengx86: fsp: Use mtrr_set_next_var() for graphics memory
2023-08-01 Bin Mengx86: Change testing logic of mtrr commit
2023-07-31 Tom RiniMerge tag 'u-boot-rockchip-20230731' of https://source...
2023-07-31 Jonas Karlmanboard: rockchip: Add Radxa E25 Carrier Board
2023-07-31 Jagan Tekiconfigs: rockchip: Enable USB2PHY for RK3328 boards
2023-07-31 Jagan Tekiclk: rockchip: rk3328: Handle usb480m phy clock
2023-07-31 Jagan Tekiphy: rockchip-inno-usb2: Add USB2 PHY for RK3328
2023-07-31 Jagan Tekiconfigs: Enable DWC3 USB 3.0 on RK3328 boards
2023-07-31 Jagan Tekiusb: dwc3-generic: Restrict single ctrl node for RK3328
2023-07-31 Jagan Tekiconfigs: Drop unused XHCI_DWC3 for RK3328 boards
2023-07-31 Jagan Tekiarm64: dts: rockchip: Drop unused rk3328-xhci node
2023-07-31 Jonas Karlmanpower: regulator: rk8xx: Add 500us delay after LDO...
2023-07-31 Chris Packhamarm: mvebu: x240: Use i2c-gpio instead of built in...
2023-07-31 Chris Packhami2c: i2c-gpio: Correctly handle new {sda, scl}-gpios...
2023-07-31 Eugen Hristevboard: rockchip: add Radxa ROCK5A Rk3588 board
2023-07-31 Eugen HristevARM: dts: rockchip: rk3588: Move bootph-all props to...
2023-07-31 Jonas Karlmanrockchip: rk3568-rock-3a: Fix pcie2x1 and pcie3x2 pinct...
2023-07-31 Jonas Karlmanrockchip: rk3588-rock-5b: Fix SPI Flash alias
2023-07-31 Jonas Karlmanrockchip: rk3568-rock-3a: Fix SPI Flash alias
2023-07-31 Jonas Karlmandoc: rockchip: Update SPI flashing instruction
2023-07-31 Jonas Karlmanrockchip: rk3399-roc-pc: Fix SPL max size and SPI flash...
2023-07-31 Jonas Karlmanrockchip: rk3399-pinephone-pro: Fix SPL max size and...
2023-07-31 Jonas Karlmanrockchip: rk3399-pinebook-pro: Fix SPL max size and...
2023-07-31 Jonas Karlmanrockchip: rk3399-rockpro64: Fix SPL max size and SPI...
2023-07-31 Jonas Karlmanrockchip: rk356x-u-boot: Use relaxed u-boot,spl-boot...
2023-07-31 Jonas Karlmanrockchip: rk356x-u-boot: Add bootph-all to common pinct...
2023-07-31 Jonas Karlmanrockchip: rk3566-radxa-cm3-io: Sync dts from linux...
2023-07-31 Jonas Karlmanrockchip: rk356x: Sync dtsi from linux v6.4
2023-07-31 Jonas Karlmanboard: rockchip: Add Pine64 SOQuartz on CM4-IO
2023-07-31 Jonas Karlmanboard: rockchip: Add Pine64 SOQuartz on Blade
next