public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2026-03-17 22:04:57 to 2026-03-19 21:36:46 UTC [more...]

[RFC PATCH 00/15] RFC: dm: Add uclass adjunct support
 2026-03-19 21:35 UTC  (3+ messages)
` [RFC PATCH 01/15] dm: Fix linker list alignment for ll_entry_get()
` [RFC PATCH 02/15] linker_lists: Fix end-marker alignment to prevent padding

[PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
 2026-03-19 21:25 UTC  (3+ messages)
` [PATCH RFC 15/40] clk: restrict clk/imx to MACH_IMX

[PATCH 00/17] arm: mediatek: clean up init code
 2026-03-19 20:00 UTC  (18+ messages)
` [PATCH 01/17] arm: mediatek: mt7987: drop dram_init_banksize()
` [PATCH 02/17] arm: mediatek: mt7988: "
` [PATCH 03/17] arm: mediatek: mt8183: "
` [PATCH 04/17] arm: mediatek: mt8183: remove call to fdtdec_setup_memory_banksize()
` [PATCH 05/17] arm: mediatek: mt8188: drop dram_init_banksize()
` [PATCH 06/17] arm: mediatek: mt8188: check return value of fdtdec_setup_mem_size_base()
` [PATCH 07/17] arm: mediatek: mt8188: remove call to fdtdec_setup_memory_banksize()
` [PATCH 08/17] arm: mediatek: mt8188: fix gd->ram_top limit
` [PATCH 09/17] arm: mediatek: mt8195: drop dram_init_banksize()
` [PATCH 10/17] arm: mediatek: mt8195: check return value of fdtdec_setup_mem_size_base()
` [PATCH 11/17] arm: mediatek: mt8195: remove call to fdtdec_setup_memory_banksize()
` [PATCH 12/17] arm: mediatek: mt8195: fix gd->ram_top limit
` [PATCH 13/17] arm: mediatek: mt8365: drop dram_init_banksize()
` [PATCH 14/17] arm: mediatek: mt8512: "
` [PATCH 15/17] arm: mediatek: mt8516: "
` [PATCH 16/17] arm: mediatek: mt8518: "
` [PATCH 17/17] arm: mediatek: mt8518: remove call to fdtdec_setup_memory_banksize()

[PATCH] input: Correct dependencies for BUTTON_KEYBOARD
 2026-03-19 19:52 UTC  (2+ messages)

[PATCH] misc: Correct dependencies on QCOM_GENI
 2026-03-19 19:51 UTC  (2+ messages)

[PATCH] scripts: merge_config.sh: support include directives in fragments
 2026-03-19 16:49 UTC  (3+ messages)

[PATCH] serial: Enable SYS_NS16550 on incorrectly migrated platforms
 2026-03-19 16:33 UTC 

[PATCH] serial: pl011: Remove legacy serial driver options
 2026-03-19 16:33 UTC 

[PATCH v1] configs: socfpga: stratix10: Disable mkeficapsule tool build
 2026-03-19 16:16 UTC  (4+ messages)

[PATCH v2 0/5] imx9{4,5}: Add Quickboot support
 2026-03-19 15:17 UTC  (16+ messages)
` [PATCH v2 2/5] arm: mach-imx: Add command to expose QB functionality
` [PATCH v2 4/5] board: nxp: imx9{4,5}_evk: Add qb save option in SPL
` [PATCH v2 5/5] doc: board: nxp: Add Quickboot documentation

[PATCH 0/3] arm: Give the LS1021ATSN board some love
 2026-03-19 14:54 UTC  (9+ messages)
` [PATCH 1/3] arm: dts: ls1021a-tsn: add default serial output
` [PATCH 2/3] configs: ls1021atsn: enable serial driver
` [PATCH 3/3] armv7: ls102xa: fix SPI flash clock

[PATCH v4 00/17] bootm: Clean up arch-specific, pre-OS clean-up
 2026-03-19 13:52 UTC  (2+ messages)

[PATCH 0/2] led: remove legacy API
 2026-03-19 13:51 UTC  (2+ messages)

[PATCH] reset: Correct dependencies for RESET_RZG2L_USBPHY_CTRL
 2026-03-19 13:41 UTC  (7+ messages)

[PATCH] usb: gadget: Move USB_GADGET_DUALSPEED to be slightly more visible
 2026-03-19 13:39 UTC  (7+ messages)

[PATCH v2 0/2] virtio: rng: Handle oversized return buffers
 2026-03-19 13:01 UTC  (5+ messages)
` [PATCH v2 1/2] test: dm: virtio_rng: Update virtio-rng test
` [PATCH v2 2/2] virtio: rng: Handle oversized return buffers

[PATCH 0/5] Add UFS clock support for Qualcomm SoCs
 2026-03-19 10:30 UTC  (8+ messages)
` [PATCH 1/5] clk: qcom: clk-stub: Add compatibles for QCS615/SA8775P/SC7280
` [PATCH 2/5] clk: qcom: sa8775p: Add UFS clock support
` [PATCH 3/5] clk: qcom: qcs615: "
` [PATCH 4/5] clk: qcom: sc7280: "
` [PATCH 5/5] drivers: ufs: qcom: Initialize and enable clocks before hardware access

[PATCH v1] misc: fs_loader: Add QSPI RAW partition loading support
 2026-03-19 10:02 UTC 

[PATCH 3/6] riscv: andes: Implement noncached memory using SBI PMA
 2026-03-19  8:37 UTC  (4+ messages)
` [PATCH 4/6] cache: andes-l2: Add writeback-invalidate operation
` [PATCH 5/6] net: ftmac100: Add noncached memory support for DMA descriptors
` [PATCH 6/6] configs: ae350: Enable noncached memory support

[PATCH 1/2] riscv: Add CSR detection support
 2026-03-19  8:33 UTC  (2+ messages)
` [PATCH 2/2] riscv: andes: Add Smstateen extension support

[PATCH 1/6] riscv: sbi: Add Andes vendor extension and PMA call wrappers
 2026-03-19  8:29 UTC  (2+ messages)
` [PATCH 2/6] riscv: Extend noncached memory support to RISC-V

[PATCH 1/2] riscv: Add CSR detection support
 2026-03-19  8:29 UTC  (2+ messages)
` [PATCH 2/2] riscv: andes: Add Smstateen extension support

[PATCH] riscv: spl: Clear BSS as early as possible
 2026-03-19  8:28 UTC 

[PATCH v2] efi_loader: efi_var_sf: Do not fail on blank SPI Flash
 2026-03-19  7:15 UTC 

[PATCH] efi_loader: efi_var_sf: Do not fail on blank SPI Flash
 2026-03-19  7:12 UTC  (3+ messages)

[PATCH v2 00/16] Add board support for Spacemit K1 SoC in SPL
 2026-03-19  6:44 UTC  (3+ messages)
` [PATCH v2 01/16] spacemit: k1: support multi-board infrastructure

[PATCH] EFI Loader: Correct dependencies for EFI_HTTP_BOOT
 2026-03-19  1:41 UTC  (13+ messages)

[PATCH] env: flash: add catch-all for unrecognized flags in env_flash_init()
 2026-03-18 21:15 UTC 

[PATCH v2 0/6] boards: mediatek: initial support for Genio 720 EVK
 2026-03-18 22:46 UTC  (3+ messages)
` [PATCH v2 2/6] arm: mediatek: add support of MT8189 SoC family

[PATCH] rpi: Update the naming for bcm2712 SoC RevD naming
 2026-03-18 18:46 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Add is25wx128 and is25lx128 chips
 2026-03-18 20:09 UTC 

[GIT PULL] Please pull mediatek-for-master-2026-03-17 into master
 2026-03-18 18:59 UTC  (2+ messages)

[PATCH 0/2] update MAINTAINERS for PWM LED
 2026-03-18 18:59 UTC  (2+ messages)

[PATCH] image-fit: Fix mismatched parameter type in comment
 2026-03-18 18:59 UTC  (2+ messages)

Pull request: u-boot-sunxi/master for next
 2026-03-18 17:06 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-next-20260318
 2026-03-18 17:05 UTC  (2+ messages)

[GIT PULL] Please pull mediatek-for-next-2026-03-17 into next
 2026-03-18 17:05 UTC  (2+ messages)

Please pull u-boot-dm/next
 2026-03-18 17:05 UTC  (2+ messages)

[GIT PULL] u-boot-riscv/next
 2026-03-18 17:05 UTC  (2+ messages)

[PATCH] tests: FIT: Add "clone" image attack image test
 2026-03-18 17:02 UTC 

[PATCH v2 0/9] MT8195: add ufs support
 2026-03-18 16:51 UTC  (10+ messages)
` [PATCH v2 1/9] drivers: phy: phy-mtk-ufs: cleanup headers
` [PATCH v2 2/9] drivers: phy: phy-mtk-ufs: use tab to indent defines
` [PATCH v2 3/9] drivers: phy: phy-mtk-ufs: use clk_bulk functions
` [PATCH v2 4/9] drivers: phy: phy-mtk-ufs: disable clk in power_off
` [PATCH v2 5/9] drivers: phy: phy-mtk-ufs: do not alloc priv with priv_auto
` [PATCH v2 6/9] drivers: ufs: ufs-mediatek: fix phy handling
` [PATCH v2 7/9] drivers: ufs: ufs-mediatek: implement clocking
` [PATCH v2 8/9] drivers: ufs: ufs-mediatek: add MT8195 compatible
` [PATCH v2 9/9] configs: add new defconfig for mt8395_genio_1200_evk_ufs

[PATCH v2 0/6] configs: mediatek: rename genio boards defconfigs to match the device tree name
 2026-03-18 16:45 UTC  (7+ messages)
` [PATCH v2 1/6] configs: mt8390_evk: remove useless CONFIG_SYS_BOARD
` [PATCH v2 2/6] configs: mt8395_evk: rename to mt8395_genio_1200_evk_defconfig
` [PATCH v2 3/6] configs: mt8370_evk: rename to mt8370_genio_510_evk_defconfig
` [PATCH v2 4/6] configs: mt8390_evk: rename to mt8390_genio_700_evk_defconfig
` [PATCH v2 5/6] configs: mt8370/mt8390: introduce mt8188.config to avoid duplication
` [PATCH v2 6/6] configs: mt8370/mt8390/mt8395 add myself as maintainer

[PATCH] video: simplefb: Map framebuffer region on probe on ARM64
 2026-03-18 15:07 UTC 

[PATCH] configs: mediatek: rename genio boards defconfigs to match the device tree name
 2026-03-18 14:56 UTC  (2+ messages)

[PATCH v2 0/7] Qualcomm Milos SoC bringup
 2026-03-18 12:46 UTC  (8+ messages)
` [PATCH v2 1/7] drivers: pinctrl: Add Qualcomm Milos TLMM driver
` [PATCH v2 2/7] clk/qcom: Add Milos clock driver
` [PATCH v2 3/7] phy: qcom: Add Milos to QMP UFS PHY driver
` [PATCH v2 4/7] regulator: qcom-rpmh-regulator: add support for PM7550 regulators
` [PATCH v2 5/7] gpio: qcom: Support GPIOs on PM7550 PMIC
` [PATCH v2 6/7] qcom_defconfig: Enable Milos clock driver
` [PATCH v2 7/7] board/qualcomm: add debug config fragment for Milos

[PATCH v1] configs: socfpga: Add QSPI support for Cyclone 5
 2026-03-18 10:40 UTC 

[PATCH v2] efi_loader: Allow disabling ANSI console queries via Kconfig
 2026-03-18 14:24 UTC 

[PATCH 00/11] MT8195: add ufs support
 2026-03-18 14:01 UTC  (8+ messages)
` [PATCH 02/11] power: pmic: mtk-pwrap: use tabs for alignment
` [PATCH 09/11] drivers: ufs: ufs-mediatek: implement clocking
` [PATCH 11/11] configs: add new defconfig for mt8395_evk_ufs

[PATCH v2 0/3] fwu: Call EFI stack initialization after preboot
 2026-03-18 13:25 UTC  (4+ messages)
` [PATCH v2 1/3] event: Check return value from event_notify_null()
` [PATCH v2 2/3] event: Introduce EVT_POST_PREBOOT event
` [PATCH v2 3/3] fwu: Move boottime checks to EVT_POST_PREBOOT

[PATCH 0/2] Auto-generate binman entry and bintool documentation
 2026-03-18 13:23 UTC  (3+ messages)
` [PATCH 1/2] binman: Add Sphinx extension to auto-generate entry and bintool docs
` [PATCH 2/2] binman: Remove pre-generated entries.rst and bintools.rst

[PATCH 0/2] Auto-generate binman entry and bintool documentation
 2026-03-18 13:22 UTC 

Please pull dm
 2026-03-18 12:59 UTC  (3+ messages)

[PATCH] net: lwip: nfs: fix buffer overflow when using symlinks
 2026-03-18 11:39 UTC 

[PATCH v4 0/6] Add support for fwumdata
 2026-03-18 11:27 UTC  (2+ messages)

[PATCH v5 0/8] riscv: Add support for P8700 platform on Boston board
 2026-03-18 11:16 UTC  (3+ messages)
` [PATCH v5 2/8] board: boston-riscv: Add initial support for P8700 "

[PATCH v2] arm: k3: Kconfig: Enable fTPM and RPMB support
 2026-03-18 11:01 UTC  (5+ messages)

[PATCH v1 1/2] net: dwc_eth_xgmac: Move DMA reset and pad calibration after PHY init
 2026-03-18  8:36 UTC  (4+ messages)
` [PATCH v1 2/2] phy: micrel: ksz90x1: Issue PHY soft reset during configuration

[PATCH] net: Rework some symbol dependencies
 2026-03-18  8:33 UTC  (2+ messages)

[PATCH 0/3] net: airoha_eth & pcs_airoha driver fixes (for u-boot-next)
 2026-03-18  8:31 UTC  (2+ messages)

[PATCH] board: ti: am62dx: Separate resource management config from am62ax
 2026-03-18  7:30 UTC 

[PATCH 0/4] mtd: rawnand: sunxi: Fixes user data length for H6
 2026-03-18  7:28 UTC  (3+ messages)
` [PATCH 3/4] mtd: rawnand: sunxi: introduce variable user data length

[PATCH] arm: relocate: Introduce data-only relocation mode
 2026-03-18  6:59 UTC  (2+ messages)

[PATCH v1 8/8] arm: socfpga: n5x: Update SPL data save and restore implementation
 2026-03-18  3:23 UTC 

[PATCH v1 7/8] arch: arm: dts: n5x : Switch to using upstream Linux DT config
 2026-03-18  3:17 UTC 

[PATCH v1 6/8] arm: socfpga: n5x: Switch firewall setup to device model
 2026-03-18  3:16 UTC 

[PATCH v1 5/8] configs: socfpga: n5x: enable ISSI QSPI
 2026-03-18  3:16 UTC 

[PATCH v1 0/8] socfpga: n5x: improvements and cleanup
 2026-03-18  3:00 UTC  (5+ messages)
` [PATCH v1 1/8] configs: socfpga: n5x: replace defconfig with ATF variant and simplify VAB
` [PATCH v1 2/8] arm: dts: socfpga: n5x: enable DT register settings and update GMAC nodes
` [PATCH v1 3/8] configs: socfpga: n5x: enable CMD_MTD and SPL SDRAM support
` [PATCH v1 4/8] configs: socfpga: n5x: enable required configs for DDR retention

[PATCH v1] mtd: spi-nor-ids: Add support for IS25WP01GG SPI NOR flash
 2026-03-18  2:59 UTC 

[PATCH v2] binman: add CST backend selection for i.MX8M signing
 2026-03-18  1:44 UTC  (7+ messages)

[PATCH 0/3] k3-am62-pocketbeagle2: add board and variant support
 2026-03-17 22:38 UTC  (4+ messages)
` [PATCH 1/3] arm: mach-k3: am62: add &main_uart6 to clock and pwr tree
` [PATCH 2/3] k3-am62-pocketbeagle2: add initial board support
` [PATCH 3/3] k3-am62-pocketbeagle2: add support for 1GB variant

[PATCH 0/3] add [ as alias for test, fix 0/1 argument handling
 2026-03-18  1:03 UTC  (7+ messages)
` [PATCH 2/3] test: add tests for left-bracket alias for 'test' command

[PATCH] optee: Correct dependencies for BOOTM_OPTEE
 2026-03-17 19:40 UTC  (4+ messages)

[PATCH v3 00/16] clk: mediatek: unify mux clocks
 2026-03-17 23:23 UTC  (17+ messages)
` [PATCH v3 01/16] clk: mediatek: mt7622: convert to struct mtk_parent
` [PATCH v3 02/16] clk: mediatek: mt7623: "
` [PATCH v3 03/16] clk: mediatek: mt7629: "
` [PATCH v3 04/16] clk: mediatek: mt7981: "
` [PATCH v3 05/16] clk: mediatek: mt7987: "
` [PATCH v3 06/16] clk: mediatek: mt7988: "
` [PATCH v3 07/16] clk: mediatek: mt8183: "
` [PATCH v3 08/16] clk: mediatek: mt8188: "
` [PATCH v3 09/16] clk: mediatek: mt8195: "
` [PATCH v3 10/16] clk: mediatek: mt8365: "
` [PATCH v3 11/16] clk: mediatek: mt8512: "
` [PATCH v3 12/16] clk: mediatek: mt8516: "
` [PATCH v3 13/16] clk: mediatek: mt8518: "
` [PATCH v3 14/16] clk: mediatek: remove use of CLK_BYPASS_XTAL flag
` [PATCH v3 15/16] clk: mediatek: remove CLK_PARENT_MIXED flag
` [PATCH v3 16/16] clk: mediatek: refactor duplicate *_mux_get_rate()

[PATCH v2 0/9] clk: mediatek: clean up flags
 2026-03-17 22:38 UTC  (2+ messages)
` (subset) "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox