messages from 2024-12-19 15:05:30 to 2024-12-20 16:20:13 UTC [more...]
[PATCH v2 0/5] Add support for USB DFU boot on AM62Px
2024-12-20 16:19 UTC (10+ messages)
` [PATCH v2 4/5] arm: dts: k3-am62p5-sk-u-boot: enable USB0 for USB DFU boot
[GIT PULL] xilinx patches for v2025.01-rc5 - v2
2024-12-20 15:42 UTC (2+ messages)
[PATCH 0/5] pxe: Support an automatic localboot
2024-12-20 14:56 UTC (9+ messages)
` [PATCH 1/5] test/py: Refactor extlinux-image creation into a function
` [PATCH 2/5] test: bootflow: Avoid a confusing error condition
` [PATCH 3/5] pxe_utils: Allow the FDT to be missing
` [PATCH 4/5] pxe_utils: Support a backup for localboot
` [PATCH 5/5] pxe_utils: Support the SAY command
[PATCH] doc/develop/distro.rst: Better document upstream locations of extlinux.conf
2024-12-20 14:47 UTC
[PATCH v8 00/12] Support OF_UPSTREAM for StarFive JH7110
2024-12-20 14:47 UTC (2+ messages)
[PATCH 0/1] configs: visionfive2: enable CONFIG_DISTRO_DEFAULTS
2024-12-20 14:44 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v3] mtd: spi-nor: Fix the spi_nor_read() when config SPI_STACKED_PARALLEL is enabled
2024-12-20 14:30 UTC
[PATCH] config: xilinx: Enable the SPI_STACKED_PARALLEL config option
2024-12-20 13:05 UTC
[PATCH 0/2] Broadcom bcmbca dts updates
2024-12-20 8:04 UTC (6+ messages)
` [PATCH 1/2] arm: dts: Use upstream dts for additional bcmbca devices
` [PATCH 2/2] arm: dts: Update nand node for bcmbca board dts
[PATCH v2] common: memtop: Fix the return type for find_ram_top
2024-12-20 12:29 UTC (3+ messages)
[PATCH v2 00/13] Add imx8mp video support
2024-12-20 12:19 UTC (4+ messages)
i.MX8/9: question about unused DDR PHY trained CSR board array
2024-12-20 12:06 UTC (6+ messages)
[PATCH] net: fec_mxc: add DM_FLAG_ACTIVE_DMA flag for FEC network driver
2024-12-20 10:41 UTC (2+ messages)
[PATCH v2 0/4] Misc. PowerPC MPC83xx fixes/cleanups
2024-12-20 10:37 UTC (5+ messages)
` [PATCH v2 1/4] powerpc: mpc83xx: Fix timer value calculation
` [PATCH v2 2/4] powerpc: mpc83xx: Allow including initreg.h into multiple files
` [PATCH v2 3/4] powerpc: mpc83xx: Use defined constant for SPCR[TBEN]
` [PATCH v2 4/4] gpio: mpc8xxx: Preserve pre-init state of outputs
[PATCH] drivers: firmware: ti_sci: Add DM_FLAG_PRE_RELOC to driver
2024-12-20 10:16 UTC (6+ messages)
[PATCH v5 0/9] Inline ECC Series
2024-12-20 6:57 UTC (10+ messages)
` [PATCH v5 3/9] ram: k3-ddrss: Add k3_ddrss_ddr_bank_base_size_calc() to solve 'calculations restricted to 32 bits' issue
` [PATCH v5 6/9] drivers: ram: Kconfig: Add CONFIG_K3_INLINE_ECC
` [PATCH v5 7/9] ram: k3-ddrss: Remove 'ti,ecc-enable' support
` [PATCH v5 9/9] board: ti: Pull redundant DDR functions to a common location and Fixup DDR size when ECC is enabled
[PATCH 1/1] acpi: don't fill FADT, MADT if CONFIG_QFW_ACPI=y
2024-12-20 6:30 UTC (2+ messages)
[PATCH v3 00/46] pxe: Support read_all() for extlinux and PXE
2024-12-20 4:07 UTC (95+ messages)
` [PATCH v3 01/46] x86: Make do_zboot_states() static
` [PATCH v3 02/46] x86: Rename zboot_run() to zboot_run_args()
` [PATCH v3 03/46] x86: Drop duplicate definition of zimage_dump()
` [PATCH v3 04/46] x86: Move x86 zboot state into struct bootm_info
` [PATCH v3 05/46] x86: Rename state to bmi
` [PATCH v3 06/46] x86: Move the bootm state for zimage into cmd/
` [PATCH v3 07/46] bootstd: Correct display of kernel version
` [PATCH v3 08/46] x86: Drop the unnecessary base_ptr argument to zboot_dump()
` [PATCH v3 09/46] boot: Use strlcpy() in label_boot()
` [PATCH v3 10/46] boot: Split pxe label_boot() into two parts
` [PATCH v3 11/46] boot: Split pxe label_run_boot() "
` [PATCH v3 12/46] boot: Pass just the FDT argument to label_process_fdt()
` [PATCH v3 13/46] bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LEN
` [PATCH v3 14/46] boot: Convert IMAGE_FORMAT into an enum
` [PATCH v3 15/46] boot: arm: riscv: sandbox: Add a format for the booti file
` [PATCH v3 16/46] boot: Support booti format in bootm
` [PATCH v3 17/46] boot: Support compressed booti images "
` [PATCH v3 18/46] boot: pxe: Use bootm_...() functions where possible
` [PATCH v3 19/46] pxe_utils: Simplify default fdt in label_run_boot()
` [PATCH v3 20/46] boot: pxe: Refactor label_run_boot() to avoid cmdline
` [PATCH v3 21/46] net: Keep the bootstage functions together
` [PATCH v3 22/46] net: Tidy up the comments to parse_args()
` [PATCH v3 23/46] net: Simplify parse_args()
` [PATCH v3 24/46] net: Return the load address from parse_args()
` [PATCH v3 25/46] net: Return the address and size from parse_addr_size()
` [PATCH v3 26/46] net: Return the size from parse_args()
` [PATCH v3 27/46] net: Refactor part of netboot_common() into a function
` [PATCH v3 28/46] net: Drop #ifdef in parse_args()
` [PATCH v3 29/46] net: Provide a function to run network operations
` [PATCH v3 30/46] boot: Avoid using the cmdline in bootmeth_pxe and pxe cmd
` [PATCH v3 31/46] pxe: Drop the cmdline parameter
` [PATCH v3 32/46] pxe: Record the bootflow in the PXE context
` [PATCH v3 33/46] pxe: Allow skipping the boot
` [PATCH v3 34/46] test: Update bootm test to restore silent_console
` [PATCH v3 35/46] bootmeth_extlinux: Move extlinux_info into plat
` [PATCH v3 36/46] bootmeth_extlinux: Move pxe_context "
` [PATCH v3 37/46] bootmeth: Refactor to put options in a common file
` [PATCH v3 38/46] bootmeth_pxe: Implement the fallback option
` [PATCH v3 39/46] bootmeth_pxe: Drop the driver-private data
` [PATCH v3 40/46] bootmeth_extlinux: Move boot code into common file
` [PATCH v3 41/46] bootstd: Update extlinux and pxe to allow boot interruption
` [PATCH v3 42/46] pxe: Collect the FDT in the bootflow
` [PATCH v3 43/46] pxe: Deal with a missing "
` [PATCH v3 44/46] boot: Detect booti format properly in pxe_utils
` [PATCH v3 45/46] pxe_utils: Refactor to separate reading from booting
` [PATCH v3 46/46] bootmeth_extlinux: Refactor extlinux to split boot
[PATCH] sandbox: Adjust configuration to hang on panic()
2024-12-20 3:59 UTC
[PATCH v2 00/17] imx: add i.MX95 support
2024-12-20 2:55 UTC (18+ messages)
` [PATCH v2 01/17] mailbox: add i.MX95 Messaging Unit (MU) driver
` [PATCH v2 02/17] firmware: scmi: smt: Interrupt communication enable
` [PATCH v2 03/17] pinctrl: nxp: add SCMI pin control protocol driver
` [PATCH v2 04/17] scmi_protocols: add SCMI misc protocol protocol_id and message_id for getting the ROM passover data
` [PATCH v2 05/17] scmi_protocols: add SCMI Performance domain management protocol message IDs
` [PATCH v2 06/17] clk: scmi: add the command CLOCK_PARENT_SET
` [PATCH v2 07/17] clk: scmi: check the clock state/parent/rate control permissions
` [PATCH v2 08/17] scmi_protocols: update struct scmi_base_discover_list_protocols_out
` [PATCH v2 09/17] imx9: scmi: add i.MX95 SoC and clock related code
` [PATCH v2 10/17] imx9: add i.MX95 Kconfig and Makefile
` [PATCH v2 11/17] imx9: scmi: soc: Override h_spl_load_read with trampoline buffer
` [PATCH v2 12/17] scmi: add the macro SCMI_MSG
` [PATCH v2 13/17] imx: Kconfig: IMX8_ROMAPI is not configured for i.MX95
` [PATCH v2 14/17] binman: add a new entry type for packing DDR PHY firmware images
` [PATCH v2 15/17] tools: imx8image: add i.MX95 support
` [PATCH v2 16/17] imx95_evk: add i.MX95 19x19 EVK board basic support
` [PATCH v2 17/17] imx: add V2X container support on i.MX95
[PATCH 0/3] fdt_support: improve board_fdt_chosen_bootargs() for flexibility
2024-12-20 2:41 UTC (6+ messages)
` [PATCH 1/3] include/fdt_support: fix docstyle to comply with kernel-doc requirements
` [PATCH 2/3] fdt_support: board_fdt_chosen_bootargs() should return const char*
` [PATCH 3/3] common: fdt: hand over original fdt bootargs into board chosen handler
[PATCH v1 0/2] TPS65219 U-Boot Driver Clean-Up
2024-12-20 2:04 UTC (7+ messages)
` [PATCH v1 2/2] power: replace magic numbers with macros
[PATCH 1/3] net: rswitch: Fold MPSM C45 setting into rswitch_mii_access_c45()
2024-12-20 0:48 UTC (3+ messages)
` [PATCH 2/3] net: rswitch: Add PHY C22 access support
` [PATCH 3/3] net: rswitch: Implement C22 to C45 access
[PATCH 1/1] doc: move tools/buildman/buildman.rst to doc/build
2024-12-20 0:34 UTC
[PATCH v4 0/5] rpi: Tidy up booting
2024-12-20 0:34 UTC (6+ messages)
` [PATCH v4 1/5] rpi: Add myself to the list of maintainers
` [PATCH v4 2/5] rpi: Set bootm_size to 512MB
` [PATCH v4 3/5] rpi: Drop fdt_high and initrd_high
` [PATCH v4 4/5] rpi: Update environment to support booti and large initrd
` [PATCH v4 5/5] rpi: Use the U-Boot control FDT for fdt_addr
[PATCH 1/1] buildman: allow specifying configuration fragments
2024-12-20 0:21 UTC
[PATCH] clk: renesas: r8a779h0: Drop CLK_PLL2_DIV2 to clarify ZCn clocks
2024-12-20 0:04 UTC
[PATCH 1/3] remoteproc: renesas: Add Renesas R-Car Gen4 remote processor driver
2024-12-20 0:02 UTC (3+ messages)
` [PATCH 2/3] arm64: dts: renesas: Add R8A779G0 V4H remoteproc DT node
` [PATCH 3/3] arm64: renesas: Enable CR52 remoteproc on R-Car R8A779G0 V4H
[PATCH] Makefile: Match the full path to ccache for filtering
2024-12-19 21:43 UTC (2+ messages)
[PATCH] imx: Fix usable memory ranges for imx8m SOCs
2024-12-19 21:43 UTC (3+ messages)
[PATCH] Revert "configs: JH7110: enable EFI_LOADER_BOUNCE_BUFFER"
2024-12-19 21:43 UTC (2+ messages)
[PATCH 1/1] net: lwip: check if network device is available in do_dhcp
2024-12-19 21:43 UTC (2+ messages)
[PATCH 1/1] net: lwip: do not return CMD_RET_USAGE if no interface
2024-12-19 21:43 UTC (2+ messages)
[PATCH v2] net: rswitch: Simplify code using clrsetbits_le32()
2024-12-19 21:21 UTC
[PATCH 0/3] Add fdt-fixups for AM62P variants
2024-12-19 19:58 UTC (3+ messages)
` [PATCH 3/3] arm: mach-k3: am62p: Fixup a53 max cpu frequency by speed-grade
[PATCH v4 00/19] vbe: Series part E
2024-12-19 18:29 UTC (20+ messages)
` [PATCH v4 01/19] spl: mmc: Avoid size growth in spl_mmc_find_device() debug
` [PATCH v4 02/19] image: Add a prototype for fit_image_get_phase()
` [PATCH v4 03/19] boot: Allow FIT to fall back from best-match option
` [PATCH v4 04/19] bootstd: Avoid sprintf() in SPL when creating bootdevs
` [PATCH v4 05/19] boot: Respect the load_op in fit_image_load()
` [PATCH v4 06/19] malloc: Show amount of used space when memory runs out
` [PATCH v4 07/19] malloc: Provide a simple malloc for VPL
` [PATCH v4 08/19] Support setting a maximum size for the VPL image
` [PATCH v4 09/19] spl: Report a loader failure
` [PATCH v4 10/19] spl: Allow serial to be disabled in any XPL phase
` [PATCH v4 11/19] spl: Support a relocated stack "
` [PATCH v4 12/19] spl: Drop use of uintptr_t
` [PATCH v4 13/19] spl: Drop a duplicate variable in boot_from_devices()
` [PATCH v4 14/19] spl: Add some more debugging to load_simple_fit()
` [PATCH v4 15/19] spl: lib: Allow for decompression in any SPL build
` [PATCH v4 16/19] boot: Allow use of FIT in TPL and VPL
` [PATCH v4 17/19] lib: Allow crc8 "
` [PATCH v4 18/19] boot: Imply CRC8 with VBE
` [PATCH v4 19/19] hash: Plumb crc8 into the hash functions
[PATCH RFC] image: apply FDTOs on FDT image node without a load property
2024-12-19 18:26 UTC (2+ messages)
[PATCH] crypto: fsl_hash: fixup alignment if necessary
2024-12-19 18:32 UTC
[PATCH] binman: Regenerate tools/binman/entries.rst
2024-12-19 17:51 UTC (2+ messages)
[GIT PULL] Please pull u-boot-dfu-20241219
2024-12-19 17:51 UTC (2+ messages)
[PATCH 0/2] Allow to append a list of directories in u_boot_pylib/tools.py
2024-12-19 17:51 UTC (2+ messages)
[PATCH v2 1/1] tools: binman: etype: Allow to replace 'NAME' in node names
2024-12-19 17:51 UTC (2+ messages)
[PATCH v4 1/3] aes: Allow to store randomly generated IV in the FIT
2024-12-19 17:51 UTC (6+ messages)
` [PATCH v4 3/3] tools: binman: Add tests for FIT with data encrypted by mkimage
[PATCH v2 1/2] tools: dtoc: Allow passing optional input directories
2024-12-19 17:51 UTC (2+ messages)
[PATCH] net: rswitch: Add missing cache invalidate of TX descriptor
2024-12-19 17:20 UTC (2+ messages)
[PATCH v2 0/4] Add pmem node for preserving distro ISO's
2024-12-19 16:13 UTC (3+ messages)
[PATCH] buildman: Add a way to build a particular target
2024-12-19 16:37 UTC (9+ messages)
[PATCH 1/2] bloblist: add api to get blob with size
2024-12-19 16:36 UTC (13+ messages)
` [PATCH 2/2] tpm: get tpm event log from bloblist
[PATCH 0/4] Misc. PowerPC MPC83xx fixes/cleanups
2024-12-19 16:16 UTC (9+ messages)
` [PATCH 2/4] powerpc: mpc83xx: Allow including initreg.h into multiple files
` [PATCH 4/4] gpio: mpc8xxx: Preserve pre-init state of outputs
[PATCH 4/4] board: vexpress64: enable bloblist for SPL handoff
2024-12-19 16:04 UTC (3+ messages)
[PATCH v3 00/10] SMBIOS improvements
2024-12-19 15:54 UTC (10+ messages)
` [PATCH v3 01/10] smbios: Refactor the smbios headfile
` [PATCH v3 07/10] armv8: Add arch-specific sysinfo platform driver
` [PATCH v3 10/10] configs: Enable sysinfo for QEMU Arm64
[PATCH v7 0/9] add the support of sha256_hmac and sha256_hkdf
2024-12-19 15:22 UTC (7+ messages)
` [PATCH v7 6/9] test: lib: add test for sha256_hmac
` [PATCH v7 7/9] lib: mbedtls: sha256: add support of key derivation
` [PATCH v7 8/9] test: lib: add test for "
[PATCH v6 0/2] cmd: Add support for optee commands
2024-12-19 15:09 UTC (3+ messages)
[PATCH 00/10] Make bootph tags transistive to parents
2024-12-19 15:09 UTC (7+ messages)
` [PATCH 09/10] fdtgrep: Allow propagating properties up to supernodes
[PATCH] common: memtop: Fix the return type for find_ram_top
2024-12-19 15:07 UTC (2+ messages)
[PATCH] RFC: efi: Attempt to support automatically running SCT
2024-12-19 15:07 UTC (3+ messages)
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