U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-18 03:56:03 to 2024-05-21 14:29:33 UTC [more...]

[PATCH 0/4] Adding support to load secure firmware for HS devices
 2024-05-21 14:29 UTC  (6+ messages)
` [PATCH 1/4] include: mach-k3: move k3 security functions to security.h
` [PATCH 2/4] drivers: remoteproc: ti_k3 : enable secure booting with firmware images
` [PATCH 3/4] include: env: ti: Add support for secure firmwares
` [PATCH 4/4] mach-k3: common.c: add a flag for booting authenticated rproc binaries

[PATCH v3] tpm-v2: allow algoirthm name to be configured for pcr_read and pcr_extend
 2024-05-21 14:10 UTC  (12+ messages)

[PATCH 0/7] MIPS: Enable EFI support
 2024-05-21 13:58 UTC  (3+ messages)
` [PATCH 2/7] efi: Allow runtime relocate to be disabled

[PATCH 1/1] Added arm64 assembly for examples/api crt0
 2024-05-21 13:21 UTC  (2+ messages)

u-boot and vendor GPL non-compliance
 2024-05-21 12:24 UTC 

[PATCH] Add support for am623 from BSH
 2024-05-21 11:15 UTC 

[PATCH] env: Invert gd->env_valid for env_mmc_save
 2024-05-21  8:16 UTC  (4+ messages)
    ` AW: "

[PATCH 0/3] k3-j721e: Enable OF_UPSTREAM for J721E
 2024-05-21  4:56 UTC  (5+ messages)
` [PATCH 1/3] arm: dts: k3-j721e-r5*: Introduce k3-j721e-r5.dtsi
` [PATCH 2/3] configs: j721e_sk: Move to separate defconfig for J721E SK board
` [PATCH 3/3] arm: dts: k3-j721e: Move to OF_UPSTREAM

[PATCH] ARM: imx: mx5: Enable BMODE command on MX53 Menlo board
 2024-05-21 12:51 UTC  (2+ messages)

[PATCH] ARM: dts: imx8mm: Enable CPLD_Dn pull down resistor on MX8Menlo
 2024-05-21 12:51 UTC  (2+ messages)

[PATCH] ARM: dts: imx8mm: Update iMX8MM Menlo board configuration
 2024-05-21 12:51 UTC  (2+ messages)

[PATCH v4 0/3] cyclic/watchdog patches
 2024-05-21 12:48 UTC  (8+ messages)
` [PATCH v4 1/3] cyclic: stop strdup'ing name in cyclic_register()
` [PATCH v4 2/3] wdt-uclass: prevent multiple cyclic_register calls
` [PATCH v4 3/3] cyclic: make clients embed a struct cyclic_info in their own data structure

[ANN] U-Boot v2024.07-rc3 released
 2024-05-21 12:16 UTC  (4+ messages)

[PATCH v2] fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled
 2024-05-21 12:04 UTC  (6+ messages)

[PATCH] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model
 2024-05-21 11:29 UTC  (3+ messages)

[PATCH] ARM: imx: Increase PHY auto-negotiation timeout to 20s on MX8Menlo
 2024-05-21 10:55 UTC  (3+ messages)

[PATCH] ARM: imx: mx5: Simplify TFTP server layout on MX53 Menlo board
 2024-05-21 10:49 UTC 

[PATCH v4 1/4] binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing
 2024-05-21 10:48 UTC  (4+ messages)
` [PATCH v4 2/4] ARM: dts: imx: Introduce SPL and FIT labels to i.MX8M DTs binman nodes
` [PATCH v4 3/4] ARM: dts: imx: Wrap i.MX8M binman SPL and FIT nodes in CST node if IMX_HAB enabled
` [PATCH v4 4/4] imx: hab: Use nxp_imx8mcst etype for i.MX8M flash.bin signing

[v3 1/2] doc: process.rst: Use subsubheading for "Phases of the Development Process"
 2024-05-21  9:27 UTC  (4+ messages)
` [v3 2/2] doc: process.rst: Document device tree resync rules

[PATCH 0/2] Add AM64x Support to PRUSS and PRU_RPROC driver
 2024-05-21  9:01 UTC  (3+ messages)

[PATCH v3 0/4] Clean-up patch set for MbedTLS integration
 2024-05-21  8:46 UTC  (3+ messages)
` [PATCH v3 4/4] include: Move snprintf to stdio.h

[PATCH v2 0/3] cyclic/watchdog patches
 2024-05-21  8:42 UTC  (7+ messages)
` [PATCH v2 3/3] cyclic: make clients embed a struct cyclic_info in their own data structure

[PATCH 00/10] xtensa: Enable qemu-xtensa board
 2024-05-21  8:20 UTC  (20+ messages)
` [PATCH 01/10] xtensa: Move dram_init to xtfpga board file
` [PATCH 02/10] xtensa: Correct define of _end symbol
` [PATCH 03/10] xtensa: Implement phys virt conversion for PTP_MMU
` [PATCH 04/10] xtensa: Define PLATFORM_ELFFLAGS
` [PATCH 05/10] xtensa: Bring in semihosting headers and config options
` [PATCH 06/10] drivers: serial: Add xtensa semihosting driver
` [PATCH 07/10] drivers: cpu: Add xtensa CPU driver
` [PATCH 08/10] dts/upsteam: Add Makefile for xtensa
` [PATCH 09/10] board: emulation: New board qemu-xtensa
` [PATCH 10/10] doc: New documentation for qemu-xtensa

[PATCH 00/11] 'eeprom' command improvements
 2024-05-21  7:13 UTC  (12+ messages)
` [PATCH 01/11] common: eeprom_layout: Assign default layout methods and parameters before specific ones
` [PATCH 02/11] common: eeprom_layout: Split field finding code from the field update function
` [PATCH 03/11] common: eeprom_field: Fix updating binary field
` [PATCH 04/11] common: eeprom_field: Drop unnecessary comparison
` [PATCH 05/11] cmd: eeprom: Fix usage help for the eeprom command
` [PATCH 06/11] cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option
` [PATCH 07/11] cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls
` [PATCH 08/11] cmd: eeprom: Refactor eeprom device specifier parsing
` [PATCH 09/11] cmd: eeprom: Refactor command execution into function by action
` [PATCH 10/11] cmd: eeprom: Don't read/write whole EEPROM if not necessary
` [PATCH 11/11] cmd: eeprom: Extend to EEPROMs probed via driver model

[PATCH v2] arm: dts: k3-j7200: Move to OF_UPSTREAM
 2024-05-21  5:48 UTC 

[PATCH v2 00/10] Add support for Ethernet Boot on SK-AM62
 2024-05-21  5:36 UTC  (12+ messages)
` [PATCH v2 06/10] arm: mach-k3: am625_init: Probe AM65 CPSW NUSS
` [PATCH v2 10/10] arch: arm: dts: k3-am62-sk-u-boot: Add missing "bootph-all" property to phy_gmii_sel node

[PATCH 2/2 v4] board: starfive: support Pine64 Star64 board
 2024-05-21  3:05 UTC  (2+ messages)

[PATCH RFC 0/4] pwm: sunxi: Add support Allwinner D1 PWM
 2024-05-20 23:37 UTC  (8+ messages)
` [PATCH RFC 3/4] "
` [PATCH FOR TESTING ONLY RFC 4/4] sunxi-d1s-t113: Add D1 and T113 PWM node

[PATCH 0/6] power: pmic: sunxi: consolidate AXP SPL drivers
 2024-05-20 16:31 UTC  (4+ messages)

[PATCH v2 0/3] arm: dts: am62-beagleplay: Fix Beagleplay Ethernet
 2024-05-20 15:56 UTC  (2+ messages)

[PATCH] ARM: dts: renesas: Remove leftovers after OF_UPSTREAM conversion
 2024-05-20 15:19 UTC  (2+ messages)

[PATCH v2] sysreset: add Qualcomm PSHOLD reset driver
 2024-05-20 15:06 UTC  (2+ messages)

[PATCH 1/4] MAINTAINERS: IPQ40XX: remove Luka Kovacic as maintainer
 2024-05-20 15:04 UTC  (2+ messages)

[PATCH v2 1/3] mach-ipq40xx: add CPU specific code
 2024-05-20 15:04 UTC  (2+ messages)

[Agilex7 M-series Platform Enablement v1 00/16]
 2024-05-20  8:39 UTC  (7+ messages)
` [Agilex7 M-series Platform Enablement v1 01/16] arch: arm: dts: Add dts and dtsi for new platform Agilex7 M-series
` [Agilex7 M-series Platform Enablement v1 16/16] configs: Add defconfig for "

[PATCH v4] cmd: move ELF load and boot to lib/elf.c
 2024-05-20 12:22 UTC 

[PATCH v3] cmd: move ELF load and boot to lib/elf.c
 2024-05-20 12:06 UTC 

[PATCH v3] cmd: move ELF load and boot to lib/elf.c
 2024-05-20 12:06 UTC 

[PATCH v2] cmd: move ELF load and boot to lib/elf.c
 2024-05-20 11:51 UTC  (3+ messages)
    ` Fwd: "

[RESEND PATCH 0/4] omap3: igep0x00: Fix boot failure and modernize the boards support
 2024-05-20 10:20 UTC  (6+ messages)
` [RESEND PATCH 1/4] omap3: igep00x0: Increase malloc() pool size
` [RESEND PATCH 2/4] omap3: igep0x00: Drop unused SPI support
` [RESEND PATCH 3/4] omap3: igep0x00: Update for DM SPL support
` [RESEND PATCH 4/4] omap3: igep0x00: Migrate to use upstream DT

[PATCH] ARM: dts: renesas: Reserve space in 64bit R-Car DTs
 2024-05-20  9:55 UTC  (2+ messages)

[PATCH v3 00/12] MIPS: Boston: Various enhancements
 2024-05-20  9:52 UTC  (24+ messages)
` [PATCH v3 01/12] pci: xilinx: Handle size of ecam region properly
` [PATCH v3 02/12] pci: auto: Reduce bridge mem alignment boundary for boston
` [PATCH v3 03/12] pci: Enable PCI_MAP_SYSTEM_MEMORY when ARCH_MAP_SYSMEM is not set
` [PATCH v3 06/12] MIPS: Provide dummy acpi_table.h
` [PATCH v3 07/12] MIPS: boston: Imply various options
` [PATCH v3 08/12] MIPS: boston: Provide default env vars
` [PATCH v3 09/12] clk: boston: Allow to get regmap from parent device
` [PATCH v3 10/12] dts/upstream: Add Makefile for MIPS
` [PATCH v3 11/12] MIPS: boston: Migrate to OF_UPSTREAM
` [PATCH v3 12/12] mailmap: Update email for Paul Burton

[PATCH v1 0/7] Add Starfive JH7110 Cadence USB driver
 2024-05-20  6:20 UTC  (3+ messages)

[PATCH 1/2 v4] board: starfive: support Pine64 Star64 board
 2024-05-20  4:42 UTC 

[PATCH v2 0/8] ECC Series
 2024-05-20  2:51 UTC  (4+ messages)
` [PATCH v2 5/8] drivers: ram: Kconfig: Add CONFIG_K3_INLINE_ECC

[PATCH v3 0/3] cyclic/watchdog patches
 2024-05-19 19:55 UTC  (4+ messages)
` [PATCH v3 1/3] cyclic: stop strdup'ing name in cyclic_register()
` [PATCH v3 2/3] wdt-uclass: prevent multiple cyclic_register calls
` [PATCH v3 3/3] cyclic: make clients embed a struct cyclic_info in their own data structure

[PATCH 0/3] Android partition load optimization
 2024-05-19 19:18 UTC  (4+ messages)
` [PATCH 1/3] abootcmd: Add load subcommand
` [PATCH 2/3] avb: Implement get_preloaded_partition callback
` [PATCH 3/3] abootimg: Implement smart image load feature

[PATCH 2/2 v3] board: starfive: support Pine64 Star64 board
 2024-05-19 14:45 UTC 

[PATCH 1/2 v3] board: starfive: support Pine64 Star64 board
 2024-05-19 14:45 UTC 

[PATCH] part: efi: Rely on a definition to specify the primary GPT position
 2024-05-19 15:35 UTC 

[PATCH 0/4] clk: sophgo: milkv_duo: Add and enable clock controller driver
 2024-05-19 15:07 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: clk: import header for clock controller of sophgo CV1800B
` [PATCH 2/4] clk: sophgo: cv1800b: Add clock controller driver for cv1800b SoC
` [PATCH 3/4] configs: milkv_duo: Enable clock controller
` [PATCH 4/4] riscv: dts: sophgo: Replace device clocks with real clocks

[PATCH] android: Fix ramdisk loading for bootimage v3+
 2024-05-19 13:09 UTC 

[PATCH 00/13] Arm64 big endian enablement
 2024-05-19 12:56 UTC  (14+ messages)
` [PATCH 01/13] tools/relocate-rela: Fix Big Endian elf64 handling
` [PATCH 02/13] arm: Don't select ARM_ASM_UNIFIED on arm64
` [PATCH 03/13] arm: Fix assembler.h for arm64
` [PATCH 04/13] arm: Introduce CPU_LE/CPU_BE macros
` [PATCH 05/13] arm: Define endian related bits in system.h
` [PATCH 06/13] armv8: Big Endian enablement for compiler and linker
` [PATCH 07/13] arm: Perform byte swap for read and write in io.h
` [PATCH 08/13] armv8: Allow endianness to be setted at reset entry
` [PATCH 09/13] armv8: spin_table: Perform byte swap for jump address
` [PATCH 10/13] lib/crc32: Don't perform byte swap for arm64 crc32b
` [PATCH 11/13] Kconfig: Unify endian support option
` [PATCH 12/13] config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possible
` [PATCH 13/13] qemu-arm: Big endian enablement for arm64

[PATCH] abootimg: Add init_boot image support
 2024-05-19 12:53 UTC 

Pull request efi-2024-07-rc3
 2024-05-18 21:12 UTC  (3+ messages)

[PATCH 0/3] sandbox: HOST_ARCH improvements
 2024-05-18 20:15 UTC  (5+ messages)
` [PATCH 1/3] sandbox: Move HOST_ARCH detection to Kconfig
` [PATCH 2/3] EFI: Make EFI loader depend sandbox HOST_ARCH

[PATCH v2 1/2] doc: Detailed example for netconsole setup
 2024-05-18 19:57 UTC  (4+ messages)

[RESEND PATCH 0/4] omap3: igep0x00: Fix boot failure and modernize the boards support
 2024-05-18 12:02 UTC  (5+ messages)
` [RESEND PATCH 1/4] omap3: igep00x0: Increase malloc() pool size
` [RESEND PATCH 2/4] omap3: igep0x00: Drop unused SPI support
` [RESEND PATCH 3/4] omap3: igep0x00: Update for DM SPL support
` [RESEND PATCH 4/4] omap3: igep0x00: Migrate to use upstream DT

[PATCH 1/2] doc: Detailed example for netconsole setup
 2024-05-18 11:00 UTC  (3+ messages)

[PATCH v3 1/2] doc: Detailed example for netconsole setup
 2024-05-18 10:47 UTC  (2+ messages)
` [PATCH v3 2/2] doc: Update netconsole examples, mention stderr

[PATCH RFC] doc: Document address spaces used by U-Boot
 2024-05-18 11:35 UTC  (3+ messages)

[PATCH] imx: hab: add documentation about the required keys/certs
 2024-05-18  8:30 UTC  (3+ messages)
` [PATCH v2] "


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