messages from 2026-03-18 14:44:03 to 2026-03-20 13:08:09 UTC [more...]
[PATCH 00/11] sc5xx Environment Cleanup and Fixes
2026-03-20 12:50 UTC (12+ messages)
` [PATCH 01/11] configs: sc5xx: Do not store environment in SPI flash
` [PATCH 02/11] mach-sc5xx: Remove update commands from default environment
` [PATCH 03/11] mach-sc5xx: Update boot commands
` [PATCH 04/11] mach-sc5xx: Switch from tftp to wget
` [PATCH 05/11] mach-sc5xx: Add USB boot command
` [PATCH 06/11] mach-sc5xx: Remove preliminary binman support
` [PATCH 07/11] dts: sc594: Fix gige-reset line on EZKIT
` [PATCH 08/11] mach-sc5xx: sc573: Rename EZKIT board to EZLITE
` [PATCH 09/11] mach-sc5xx: Update image load address
` [PATCH 10/11] mach-sc5xx: Update SPI bootargs for ubifs
` [PATCH 11/11] configs: sc5xx: Set default bootcmd to SPI boot
[PATCH 00/17] arm: mediatek: clean up init code
2026-03-20 12:38 UTC (19+ 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] mach-k3: move k3_falcon_fdt_fixup out of r5/common.c
2026-03-20 12:15 UTC (2+ messages)
[PATCH] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
2026-03-20 10:29 UTC
[PATCH 0/3] k3-am62-pocketbeagle2: add board and variant support
2026-03-20 10:10 UTC (5+ messages)
` [PATCH 2/3] k3-am62-pocketbeagle2: add initial board support
` [PATCH 3/3] k3-am62-pocketbeagle2: add support for 1GB variant
[PATCH RFC 00/40] clk: port full Linux Common Clock Framework to U-Boot
2026-03-20 8:45 UTC (36+ messages)
` [PATCH RFC 01/40] vsprintf: add %pOF
` [PATCH RFC 02/40] common: add an option to skip DM pre-relocation
` [PATCH RFC 03/40] serial: msm-geni: allow invalid clock
` [PATCH RFC 04/40] qcom: rpmh: don't error for SLEEP requests
` [PATCH RFC 05/40] string: add strdup_const and kstrdup_const
` [PATCH RFC 06/40] ofnode: add read_u64_array and count_elems_of_size
` [PATCH RFC 07/40] linux/compat: add PTR_ERR_OR_ZERO
` [PATCH RFC 08/40] compat: add kref implementation
` [PATCH RFC 09/40] compat: add dev_name()
` [PATCH RFC 10/40] compat: add linux/regmap.h symlink
` [PATCH RFC 11/40] devres: add devm_krealloc
` [PATCH RFC 12/40] regmap: add regmap_assign_bits
` [PATCH RFC 13/40] compat: regulator: add enable/disable macros
` [PATCH RFC 14/40] compat: math64: add abs_diff()
` [PATCH RFC 15/40] clk: restrict clk/imx to MACH_IMX
` [PATCH RFC 16/40] clk: move U-Boot CCF to clk/uccf
` [PATCH RFC 17/40] clk: rename clk_ops to clk_ops_uboot
` [PATCH RFC 18/40] clk: move fixed clocks to clk/basic
` [PATCH RFC 19/40] clk: make clk_set_rate() return signed long
` [PATCH RFC 20/40] clk: make clk_get_parent_rate "
` [PATCH RFC 21/40] clk: import full CCF from Linux
` [PATCH RFC 22/40] clk: move clock flags to common clk-provider.h
` [PATCH RFC 23/40] clk/ccf: adapt clk-conf for U-Boot
` [PATCH RFC 24/40] clk/ccf: adapt CCF core "
` [PATCH RFC 25/40] clk/ccf: adapt CCF generic clocks "
` [PATCH RFC 26/40] clk/clk-uclass: adapt for CCF_FULL
` [PATCH RFC 27/40] RFC: clk/ccf: add UCLASS_CLK compat shim
` [PATCH RFC 28/40] clk/sandbox: add a CCF_FULL port of clk_sandbox
` [PATCH RFC 29/40] WIP: test: adjust tests for CCF_FULL
` [PATCH RFC 30/40] configs: add sandbox CCF_FULL defconfig
` [PATCH RFC 31/40] cmd/clk: add CCF_FULL support
` [PATCH RFC 32/40] clk/qcom: move existing clock drivers to clk/qcom/basic
[RFC PATCH 00/15] RFC: dm: Add uclass adjunct support
2026-03-20 8:01 UTC (17+ 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
` [RFC PATCH 03/15] dm: Add a way to write the internal seq_ member
` [RFC PATCH 04/15] dm: Rename uclass to uclass_ and add an accessor
` [RFC PATCH 05/15] dm: Add struct uclass_member for uclass membership
` [RFC PATCH 06/15] dm: Embed struct uclass_member in struct udevice
` [RFC PATCH 07/15] dm: core: Add uclass-adjunct data structures
` [RFC PATCH 08/15] dm: core: Add a uclass-adjunct API
` [RFC PATCH 09/15] dm: core: Integrate adjuncts into existing code paths
` [RFC PATCH 10/15] dm: core: Add uclass-ID-keyed accessors for priv and plat
` [RFC PATCH 11/15] dm: core: Add static adjunct declarations for drivers
` [RFC PATCH 12/15] dm: test: Add tests for uclass adjuncts
` [RFC PATCH 13/15] doc: dm: Document uclass adjunct support
` [RFC PATCH 14/15] sysreset: Use device_get_uclass_ops() for "
` [RFC PATCH 15/15] power: pmic: raa215300: Convert sysreset to uclass adjunct
[PATCH v2 0/5] imx9{4,5}: Add Quickboot support
2026-03-19 18:02 UTC (9+ messages)
` [PATCH v2 5/5] doc: board: nxp: Add Quickboot documentation
[PATCH v2 0/3] fwu: Call EFI stack initialization after preboot
2026-03-20 8:31 UTC (7+ messages)
` [PATCH v2 1/3] event: Check return value from event_notify_null()
` [PATCH v2 2/3] event: Introduce EVT_POST_PREBOOT event
[PATCH] dm: regulator: fix missing quote in error message
2026-03-20 8:20 UTC (2+ messages)
[PATCH] board: ti: am62dx: Separate resource management config from am62ax
2026-03-20 4:30 UTC (2+ messages)
unsub
2026-03-20 4:27 UTC
[PATCH] reset: Correct dependencies for RESET_RZG2L_USBPHY_CTRL
2026-03-20 3:58 UTC (8+ messages)
[PATCH] usb: gadget: Move USB_GADGET_DUALSPEED to be slightly more visible
2026-03-19 17:57 UTC (8+ messages)
RFC: Remote signing support for mkimage
2026-03-19 17:38 UTC
[PATCH] scripts: merge_config.sh: support include directives in fragments
2026-03-19 22:54 UTC (5+ messages)
[PATCH v2] binman: add CST backend selection for i.MX8M signing
2026-03-19 22:09 UTC (8+ messages)
[PATCH v2 0/9] MT8195: add ufs support
2026-03-19 21:53 UTC (11+ 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] 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] 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 0/3] arm: Give the LS1021ATSN board some love
2026-03-19 14:54 UTC (8+ messages)
` [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 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/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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox