public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2025-01-04 03:20:07 to 2025-01-07 06:59:47 UTC [more...]

[PATCH v2 00/16] imx9: switch to bootstd for i.MX93/1 EVK/QSB and i.MX8M EVK
 2025-01-07  8:05 UTC  (4+ messages)
` [PATCH v2 01/16] imx: imx93_evk: switch to BOOTSTD
` [PATCH v2 02/16] imx: imx93_qsb: "
` [PATCH v2 03/16] imx: imx91_evk: "

[PATCH v3 00/17] imx: add i.MX95 support
 2025-01-07  6:39 UTC  (35+ messages)
` [PATCH v3 01/17] mailbox: add i.MX95 Messaging Unit (MU) driver
    ` 回复: [EXT] "
` [PATCH v3 02/17] firmware: scmi: smt: Interrupt communication enable
    ` 回复: [EXT] "
        ` 回复: "
` [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver
    ` 回复: [EXT] "
        ` 回复: "
` [PATCH v3 07/17] clk: scmi: check the clock state/parent/rate control permissions
` [PATCH v3 08/17] scmi_protocols: update struct scmi_base_discover_list_protocols_out
    ` 回复: [EXT] "
` [PATCH v3 09/17] imx9: scmi: add i.MX95 SoC and clock related code
` [PATCH v3 10/17] imx9: add i.MX95 Kconfig and Makefile
` [PATCH v3 11/17] imx9: scmi: soc: Override h_spl_load_read with trampoline buffer
` [PATCH v3 14/17] binman: add a new entry type for packing DDR PHY firmware images
` [PATCH v3 15/17] tools: imx8image: add i.MX95 support
` [PATCH v3 17/17] imx95_evk: add i.MX95 19x19 EVK board basic support

[PATCH] binman: Fill in most of the imx8mimage and imx8mcst tests
 2025-01-07  3:50 UTC  (4+ messages)

[PATCH v2 00/33] upl: Prerequite patches for updated spec
 2025-01-06 21:42 UTC  (37+ messages)
` [PATCH v2 01/33] bloblist: add api to get blob with size
` [PATCH v2 02/33] bloblist: Drop BSD license
` [PATCH v2 03/33] bloblist: Make BLOBLIST_ALLOC the default
` [PATCH v2 04/33] abuf: Provide a way to get the buffer address
` [PATCH v2 05/33] abuf: Allow use in host tools
` [PATCH v2 06/33] abuf: Provide a constant buffer
` [PATCH v2 07/33] cpu: Provide a way to get the physical-address size
` [PATCH v2 08/33] serial: Support info() method in ns16550 xPL with UPL
` [PATCH v2 09/33] mkimage: Update map_to_sysmem() to match its prototype
` [PATCH v2 10/33] x86: Enable meminfo command
` [PATCH v2 11/33] x86: Show the timestamp counter with bdinfo
` [PATCH v2 12/33] ofnode: Use 4K for a default tree-size
` [PATCH v2 13/33] ofnode: Indicate when out of space in a few places
` [PATCH v2 14/33] ofnode: Update of_add_subnode() to indicate name is alloced
` [PATCH v2 15/33] boot: Rename fit_image_get_data()
` [PATCH v2 16/33] boot: Rename fit_image_get_data_and_size()
` [PATCH v2 17/33] boot: Update fit_image_get_emb_data to use abuf
` [PATCH v2 18/33] boot: Use fit_image_get_data() to get data
` [PATCH v2 19/33] boot: Update fit_image_get_data() to use abuf
` [PATCH v2 20/33] test: Fix inpected typo in upl test
` [PATCH v2 21/33] emulation: fdt: Relax condition for OF_HAS_PRIOR_STAGE
` [PATCH v2 22/33] emulation: Use bloblist to hold tables
` [PATCH v2 23/33] x86: Create more space for SPL with qemu-x86_64
` [PATCH v2 24/33] pci: video: Set up the pixel-format field
` [PATCH v2 25/33] x86: Show an error if video fails
` [PATCH v2 26/33] x86: Support jumping to a UPL image
` [PATCH v2 27/33] x86: Enable UPL handoff for SPL
` [PATCH v2 28/33] x86: Move tables to use SZ macros
` [PATCH v2 29/33] x86: Align the SMBIOS table to a 4K boundary
` [PATCH v2 30/33] x86: emulation: Enable bloblist
` [PATCH v2 31/33] dm: core: Clarify behaviour of ofnode_name_eq()
` [PATCH v2 32/33] dm: core: Provide ofnode_name_eq_unit() to accept a unit address
` [PATCH v2 33/33] dm: core: Provide ofnode_find_subnode_unit()

[PATCH 00/12] imx9: switch to bootstd for i.MX93/1 EVK/QSB and i.MX8M EVK
 2025-01-07  1:39 UTC  (23+ messages)
` [PATCH 01/12] imx: imx93_evk: switch to BOOTSTD
` [PATCH 02/12] imx: imx93_qsb: "
` [PATCH 03/12] imx: imx91_evk: "
` [PATCH 04/12] imx: imx8mp_evk: Enable dynamic settings to mmcdev and mmcroot
` [PATCH 05/12] imx: imx8mp_evk: Switch to BOOTSTD
` [PATCH 06/12] imx: imx8mn_evk: Enable dynamic settings to mmcdev and mmcroot
` [PATCH 07/12] imx: imx8mn_evk: Switch to BOOTSTD
` [PATCH 08/12] imx: imx8mm_evk: Enable dynamic settings to mmcdev and mmcroot
` [PATCH 09/12] imx: imx8mm_evk: Switch to BOOTSTD
` [PATCH 10/12] imx: imx8mq_evk: Enable dynamic settings to mmcdev and mmcroot
` [PATCH 11/12] imx: imx8mq_evk: Switch to BOOTSTD
` [PATCH 12/12] imx: imx93-11x11-evk: drop duplicated nodes

[ANN] U-Boot v2025.01 released
 2025-01-07  0:55 UTC 

Proposal for a New Command to U-Boot Fuse Programming
 2025-01-06 22:23 UTC  (3+ messages)

[PATCH 1/2] efi_stub: Sync the debug UART definition like other platform
 2025-01-06 22:04 UTC  (10+ messages)
` [PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

[PATCH] pinctrl: rockchip: rk3328: Fix pinmux for GPIO2-B and GPIO3-B pins
 2025-01-06 21:39 UTC 

LwIP and multiple network interfaces
 2025-01-06 19:09 UTC  (10+ messages)

[PATCH] rockchip: rk3588-nanopc-t6-lts: Add missing board -u-boot.dtsi
 2025-01-06 18:22 UTC 

[PATCH 0/8] efi_loader: Complete the bootflow_efi() test
 2025-01-06 17:00 UTC  (10+ messages)
` [PATCH 1/8] sandbox: Make USB controller as having active DMA
` [PATCH 2/8] efi_loader: Fix display of addresses in log
` [PATCH 3/8] efi_loader: Return the memory map in pointer format
` [PATCH 4/8] efi_loader: Correct bounce-buffer setup
` [PATCH 5/8] efi_loader: Check memory allocations in bootflow_efi test()
` [PATCH 6/8] efi_loader: Update testapp to get memory map correctly
` [PATCH 7/8] efi_loader: Check that the bootflow is not removed by app
` [PATCH 8/8] efi_loader: Test that active-DMA devices are removed

[PATCH v4 0/2] Static initcalls
 2025-01-06 15:54 UTC  (4+ messages)
` [PATCH v4 1/2] common: board: make static calls
` [PATCH v4 2/2] initcall: remove initcall_run_list()

[PATCH v3 0/8] usb: dwc2: Refactor and update USB DWC2 driver
 2025-01-06 15:37 UTC  (13+ messages)
` [PATCH v3 1/8] usb: dwc2: Extract register definitions to common header file
` [PATCH v3 2/8] usb: dwc2: Fix incorrect ULPI_UTMI_SEL bit setting
` [PATCH v3 3/8] USB: dwc2: Fix HBstLen setting for external DMA mode
` [PATCH v3 4/8] usb: dwc2: Clean up with bitfield macros
` [PATCH v3 5/8] usb: dwc2: Align macros with Linux kernel definitions
` [PATCH v3 6/8] usb: dwc2: Extract macro definitions to common header
` [PATCH v3 7/8] usb: dwc2: Unify flush and reset logic with v4.20a support
` [PATCH v3 8/8] usb: dwc2: Replace uint<x>_t types with u<x>

[PATCH] arch: arm: mach-k3: j784s4_init: Set CTRL_MMR for AUDIO_REFCLK1 clk_sel
 2025-01-06 15:12 UTC  (2+ messages)

[PATCH 0/2] tools: mkimage: Add Amlogic Boot Image type
 2025-01-06 14:55 UTC  (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tools: amlimage: Add support for GXBB eMMC header

[PATCH 00/18] x86: Improve operation under QEMU
 2025-01-06 14:55 UTC  (7+ messages)
` [PATCH 01/18] scripts: Add a script for building and booting QEMU

[PATCH v1 0/2] Risc-V ISA Extension Probing
 2025-01-06 14:38 UTC  (4+ messages)
` [PATCH v1 1/2] riscv: Enhance extension probing
` [PATCH v1 2/2] riscv: Fallback to riscv,isa

Integrated EFI tests better?
 2025-01-06 14:31 UTC 

[PATCH 0/3] Add fdt-fixups for AM62P variants
 2025-01-06 13:40 UTC  (4+ messages)
` [PATCH 3/3] arm: mach-k3: am62p: Fixup a53 max cpu frequency by speed-grade

[PATCH RFC v2 0/8] Introduce J742S2 SoC and EVM
 2025-01-06  9:35 UTC  (9+ messages)
` [PATCH RFC v2 1/8] tools: binman: control.py: Delete template nodes after parsing
` [PATCH RFC v2 2/8] arm: dts: k3-j784s4-binman.dtsi: Clean up and templatize boot binaries
` [PATCH RFC v2 3/8] arm: dts: k3-j784s4-ddr: Refactor J784s4 ddr file to a common file
` [PATCH RFC v2 4/8] soc: Add information to identify the J742S2 SoC family
` [PATCH RFC v2 5/8] arm: mach-k3: j742s2: Introduce clock and device files for J742S2 SoC
` [PATCH RFC v2 6/8] board: ti: Introduce basic board files for the J742S2 family
` [PATCH RFC v2 7/8] arm: dts: Introduce J742S2 U-boot DTS files
` [PATCH RFC v2 8/8] configs: Introduce configs for J742S2

[PATCH 0/3] net: use strnstr() for lwip_strnstr()
 2025-01-06 10:22 UTC  (7+ messages)
` [PATCH 1/3] lib: implement strnstr()
` [PATCH 3/3] net: use strnstr() for lwip_strnstr()

[PATCH] spi: cadence_qspi: Fix OSPI DDR mode alignment issue
 2025-01-06  9:51 UTC 

[PATCH] arm64: versal: RO multi_boot register in non JTAG bootmode
 2025-01-06  9:20 UTC 

[PATCH v2 0/4] Add pmem node for preserving distro ISO's
 2025-01-06  9:14 UTC  (4+ messages)
` [PATCH v2 4/4] efi: add helper functions to insert pmem node for DT fixup

[PATCH v6 0/9] Inline ECC Series
 2025-01-06  9:07 UTC  (10+ messages)
` [PATCH v6 1/9] arm: dts: k3-*-ddr: Add ss_cfg reg entry
` [PATCH v6 2/9] ram: k3-ddrss: Use the DDR controller BIST engine for ECC priming
` [PATCH v6 3/9] ram: k3-ddrss: Add k3_ddrss_ddr_bank_base_size_calc() to solve 'calculations restricted to 32 bits' issue
` [PATCH v6 4/9] ram: k3-ddrss: Setup ECC region start and range
` [PATCH v6 5/9] ram: k3-ddrss: Enable ECC interrupts
` [PATCH v6 6/9] drivers: ram: Kconfig: Add CONFIG_K3_INLINE_ECC
` [PATCH v6 7/9] ram: k3-ddrss: Remove 'ti,ecc-enable' support
` [PATCH v6 8/9] arm: mach-k3: Set NR_DRAM_BANKS to 2
` [PATCH v6 9/9] board: ti: Pull redundant DDR functions to a common location and Fixup DDR size when ECC is enabled

[PATCH v2] board: xilinx: Add missing prototype for set_dfu_alt_info
 2025-01-06  9:06 UTC 

[PATCH] arm64: zynqmp: Add eeprom labels for System Controller dts
 2025-01-06  8:42 UTC 

[PATCH] arm64: zynqmp: Enable iio-hwmon description only for SOM
 2025-01-06  8:42 UTC 

[PATCH v5 0/9] Inline ECC Series
 2025-01-06  8:35 UTC  (4+ messages)
` [PATCH v5 9/9] board: ti: Pull redundant DDR functions to a common location and Fixup DDR size when ECC is enabled

[PATCH] board: xilinx: Add missing prototype for set_dfu_alt_info
 2025-01-06  8:31 UTC  (2+ messages)

[PATCH v2] config: xilinx: Enable the SPI_STACKED_PARALLEL config option
 2025-01-06  8:30 UTC  (2+ messages)

[PATCH v1 1/1] board: zynqmp: zynqmp-sm-k26-revA: release DP from reset
 2025-01-06  8:26 UTC  (2+ messages)

[PATCH] xilinx: Sort OF_LIST and add missing vpk120 and zcu670 platforms
 2025-01-06  8:24 UTC  (2+ messages)

[PATCH] zynqmp: Remove usb init initialization for Kria
 2025-01-06  8:23 UTC  (2+ messages)

[PATCH 0/7] board: rockchip: add FriendlyElec NanoPi R3S
 2025-01-06  4:39 UTC  (4+ messages)
` [PATCH 7/7] "

[PATCH] usb: dwc3-generic: Fix build errors when USB_DWC3_GADGET is disabled
 2025-01-05 19:29 UTC  (13+ messages)

[PATCH v2 1/1] cmd/setexpr: support concatenation of direct strings
 2025-01-05 10:46 UTC 

Pull request efi-next-20250105
 2025-01-05  2:57 UTC 

[PATCH v5 0/8] bootstd: sunxi: Migrate to standard boot
 2025-01-05  2:50 UTC  (3+ messages)
` [PATCH v5 4/8] RFC: Revert "bootstd: Make efi_mgr bootmeth work for non-sandbox setups"

[PATCH 1/1] fs: eliminate YAFFS2 implementation
 2025-01-04 23:47 UTC  (5+ messages)

[PATCH 00/67] upl: Align with the updated spec
 2025-01-04 19:32 UTC  (8+ messages)
` [PATCH 08/67] x86: Emable meminfo command

[PATCH v3 0/5] Static initcalls
 2025-01-04 19:40 UTC  (4+ messages)
` [PATCH v3 4/5] board_init_r(): use static calls

[PATCH] rpi: Add identifiers for the new RPi 5 series
 2025-01-04 19:35 UTC  (2+ messages)

[PATCH] configs: am62x_evm_*: Set DFU buffer size to 256k
 2025-01-04 17:05 UTC  (2+ messages)

Pull request efi-next-20250104
 2025-01-04 15:29 UTC  (4+ messages)


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