public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2024-09-17 11:41:55 to 2024-09-19 07:01:47 UTC [more...]

[PATCH 0/3] env: mmc: fix use of two separate partitions with proper type GUID
 2024-09-19  7:01 UTC  (7+ messages)
` [PATCH 1/3] env: mmc: refactor mmc_offset_try_partition()
` [PATCH 3/3] env: mmc: rework mmc_env_partition_by_guid() to work with two separate partitions

[PATCH v3 00/30] Implement ACPI on aarch64
 2024-09-19  6:41 UTC  (9+ messages)
` [PATCH v3 14/30] efi_loader: Allocate and write ACPI tables
` [PATCH v3 22/30] board: emulation: Add QEMU sbsa support

[PATCH 00/19] Add Cadence NAND Driver support
 2024-09-19  6:05 UTC  (21+ messages)
` [PATCH 01/19] dt: nand: add cadence nand dt-bindings
` [PATCH 02/19] arm: dts: agilex5: Enabled cdns-nand dts setting
` [PATCH 03/19] include: asm: Add support to read/write 64-bit
` [PATCH 04/19] drivers: mtd: nand: Add driver for Cadence Nand
` [PATCH 05/19] drivers: mtd: nand: cadence: Add support for read status command
` [PATCH 06/19] drivers: mtd: nand: cadence: Add support for readid command
` [PATCH 07/19] drivers: mtd: nand: cadence: Add support for NAND_CMD_PARAM
` [PATCH 08/19] drivers: mtd: nand: cadence: Support NAND_CMD_RESET
` [PATCH 09/19] drivers: mtd: nand: cadence: Support cmd SET_FEATURES & GET_FEATURES
` [PATCH 10/19] drivers: mtd: nand: cadence: Flush dma descriptor
` [PATCH 11/19] drivers: mtd: nand: cadence: Poll for desc complete status
` [PATCH 12/19] drivers: mtd: nand: cadence: Use bounce buffer
` [PATCH 13/19] drivers: nand: Enabled Kconfig and Makefile for cdns-nand
` [PATCH 14/19] configs: nand2_defconfig: Enable configs for nand boot
` [PATCH 15/19] drivers: mtd: nand: base: Add support for Hardware ECC for check bad block
` [PATCH 16/19] drivers: mtd: nand: spl: Add support for nand SPL load image
` [PATCH 17/19] drivers: mtd: nand: Enabled Kconfig and Makefile for Cadence-SPL
` [PATCH 18/19] drivers: mtd: nand: Kconfig: Remove SYS_NAND_BLOCK_SIZE dependency
` [PATCH 19/19] drivers: mtd: nand: Kconfig: Enabled self-init for cdns-nand SPL

[PATCH 1/1] cmd: sbi: Add FWFT, MPXY extensions
 2024-09-19  5:28 UTC  (2+ messages)

[PATCH 0/3] Anbernic RGxx3 Bootloader Fixes
 2024-09-19  1:48 UTC  (5+ messages)
` [PATCH 3/3] board: rockchip: Fix panel detection for mainline A-TF

[PATCH v3 00/21] imx9: various update
 2024-09-19  4:01 UTC  (22+ messages)
` [PATCH v3 01/21] imx9: soc: wait ssar when power on power domain
` [PATCH v3 02/21] imx9: soc: Configure TRDC for M33 TCM access
` [PATCH v3 03/21] imx9: soc: imx9: soc: Align UID endianness with ROM
` [PATCH v3 04/21] imx9: soc: Print UID in big endian format for EL2GO
` [PATCH v3 05/21] imx9: soc: Change FSB directly access to fuse API
` [PATCH v3 06/21] imx9: soc: Change second Ethernet MAC fuse layout
` [PATCH v3 07/21] imx9: soc: Print ELE information
` [PATCH v3 08/21] imx9: soc: Add function to get target voltage mode
` [PATCH v3 09/21] imx9: clock: Update clock init function and sequence
` [PATCH v3 10/21] imx9: soc: Mask the wdog reset in src by default on i.mx9
` [PATCH v3 11/21] imx9: Add 233Mhz DDR PLL frequency
` [PATCH v3 12/21] imx8m: soc: Drop disable_pmu_cpu_nodes
` [PATCH v3 13/21] imx: Generalize disable_cpu_nodes
` [PATCH v3 14/21] imx9: soc: Disable cpu1 for variants that only has one A55 core
` [PATCH v3 15/21] imx93: Add Low performance parts 9302/9301 support
` [PATCH v3 16/21] imx: Generalize fixup_thermal_trips
` [PATCH v3 17/21] imx9: trdc: cleanup code
` [PATCH v3 18/21] imx9: trdc: introduce trdc_mbc_blk_num
` [PATCH v3 19/21] imx93_evk: spl: update pmic settings
` [PATCH v3 20/21] imx93_evk: Remove CONFIG_IMX9_LOW_DRIVE_MODE and ld defconfig
` [PATCH v3 21/21] imx93_evk: add back Low drive mode ddr timing file

[PATCH v2 00/21] imx9: various update
 2024-09-19  2:40 UTC  (25+ messages)
` [PATCH v2 01/21] imx9: soc: wait ssar when power on power domain
` [PATCH v2 02/21] imx9: soc: Configure TRDC for M33 TCM access
` [PATCH v2 03/21] imx9: soc: imx9: soc: Align UID endianness with ROM
` [PATCH v2 04/21] imx9: soc: Print UID in big endian format for EL2GO
` [PATCH v2 05/21] imx9: soc: Change FSB directly access to fuse API
` [PATCH v2 06/21] imx9: soc: Change second Ethernet MAC fuse layout
` [PATCH v2 07/21] imx9: soc: Print ELE information
` [PATCH v2 08/21] imx9: soc: Add function to get target voltage mode
` [PATCH v2 09/21] imx9: clock: Update clock init function and sequence
` [PATCH v2 10/21] imx9: soc: Mask the wdog reset in src by default on i.mx9
` [PATCH v2 11/21] imx9: Add 233Mhz DDR PLL frequency
` [PATCH v2 12/21] imx8m: soc: Drop disable_pmu_cpu_nodes
` [PATCH v2 13/21] imx: Generalize disable_cpu_nodes
` [PATCH v2 14/21] imx9: soc: Disable cpu1 for variants that only has one A55 core
` [PATCH v2 15/21] imx93: Add Low performance parts 9302/9301 support
` [PATCH v2 16/21] imx: Generalize fixup_thermal_trips
` [PATCH v2 17/21] imx9: trdc: cleanup code
` [PATCH v2 18/21] imx9: trdc: introduce trdc_mbc_blk_num
` [PATCH v2 19/21] imx93_evk: spl: update pmic settings
` [PATCH v2 20/21] imx93_evk: Remove CONFIG_IMX9_LOW_DRIVE_MODE and ld defconfig
` [PATCH v2 21/21] imx93_evk: add back Low drive mode ddr timing file

[PATCH v4 00/23] Fix various bugs
 2024-09-19  0:01 UTC  (2+ messages)

[PATCH 1/1] events: correct event_uninit() description
 2024-09-18 22:01 UTC 

[PATCH 1/1] boot: correct struct expo_action description
 2024-09-18 21:58 UTC 

[PATCH 1/1] sandbox: fix OS function descriptions
 2024-09-18 21:54 UTC 

[PATCH 1/1] efi_loader: correct efi_set_variable_int() description
 2024-09-18 21:51 UTC 

[PATCH 1/1] doc: include/getopt.h: remove comments confusing Sphinx
 2024-09-18 21:49 UTC 

[PATCH 1/1] cmd/efidebug: fix some function descriptions
 2024-09-18 21:43 UTC 

[PATCH 1/1] lmb: add missing LMB_NOOVERWRITE description
 2024-09-18 21:39 UTC 

[PATCH 1/1] efi_loader: fix some function descriptions
 2024-09-18 21:37 UTC 

[PATCH v6 0/6] FUSB302 USB-C controller support
 2024-09-18 17:24 UTC  (4+ messages)

[PATCH v4 00/35] Implement ACPI on aarch64
 2024-09-18 16:01 UTC  (37+ messages)
` [PATCH v4 01/35] acpi: x86: Move SPCR and DBG2 into common code
` [PATCH v4 02/35] acpi: x86: Write FADT in "
` [PATCH v4 03/35] acpi: x86: Move MADT to "
` [PATCH v4 04/35] acpi: Fix typo
` [PATCH v4 05/35] serial: serial_pl01x: Implement .getinfo() for PL01
` [PATCH v4 06/35] acpi: Add define for GTDT
` [PATCH v4 07/35] arm: acpi: Add generic ACPI methods
` [PATCH v4 08/35] acpi: Add fill_madt to acpi_ops
` [PATCH v4 09/35] acpi: acpi_table: Bump revisions
` [PATCH v4 10/35] acpi: Add ACPITAB for PPTT and GTDT
` [PATCH v4 11/35] acpi: acpi_table: Add IORT support
` [PATCH v4 12/35] acpi: Move function prototype
` [PATCH v4 13/35] acpi_table: Support platforms with unusable RSDT
` [PATCH v4 14/35] efi_loader: Allocate and write ACPI tables
` [PATCH v4 15/35] acpi: Add processor device
` [PATCH v4 16/35] drivers: usb: Add generic XHCI
` [PATCH v4 17/35] drivers: ata: Rename ahci_mvebu
` [PATCH v4 18/35] drivers/cpu: Add generic armv8 cpu driver
` [PATCH v4 19/35] arm: gic-v3-its: Rename objects
` [PATCH v4 20/35] arm: gic-v3-its: Implement of_xlate
` [PATCH v4 21/35] arm: lib: Add GICV2 driver
` [PATCH v4 22/35] drivers: misc: irq-uclass: Update irq_get_by_index
` [PATCH v4 23/35] drivers/arm: Implement acpi_fill_madt
` [PATCH v4 24/35] common: Enable BLOBLIST_TABLES on arm
` [PATCH v4 25/35] board: emulation: Add QEMU sbsa support
` [PATCH v4 26/35] arm: mach-bcm283x: Map the ARM local MMIO as well
` [PATCH v4 27/35] arm: mach-bcm283x: Bring in some header files from tianocore
` [PATCH v4 28/35] arm: bcm283x: Generate ACPI tables
` [PATCH v4 29/35] board: raspberrypi: Add ASL files from tianocore
` [PATCH v4 30/35] arm: cpu: Add ACPI parking protocol support
` [PATCH v4 31/35] armv8: cpu: Enable ACPI parking protocol
` [PATCH v4 32/35] arm: mach-bcm283x: Add ARMV8_MULTIENTRY support
` [PATCH v4 33/35] arm: mach-bcm283x: Enable ARMV8_MULTIENTRY
` [PATCH v4 34/35] bloblist: Fix use of uninitialized variable
` [PATCH v4 35/35] configs: Add RPI4 ACPI defconfig

[PATCH 0/2] mux: mmio: support "reg-mux" compatible
 2024-09-18 13:49 UTC  (3+ messages)
` [PATCH 1/2] mux: mmio: Support "
` [PATCH 2/2] phy: cadence: sierra: Don't spam console

[PATCH v3 0/4] Rockchip: Allow to silent TPL/SPL debug console
 2024-09-18 13:01 UTC  (5+ messages)
` [PATCH v3 1/4] debug_uart: Replace debug functions with dummies if CONFIG_DEBUG_UART is not set
` [PATCH v3 2/4] ram: rockchip: Fix dependency of RAM_ROCKCHIP_DEBUG
` [PATCH v3 3/4] rockchip: px30: Weaken dependency TPL/SPL serial
` [PATCH v3 4/4] rockchip: px30: Fix hard dependency to DEBUG_UART_BOARD_INIT

[PATCH v13 0/8] spi-nor: Add parallel and stacked memories support
 2024-09-18 11:18 UTC  (2+ messages)

[PATCH 00/13] ufs: enhancements to support Qualcomm UFS controllers
 2024-09-18 10:47 UTC  (6+ messages)

[PATCH] Makefile: pass external DTB provided by make variable EXT_DTB to binman
 2024-09-18  9:03 UTC 

[RESEND PATCH v1 0/2] cmd: ubi: check 'updating' before calling ubi_more_update_data()
 2024-09-17 17:53 UTC  (3+ messages)
` [RESEND PATCH v1 1/2] cmd: ubi: remove redundant initializations
` [RESEND PATCH v1 2/2] cmd: ubi: check 'updating' before calling ubi_more_update_data()

[PATCH v7 00/27] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-09-17  6:41 UTC  (3+ messages)
` [PATCH v7 06/27] mbedtls: add digest shim layer for MbedTLS

[PATCH v2 0/7] add support for Enclustra Mercury AA1 SoMs
 2024-09-17  6:21 UTC  (8+ messages)
` [PATCH v2 1/7] doc: board: enclustra: add Enclustra Intel AA1 SoM
` [PATCH v2 2/7] ARM: dts: socfpga: add Enclustra Intel AA1
` [PATCH v2 3/7] ARM: socfpga: add Enclustra AA1 SoM support
` [PATCH v2 4/7] ARM: socfpga: add Enclustra AA1 extra env settings
` [PATCH v2 5/7] ARM: socfpga: add Enclustra AA1 demo env files
` [PATCH v2 6/7] ARM: socfpga: add Enclustra AA1 boot scripts
` [PATCH v2 7/7] ARM: socfpga: AA1: support MAC from secure eeprom

[PATCH 00/21] imx9: various update
 2024-09-18  0:48 UTC  (23+ messages)
` [PATCH 03/21] imx9: soc: Serial No align with rom setting
` [PATCH 04/21] imx9: soc: Print UID in big endian format for EL2GO
` [PATCH 05/21] imx9: soc: Change FSB directly access to fuse API
` [PATCH 06/21] imx9: soc: Change second Ethernet MAC fuse layout
` [PATCH 07/21] imx9: soc: Add function to get target voltage mode
` [PATCH 12/21] imx: generialize disable_cpu_nodes
` [PATCH 21/21] imx93_evk: Enable M.2 VPCIe_3V3 and deassert SD3_nRST

[PATCH v2 00/20] arm: Initial support for Analog Devices SC5xx boards
 2024-09-17 23:48 UTC  (2+ messages)

[PATCH v3] cmd: mmc: Allow using partition name in mmc erase command
 2024-09-17 23:48 UTC  (2+ messages)

[PATCH] cmd: osd: Depend on OSD
 2024-09-17 23:48 UTC  (2+ messages)

[PATCH v2] mmc: Hide mmc speed command under mmc command
 2024-09-17 23:48 UTC  (2+ messages)

[PATCH v1 0/3] Arm: npcm: modify npcm8xx boot setting
 2024-09-17 23:48 UTC  (2+ messages)

[PATCH] drivers/crypto: aspeed: Add Caliptra SHA ACC support
 2024-09-17 23:48 UTC  (2+ messages)

[PATCH v5 00/14] efi: Add a test for EFI bootmeth
 2024-09-17 22:19 UTC  (17+ messages)
` [PATCH v5 10/14] efi_loader: Disable ANSI output for tests
` [PATCH v5 12/14] efi_loader: Avoid using sandbox virtio devices
` [PATCH v5 13/14] test: efi: boot: Set up an image suitable for EFI testing

[PATCH v2 1/2] regulator: rk8xx: Fix buck get and set enabled state on RK806
 2024-09-17 20:59 UTC  (2+ messages)
` [PATCH v2 2/2] regulator: rk8xx: Use buck variable consistently

[PATCH 0/7] mtd: nand: brcmnand: Backported fixes from Linux
 2024-09-17 19:07 UTC  (7+ messages)

[PATCH 1/3] test_fs: Allow running unprivileged
 2024-09-17 17:24 UTC  (6+ messages)

[PATCH] dts: beagleboneai64: Add boothph in chipid node
 2024-09-17 17:16 UTC  (3+ messages)

[PATCH] mtd: spi-nor: scale up timeout for full-chip erase
 2024-09-17 15:58 UTC  (3+ messages)

[PATCH v3] da9063: Add watchdog support
 2024-09-17 13:55 UTC 

[PATCH v2] da9063: Add watchdog support
 2024-09-17 13:41 UTC 

[PATCH] da9063: Add watchdog support
 2024-09-17 13:40 UTC  (2+ messages)

[PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-09-17 13:01 UTC  (8+ messages)
` [PATCH v6 07/28] hash: integrate hash on mbedtls

[PATCH 00/16] Make EFI memory allocations synchronous with LMB
 2024-09-17 12:36 UTC  (16+ messages)
` [PATCH 01/16] lmb: add versions of the lmb API with flags
` [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification
` [PATCH 03/16] efi: memory: use the lmb API's for allocating and freeing memory
` [PATCH 04/16] event: add event to notify lmb memory map changes
` [PATCH 05/16] lib: Kconfig: add a config symbol for getting lmb memory map updates

[PATCH v2 0/2] ARM: meson: libretech-ac: add support for EFI Capsules Update
 2024-09-17 12:34 UTC  (3+ messages)
` [PATCH v2 1/2] board: libretech-ac: move board support into dedicated directory
` [PATCH v2 2/2] board: libre-computer: aml-s805x-cc: Enable capsule updates

[PATCH] dfu: sf: rely on DT for spi speed and mode
 2024-09-17 12:24 UTC 

[PATCH] efi_loader: Don't allocate from Special purpose memory
 2024-09-17 11:47 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