U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-18 19:25:23 to 2024-12-20 02:57:26 UTC [more...]

[PATCH v2 00/17] imx: add i.MX95 support
 2024-12-20  2:55 UTC  (15+ 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 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  (9+ messages)
  ` [PATCH v1 1/2] power: regulator: replace printf() with pr_err()
  ` [PATCH v1 2/2] power: replace magic numbers with macros

i.MX8/9: question about unused DDR PHY trained CSR board array
 2024-12-20  1:58 UTC  (4+ messages)

[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] acpi: don't fill FADT, MADT if CONFIG_QFW_ACPI=y
 2024-12-20  0:37 UTC 

[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  (7+ 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 0/2] Broadcom bcmbca dts updates
 2024-12-19 19:56 UTC  (4+ 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 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  (7+ 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/5] Add support for USB DFU boot on AM62Px
 2024-12-19 17:00 UTC  (17+ messages)
` [PATCH v2 3/5] configs: am62px_evm_a53_defconfig: enable USB DFU support
` [PATCH v2 4/5] arm: dts: k3-am62p5-sk-u-boot: enable USB0 for USB DFU boot
` [PATCH v2 5/5] doc: board: document support for USB DFU boot on AM62Px SoC

[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  (11+ messages)
` [PATCH 2/4] powerpc: mpc83xx: Allow including initreg.h into multiple files
` [PATCH 3/4] powerpc: mpc83xx: Use defined constant for SPCR[TBEN]
` [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  (14+ messages)
` [PATCH v7 1/9] tools: kwbimage.h: use linux/compiler_attributes.h
` [PATCH v7 2/9] tools: renesas_spkgimage.h: "
` [PATCH v7 3/9] mbedtls: enable support of hkdf
` [PATCH v7 4/9] lib: sha256: move common function to sha256_common.c
` [PATCH v7 5/9] lib: sha256: add feature sha256_hmac
` [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 v7 9/9] configs: sandbox: enable mbedtls

[PATCH v6 0/2] cmd: Add support for optee commands
 2024-12-19 15:09 UTC  (5+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] doc: man-page "

[PATCH v3 00/46] pxe: Support read_all() for extlinux and PXE
 2024-12-19 15:09 UTC  (4+ messages)
` [PATCH v3 17/46] boot: Support compressed booti images in bootm

[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] drivers: firmware: ti_sci: Add DM_FLAG_PRE_RELOC to driver
 2024-12-19 15:08 UTC  (5+ messages)

[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)

[PATCH 1/3] efi: Correct logic for OF_EMBED and OF_SEPARATE co-existing
 2024-12-19 14:12 UTC  (12+ messages)
` [PATCH 0/3] efi: Minor tweaks to the EFI app

[PATCH v6 0/9] add the support of sha256_hmac and sha256_hkdf
 2024-12-19 12:21 UTC  (3+ messages)

[PATCH] net: rswitch: Simplify code using clrsetbits_le32()
 2024-12-19 10:53 UTC 

[PATCH v5 0/8] Add Starfive JH7110 Cadence USB driver
 2024-12-19  8:28 UTC  (5+ messages)
` [PATCH v5 4/8] usb: cdns: starfive: Add cdns "
      ` 回复: "

imx8mp / Can't support legacy image
 2024-12-19  8:10 UTC 

[PATCH v3 0/3] mtd: nand: raw: Collected improvements
 2024-12-19  7:19 UTC  (9+ messages)
` [PATCH v3 3/3] mtd: nand: raw: atmel: Fix pulse read timing for certain NAND flashes

[PATCH v1 0/1] SoCFPGA: Add watchdog mode setting for Agilex 5
 2024-12-19  2:40 UTC  (4+ messages)
` [PATCH v1 1/1] arm: socfpga:agilex5: Fix system manager watchdog mode setting

[PATCH] arm: dts: k3-j721e-beagleboneai: Move to OF_UPSTREAM
 2024-12-19  5:30 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: Fix the spi_nor_read() when config SPI_STACKED_PARALLEL is enabled
 2024-12-19  4:21 UTC  (9+ messages)

[PATCH] phy: don't spam console if phys property is absent in device node
 2024-12-19  3:10 UTC  (2+ messages)

[PATCH] powerpc: Support using upstream devicetrees
 2024-12-19  3:10 UTC  (2+ messages)

[PATCH v2] verdin-am62: fix FASTBOOT_BUF_ADDR and FASTBOOT_BUF_SIZE
 2024-12-19  3:10 UTC  (2+ messages)

[PATCH v2 0/7] efi: Start to chip away at the EFI workaround
 2024-12-19  2:43 UTC  (27+ messages)
` [PATCH v2 1/7] efi_loader: Refactor device and image paths into a function
` [PATCH v2 2/7] efi_loader: Make efi_run_image() static
` [PATCH v2 3/7] efi_loader: Update efi_run_image() to accept image and device path
` [PATCH v2 4/7] efi_loader: Add a version of efi_binary_run() with more parameters
` [PATCH v2 5/7] efi_loader: Move the fallback code from efi_run_image()
` [PATCH v2 6/7] efi_loader: Pass in the required parameters from EFI bootmeth
` [PATCH v2 7/7] bootmeth_efi: Support PXE booting

[PATCH v3 0/7] efi: Start to chip away at the EFI workaround
 2024-12-19  2:38 UTC  (8+ messages)
` [PATCH v3 1/7] efi_loader: Refactor device and image paths into a function
` [PATCH v3 2/7] efi_loader: Make efi_run_image() static
` [PATCH v3 3/7] efi_loader: Update efi_run_image() to accept image and device path
` [PATCH v3 4/7] efi_loader: Add a version of efi_binary_run() with more parameters
` [PATCH v3 5/7] efi_loader: Move the fallback code from efi_run_image()
` [PATCH v3 6/7] efi_loader: Pass in the required parameters from EFI bootmeth
` [PATCH v3 7/7] bootmeth_efi: Support PXE booting

[PATCH 00/10] Cumulative fixes and updates for MediaTek ethernet driver
 2024-12-19  1:36 UTC  (5+ messages)
` [PATCH 02/10] arm: dts: mt7629: fix sgmii clock selection for ethernet

[PATCH 0/5] sandbox: repair compile and run-time for OF_EMBED case
 2024-12-18 23:26 UTC  (2+ messages)

[PATCH 1/1] arch: x86: lib: Add support of legacy 64-bit entry point at 0x200
 2024-12-18 23:26 UTC  (2+ messages)

[PATCH v2 1/2] fdt: Correct condition for receiving bloblist
 2024-12-18 23:26 UTC  (2+ messages)

[PATCH] dfu: Prevent set_dfu_alt_info() from overwriting a previous value
 2024-12-18 23:09 UTC  (3+ messages)

[PATCH v2] arm: dts: imx8mp-venice-gw7*xx: fix TPM reset
 2024-12-18 21:20 UTC 

[PATCH] gitlab: Add rock3a and 5b to the sjg lab
 2024-12-18 21:10 UTC 

[PATCH] net: renesas: Enable TFTP_TSIZE on all Renesas hardware
 2024-12-18 21:05 UTC  (4+ messages)

[PATCH] arm: dts: imx8mp-venice-gw72xx: fix TPM device
 2024-12-18 20:43 UTC 

Help with Falcon Mode on STM32MP157C-DK2
 2024-12-18 18:45 UTC 

[PATCH] imx8m*-venice: define suitable address for SPL_LOAD_FIT_ADDRESS
 2024-12-18 19:47 UTC 

[PATCH 1/2] drivers: misc: gsc: add support for fan controller
 2024-12-18 19:45 UTC  (2+ messages)
` [PATCH 2/2] drivers: misc: gsc: add support for prescaled

[PATCH] spi: mxc_spi: use proper clock for SPI bus
 2024-12-18 19:42 UTC 


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