public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2026-02-26 12:25:37 to 2026-02-28 22:06:56 UTC [more...]

[PATCH v3 00/17] bootm: Clean up arch-specific, pre-OS clean-up
 2026-02-28 20:20 UTC  (18+ messages)
` [PATCH v3 01/17] dm: Move flags_remove() check before child removal
` [PATCH v3 02/17] dm: Remove children when parent is removed by flags
` [PATCH v3 03/17] bootstage: Add some missing dummy functions
` [PATCH v3 04/17] bootm: Create bootm_final() for pre-boot cleanup
` [PATCH v3 05/17] x86: Call bootm_final()
` [PATCH v3 06/17] riscv: "
` [PATCH v3 07/17] bootm: Stash bootstage data in bootm_final()
` [PATCH v3 08/17] arm: Call bootm_final()
` [PATCH v3 09/17] arc: "
` [PATCH v3 10/17] microblaze: "
` [PATCH v3 11/17] mips: "
` [PATCH v3 12/17] powerpc: "
` [PATCH v3 13/17] m68k: "
` [PATCH v3 14/17] nios2: "
` [PATCH v3 15/17] sh: "
` [PATCH v3 16/17] xtensa: "
` [PATCH v3 17/17] sandbox: "

[GIT PULL] Please pull u-boot-imx-next-20260228
 2026-02-28 22:06 UTC 

[PATCH] board: rockchip: Add Xunlong Orange Pi 5 Pro board support
 2026-02-28 21:15 UTC 

[PATCH v4] arm: imx8m: add boot_device and boot_instance env variables
 2026-02-28 18:41 UTC  (2+ messages)

[PATCH v2 0/7] Provide classes for building disk images with FS partitions
 2026-02-28 18:22 UTC  (8+ messages)
` [PATCH v2 1/7] test: fs_helper: Allow passing the image filename
` [PATCH v2 2/7] test: fs_helper: Add a quiet flag to mk_fs()
` [PATCH v2 3/7] test: Update comment for fs_helper.setup_image()
` [PATCH v2 4/7] test: fs_helper: Drop the size_gran argument
` [PATCH v2 5/7] test: Convert fs_helper to use a class
` [PATCH v2 6/7] test: Add a helper class to create disk images
` [PATCH v2 7/7] test: Convert test_efi_bootmgr to use FsHelper

[PATCH v2 00/13] imx: add i.MX952 support
 2026-02-28 11:47 UTC  (18+ messages)
` [PATCH v2 01/13] imx9: scmi: Get DDR size through SM SCMI API
` [PATCH v2 02/13] imx95/imx94: Remove board_phys_sdram_size from each board
` [PATCH v2 03/13] pinctrl: nxp: Add i.MX952 support
` [PATCH v2 04/13] arm: imx: Add i.MX952 CPU type support
` [PATCH v2 05/13] imx: ele_ahab: Add i.MX952 support to display_life_cycle()
` [PATCH v2 06/13] imx: container: Add i.MX952 support to get_imageset_end()
` [PATCH v2 07/13] arm: imx9: Add i.MX952 SoC support
` [PATCH v2 08/13] cpu: imx952: Add i.MX952 support
` [PATCH v2 09/13] arm: imx9: Skip WDG3/WDG4 disable on i.MX952
` [PATCH v2 10/13] arm64: dts: freescale: Add initial device tree for i.MX952
` [PATCH v2 11/13] arm64: dts: freescale: Add i.MX952 EVK basic device tree
` [PATCH v2 12/13] arm: dts: Add U-Boot device tree for i.MX952 EVK
` [PATCH v2 13/13] board: nxp: imx952_evk: Add i.MX952 15x15 lpddr4x board support

[PATCH v1 1/1] rsa: fix incorrect positive EINVAL in padding_pss_verify()
 2026-02-28  8:50 UTC 

[PATCH] arm: imx: imx95: Use arch override for env_get_location()
 2026-02-28 13:28 UTC  (3+ messages)

[PATCH v3 00/11] imx8qxp: siemens: small board updates
 2026-02-28 12:15 UTC  (3+ messages)
` [PATCH v3 01/11] arm: dts: capricorn: pinctrl_usdhc1 cleanup

Security Disclosure: Multiple buffer overflow vulnerabilities in NFS client
 2026-02-27 22:07 UTC  (4+ messages)

[PATCH v3] arm: dts: sc594: Update sc594 EZKIT GPIO polarities
 2026-02-27 19:34 UTC 

[PATCH 0/6] Provide classes for building disk images with FS partitions
 2026-02-27 23:42 UTC  (10+ messages)
` [PATCH 3/6] test: fs_helper: Drop the size_gran argument
` [PATCH 5/6] test: Add a helper class to create disk images

[PATCH v2 0/9] bootm: Clean up arch-specific, pre-OS clean-up
 2026-02-27 23:27 UTC  (3+ messages)

[PATCH v3] Add support for OpenSSL Provider API
 2026-02-27 17:47 UTC  (6+ messages)

[PATCH v1] common/memsize.c: Fix get_ram_size() original data restore
 2026-02-27 17:39 UTC  (10+ messages)

[RFC PATCH 00/16] binman: test: Organise test files into subdirectories
 2026-02-27 17:23 UTC  (20+ messages)
` [RFC PATCH 01/16] binman: test: Move pack/layout test files to test/pack/
` [RFC PATCH 02/16] binman: test: Move U-Boot variant test files to test/xpl/
` [RFC PATCH 03/16] binman: test: Move x86 and Intel test files to test/x86/
` [RFC PATCH 04/16] binman: test: Move FIT image test files to test/fit/
` [RFC PATCH 05/16] binman: test: Move FDT/fdtmap test files to test/fdt/
` [RFC PATCH 06/16] binman: test: Move blob test files to test/blob/
` [RFC PATCH 07/16] binman: test: Move security test files to test/security/
` [RFC PATCH 08/16] binman: test: Move CBFS test files to test/cbfs/
` [RFC PATCH 09/16] binman: test: Move ChromeOS test files to test/cros/
` [RFC PATCH 10/16] binman: test: Move mkimage test files to test/mkimage/
` [RFC PATCH 11/16] binman: test: Move FIP/TF-A test files to test/fip/
` [RFC PATCH 12/16] binman: test: Move UEFI capsule test files to test/capsule/
` [RFC PATCH 13/16] binman: test: Move vendor-specific test files to test/vendor/
` [RFC PATCH 14/16] binman: test: Move symbol test files to test/symbols/
` [RFC PATCH 15/16] binman: test: Move remaining test files to test/entry/
` [RFC PATCH 16/16] binman: doc: Update binman_tests.rst for subdirectory layout

[PATCH v1 1/1] doc: pstore: fix typo
 2026-02-27 16:15 UTC  (4+ messages)
` [PATCH v2 "
` [PATCH v3 "

[PATCH 0/6] 64-bit PCIe for AM64, AM69, J7200, J722S and J784S4
 2026-02-27 16:50 UTC  (13+ messages)
` [PATCH 1/6] arm: mach-k3: arm64-mmu: add mapping for PCIe 4 GB Address Windows
` [PATCH 2/6] pci: pcie_cdns_ti: enable PCIe root-complex mode for J784S4 SoC
` [PATCH 3/6] configs: {am69_sk, j784s4_evm}_a72_defconfig: enable PCIe Root-Complex mode
` [PATCH 4/6] configs: am64x_evm_a53_defconfig: enable 64-bit addressing for PCIe
` [PATCH 5/6] configs: j7200_evm_a72_defconfig: "
` [PATCH 6/6] configs: j722s_evm_a53_defconfig: "

[PATCH] treewide: fix uImage.FIT document paths
 2026-02-27 16:27 UTC  (2+ messages)

[PATCH] kconfig: fix buffer overflow in conf_get_default_confname()
 2026-02-27 16:22 UTC  (2+ messages)

[PATCH] clk: qcom: sc7280: add missing SDCC1 clocks
 2026-02-27 16:13 UTC  (2+ messages)

[PATCH 0/9] ARM: RPi5: Enable PCIe
 2026-02-27 15:23 UTC  (10+ messages)
` [PATCH 1/9] ARM: bcm283x: Add bcm2712 PCIe memory window
` [PATCH 2/9] pci: brcmstb: Fix PCIe bus numbers
` [PATCH 3/9] pci: brcmstb: Support different variants using a cfg struct
` [PATCH 4/9] pci: brcmstb: Add RPi5 reset facilities
` [PATCH 5/9] pci: brcmstb: Add RPi5 rescal "
` [PATCH 6/9] pci: brcmstb: Get and use bridge and rescal reset properties
` [PATCH 7/9] pci: brcmstb: Fix iBAR size calculation
` [PATCH 8/9] pci: brcmstb: rework iBAR handling
` [PATCH 9/9] pci: brcmstb: Adapt to AXI bridge

[PATCH] kconfig/[mn]conf: handle backspace (^H) key
 2026-02-27 14:50 UTC  (2+ messages)

[PATCH 1/1] net: do not use non-existent CONFIG_DM_CLK
 2026-02-27 14:49 UTC  (3+ messages)

[PATCH v1] spi: designware: add support for bits-per-word DT binding
 2026-02-27 14:07 UTC  (2+ messages)

[PATCH] clk: scmi: Fix protocol version fetch for non-CCF platforms
 2026-02-27 13:46 UTC  (3+ messages)

[PATCH 1/1] board/BuR/zynq: don't select non-existent SPL_BINMAN_FDT
 2026-02-27 10:38 UTC  (3+ messages)

[PATCH v1] arm: socfpga: Gen5/A10: Enable Designware watchdog
 2026-02-27  8:48 UTC 

[PATCH RFC] binman: Make FDT size hint configurable
 2026-02-27  7:27 UTC  (4+ messages)

Pull request efi-2026-04-rc4
 2026-02-27 13:19 UTC 

[PATCH v1] usb: xhci-dwc3: Call xhci_deregister() before asserting reset
 2026-02-27 12:01 UTC  (2+ messages)

FIT Verification
 2026-02-27 10:54 UTC  (4+ messages)

[PATCH V2 0/9] board: k3: Sync rm-cfg with TIFS v11.02.09 firmware
 2026-02-27 10:05 UTC  (3+ messages)
` [PATCH V2 4/4] arm: dts: k3: am62x/am62px: Enable tifs-rm-cfg in binman

[PATCH] mach-k3: j722s: unlock mmr after spl_early_init
 2026-02-27  9:50 UTC  (5+ messages)

[PATCH] usb: gadget: Mark udc_disconnect as static
 2026-02-27  9:42 UTC  (2+ messages)

[PATCH] usb: cdns3: fix cdns3_bind() to avoid returning error and probe parent
 2026-02-27  5:59 UTC 

am335x: error with timer initialization (ENODEV)
 2026-02-27  3:06 UTC 

[PATCH v2] tools/atmelimage: add const qualifier to fix compiler warning
 2026-02-27  1:50 UTC 

[PATCH 1/2] arm: dts: k3-am68-r5-phycore-som: Add PMIC ESM node
 2026-02-27  1:42 UTC  (2+ messages)
` [PATCH 2/2] configs: phycore_am68x_r5_defconfig: Add ESM and AVS configs

[PATCH v1] configs: toradex-smarc-imx95: Enable remoteproc
 2026-02-27  1:36 UTC  (3+ messages)

[GIT PULL] Please pull fsl-qoriq-next-2026-02-25
 2026-02-27  1:27 UTC  (3+ messages)

[PATCH 00/10] pinctrl: Support print pinmux settings for i.MX8M/9
 2026-02-27  0:11 UTC  (4+ messages)
` [PATCH 07/10] pinctrl: nxp: imx93: Rename to imx9

[PATCH 0/6] binman: test: Fix iMX8 coverage and test-numbering
 2026-02-26 23:44 UTC  (12+ messages)
` [PATCH 1/6] binman: test: Renumber duplicate test-file prefixes
` [PATCH 2/6] binman: test: Drop the number prefix from non-dts test files
` [PATCH 3/6] binman: test: Capture output from tests with warnings

[PATCH 1/1] boot: don't select non-existent CONFIG_VPL_CRYPTO
 2026-02-26 23:44 UTC  (6+ messages)

[RFC PATCH 00/20] boot: add OpenWrt boot method and on-demand FIT loading
 2026-02-26 23:44 UTC  (10+ messages)

[PATCH] kconfig: fix buffer overflow in conf_get_default_confname()
 2026-02-26 23:41 UTC  (2+ messages)

[PATCH] linux_compat: fix NULL pointer dereference in get_mem()
 2026-02-26 23:38 UTC  (2+ messages)

[PATCH 0/2] Update AM62AX and J722S CPSW PKTDMA Resource Sharing
 2026-02-26 23:09 UTC  (3+ messages)

[PATCH 0/4] u-boot: add SCMI GPIO/Pinctrl support
 2026-02-26 22:05 UTC  (3+ messages)
` [PATCH 1/4] scmi: pinctrl: add pinctrl message IDs

[PATCH] usb: Fix USB read configuration error on some devices
 2026-02-26 21:46 UTC  (4+ messages)

[GIT PULL] please pull mmc-next-2026-02-26
 2026-02-26 18:30 UTC  (2+ messages)

[PATCH 1/1] arm/mach-sc5xx: don't select non-existent GIC_600_CLEAR_RDPD
 2026-02-26 17:11 UTC  (2+ messages)

[PATCH v2] serial: ns16550: Fix return-type warning
 2026-02-26 16:59 UTC  (3+ messages)

[PATCH] serial: ns16550: Fix return-type warning
 2026-02-26 16:39 UTC  (5+ messages)

[PATCH] Gitlab: Fix TEST_PY_TEST_SPEC for qemu-x86_64 in sjg-lab
 2026-02-26 16:21 UTC  (2+ messages)

[PATCH 1/1] openpiton: imply CONFIG_SPL_CPU
 2026-02-26 15:29 UTC  (2+ messages)

[PATCH] arm: Backward compatibility to U-Boot v2020.04
 2026-02-26 15:26 UTC  (11+ messages)
  `  "
      `  "
          `  "
                `  "

[PATCH 1/1] scripts: add checkkconfigsymbols.py
 2026-02-26 15:21 UTC  (3+ messages)

[v2 PATCH] mach-k3: Defer CTRL_MMR access until after TIFS version response
 2026-02-26 14:48 UTC  (5+ messages)

[PATCH 1/1] sandbox: don't imply non-existent CONFIG_KEYBOARD
 2026-02-26 14:38 UTC  (2+ messages)

[PATCH v2] net: phy: air_en8811: add support for Airoha AN8811HB PHY
 2026-02-26  8:52 UTC 

[PATCH v1] mtd: spi: Add ISSI QSPI to lightweight SPI flash stack for spl
 2026-02-26  8:29 UTC 

[PATCH v2] spl: Add generic SPL MTD loader support
 2026-02-26  5:34 UTC  (6+ messages)

[PATCH 1/1] ufs: don't select non-existent CONFIG_PHY_MTK_UFS
 2026-02-26 12:38 UTC  (2+ messages)

[RESEND PATCH v2 0/2] k3_*: Add config fragments for inline ECC and BIST
 2026-02-26 12:25 UTC  (2+ messages)
` [RESEND PATCH v2 2/2] doc: board: ti: Add support for config fragment builds


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