U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-29 10:43:29 to 2024-08-30 15:58:04 UTC [more...]

[PATCH V3 0/9] Add Anbernic RG35XX-2024
 2024-08-30 15:55 UTC  (3+ messages)
` [PATCH V3 1/9] sunxi: H616: dram: LPDDR4: adjust settings
` [PATCH V3 2/9] sunxi: H616: DRAM: Add alternative pin mapping

[PATCH v2] config: imx: Define CFG_SYS_UBOOT_BASE for Phytec's imx8mm SoM QSPI boot
 2024-08-30 15:19 UTC  (5+ messages)

[u-boot-test-hooks PATCH v4 0/3] Add support for Labgrid
 2024-08-30 15:13 UTC  (18+ messages)
` [u-boot-test-hooks PATCH v4 3/3] Provide some basic scripts for Labgrid integration

[PATCH v6 00/11] Add support for Ethernet Boot on SK-AM62
 2024-08-30 15:06 UTC  (4+ messages)
` [PATCH v6 05/11] soc: ti: k3-navss-ringacc: Fix reconfiguration of qmode API

My labgrid setup
 2024-08-30 14:30 UTC  (3+ messages)

[PATCH 00/13] Miscellaneous fixes
 2024-08-30 14:27 UTC  (12+ messages)
` [PATCH 05/13] net: fm: call dtsec_init_phy() only when it is defined
` [PATCH 08/13] net: ftgmac100: depend on NET
` [PATCH 09/13] net: wget: allow EFI boot

[PATCH v5 00/20] labgrid: Provide an integration with Labgrid
 2024-08-30 14:26 UTC  (21+ messages)
` [PATCH v5 01/20] test: Allow signaling that U-Boot is ready
` [PATCH v5 03/20] test: Pass stderr to stdout
` [PATCH v5 08/20] test: Introduce the concept of a role
` [PATCH v5 17/20] test: Try to shut down the lab console gracefully

[u-boot-test-hooks][PATCH 1/2] bin/writer.rpi_mount: Use kernel= and simplify logic
 2024-08-30 14:19 UTC  (6+ messages)
` [u-boot-test-hooks][PATCH 2/2] bin/flashair.rpi: "

[PATCH 00/19] vbe: Series part E
 2024-08-30 12:18 UTC  (28+ messages)
` [PATCH 01/19] image: Add a prototype for fit_image_get_phase()
` [PATCH 02/19] serial: ns16550: Allow clocks to be missing
` [PATCH 03/19] boot: Allow FIT to fall back from best-match option
` [PATCH 04/19] bootstd: Avoid sprintf() in SPL when creating bootdevs
` [PATCH 05/19] boot: Respect the load_op in fit_image_load()
` [PATCH 06/19] malloc: Show amount of used space when memory runs out
` [PATCH 07/19] malloc: Provide a simple malloc for VPL
` [PATCH 08/19] Support setting a maximum size for the VPL image
` [PATCH 09/19] spl: Report a loader failure
` [PATCH 10/19] spl: Allow serial to be disabled in any XPL phase
` [PATCH 11/19] spl: Support a relocated stack "
` [PATCH 12/19] spl: Drop use of uintptr_t
` [PATCH 13/19] spl: Drop a duplicate variable in boot_from_devices()
` [PATCH 14/19] spl: Add some more debugging to load_simple_fit()
` [PATCH 15/19] spl: lib: Allow for decompression in any SPL build
` [PATCH 16/19] boot: Allow use of FIT in TPL and VPL
` [PATCH 17/19] lib: Allow crc8 "
` [PATCH 18/19] boot: Imply CRC8 with VBE
` [PATCH 19/19] hash: Plumb crc8 into the hash functions

[PATCH] mtd: nand: raw: atmel: remove unnecessary return value
 2024-08-30  7:05 UTC  (3+ messages)

[PATCH v8 00/11] efi: CapsuleUpdate: support for dynamic UUIDs
 2024-08-30 12:34 UTC  (12+ messages)
` [PATCH v8 01/11] efi: define struct efi_guid
` [PATCH v8 02/11] lib: uuid: add UUID v5 support
` [PATCH v8 03/11] efi: add a helper to generate dynamic UUIDs
` [PATCH v8 04/11] doc: uefi: document dynamic UUID generation
` [PATCH v8 05/11] sandbox: switch to dynamic UUIDs
` [PATCH v8 06/11] lib: uuid: supporting building as part of host tools
` [PATCH v8 07/11] include: export uuid.h
` [PATCH v8 08/11] tools: mkeficapsule: use u-boot UUID library
` [PATCH v8 09/11] tools: mkeficapsule: support generating dynamic GUIDs
` [PATCH v8 10/11] test: lib/uuid: add unit tests for dynamic UUIDs
` [PATCH v8 11/11] test: lib/uuid: add tests for UUID version/variant bits

[PATCH v2 00/16] Miscellaneous fixes
 2024-08-30 12:01 UTC  (21+ messages)
` [PATCH v2 01/16] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word
` [PATCH v2 02/16] buildman/toolchain.py: set CROSS_COMPILE only if self.cross is set
` [PATCH v2 03/16] flash: prefix error codes with FL_
` [PATCH v2 04/16] at91: rename mem_init() to at91_mem_init()
` [PATCH v2 05/16] arm: omap2: add missing #include <netdev.h>
` [PATCH v2 06/16] net: fm: call dtsec_init_phy() only when it is defined
` [PATCH v2 07/16] net: wget: removed unused function wget_success()
` [PATCH v2 08/16] net: phy: ncsi: depend on NET
` [PATCH v2 09/16] net: ftgmac100: "
` [PATCH v2 10/16] net: wget: allow EFI boot
` [PATCH v2 11/16] net: fec_mxc_init(): do not ignore return status of fec_open()
` [PATCH v2 12/16] test/py: net_boot: fix comment
` [PATCH v2 13/16] test/py: test_efi_loader: add missing dependency on cmd_tftpboot
` [PATCH v2 14/16] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
` [PATCH v2 15/16] common: update: UPDATE_COMMON implies CMD_TFTPBOOT
` [PATCH v2 16/16] cmd: pxe: CMD_PXE "

[PATCH v2] Kconfig: clean up the efi configuration status
 2024-08-30 11:45 UTC 

[PATCH 0/6] Miscellaneous FWU fixes
 2024-08-30 11:40 UTC  (7+ messages)
` [PATCH 1/6] fwu: v2: perform some checks before reading metadata
` [PATCH 2/6] fwu: v2: try reading both copies of metadata
` [PATCH 3/6] fwu: v1: do a version check for the metadata
` [PATCH 4/6] fwu: check all images for transitioning out of Trial State
` [PATCH 5/6] fwu: add dependency checks for selecting FWU metadata version
` [PATCH 6/6] fwu: do not allow capsule processing on exceeding Trial Counter threshold

[PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-08-30  9:36 UTC  (4+ messages)
` [PATCH v6 07/28] hash: integrate hash on mbedtls

[PATCH v9 00/23] Introduce the lwIP network stack
 2024-08-30  9:27 UTC  (11+ messages)
` [PATCH v9 18/37] net: eth-uclass: add function eth_start_udev()
` [PATCH v9 20/37] net-lwip: add DHCP support and dhcp commmand
` [PATCH v9 35/37] [TESTING] Kconfig: enable NET_LWIP by default except for SANDBOX

[PATCH 00/13] phycore-am62/4: Add more boot sources
 2024-08-30  9:09 UTC  (14+ messages)
` [PATCH 01/13] configs: phycore_am64x_a53_defconfig: Enable CONFIG_OF_BOARD_SETUP
` [PATCH 02/13] include: env: phytec: k3_mmc: Rename variables
` [PATCH 03/13] include: env: phytec: Add raucinit to k3_mmc environment
` [PATCH 04/13] include: net: phytec: Add K3 network boot logic
` [PATCH 05/13] include: env: phytec: Add K3 boot logic for OSPI/QSPI flashes
` [PATCH 06/13] board: phytec: phycore_am62x: Add Network/SPI Boot
` [PATCH 07/13] board: phytec: phycore_am64x: "
` [PATCH 08/13] configs: phycore_am62x_a53_defconfig: Make BOOTCMD generic
` [PATCH 09/13] configs: phycore_am64x_a53_defconfig: "
` [PATCH 10/13] configs: phycore_am62x_a53_defconfig: Merge am62x_a53_usbdfu.config
` [PATCH 11/13] configs: Add phycore_am62x_r5_usbdfu_defconfig
` [PATCH 12/13] configs: phycore_am62x_a53_defconfig: Fix CONFIG_ENV_SIZE
` [PATCH 13/13] configs: phycore_am62x_*_defconfig: Set PHYTEC as Manufacturer

[PATCH] drivers/crypto: aspeed: Add Caliptra SHA ACC support
 2024-08-30  7:23 UTC 

[PATCH v4 0/9] Add Starfive JH7110 Cadence USB driver
 2024-08-30  5:52 UTC  (15+ messages)
` [PATCH v4 1/9] usb: cdns3: Set USB PHY mode in cdns3_drd_update_mode()
` [PATCH v4 2/9] phy: starfive: Add Starfive JH7110 USB 2.0 PHY driver
` [PATCH v4 3/9] phy: starfive: Add Starfive JH7110 PCIe "
` [PATCH v4 4/9] usb: cdns: starfive: Add cdns USB driver
` [PATCH v4 7/9] dts: starfive: Add JH7110 Cadence USB dts node
` [PATCH v4 8/9] spl: starfive: star64: Setup USB fdt fixup function

[PATCH] mtd: spi-nor-ids: Add support for S28HS256T
 2024-08-30  5:00 UTC 

[PATCH 1/1] riscv: define find_{first,next}_zero_bit in asm/bitops.h
 2024-08-30  2:28 UTC  (4+ messages)
` [PATCH 1/1] riscv: define find_{first, next}_zero_bit "

[PATCH 00/18] vbe: Series part D
 2024-08-30  1:46 UTC  (9+ messages)
` [PATCH 13/18] mmc: Add more debugging for SPL

[u-boot-test-hooks][PATCH] labgrid: Add wrapper scripts around using labgrid-client for device control
 2024-08-30  1:06 UTC  (2+ messages)

xPL terminology
 2024-08-30  1:06 UTC  (5+ messages)

[PATCH 1/2] bootm: adjust the print format
 2024-08-30  0:58 UTC  (7+ messages)
` [PATCH 2/2] cmd: booti: "

[PATCH] u-boot: Ensure we use BFD as linker even if using GCC for it
 2024-08-30  0:43 UTC 

[PATCH v2] mtd: spi-nor: Disable chip erase for S28HS02GT flash
 2024-08-30  0:24 UTC  (2+ messages)

[PATCH] mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon 2Gb parts
 2024-08-30  0:05 UTC 

[PATCH 0/6] Add ESM Support for J7200
 2024-08-29 18:10 UTC  (7+ messages)
` [PATCH 1/6] arm: dts: k3-j7200-r5: Add the pmic node in R5 dt
        ` [EXTERNAL] "

[GIT PULL] Please pull u-boot-imx-master-20240829
 2024-08-29 17:07 UTC  (2+ messages)

[PATCH 00/20] arm: Initial support for Analog Devices SC5xx boards
 2024-08-29 17:00 UTC  (6+ messages)

[PATCH 00/15] binman: More patches to support VBE
 2024-08-29 15:01 UTC  (3+ messages)

[PATCH 00/35] global_data: Reduce size of struct global_data
 2024-08-29 15:01 UTC  (6+ messages)
` [PATCH 12/35] global_data: Convert have_console into a flag

[PATCH v2 0/3] efi: Start tidying up memory management
 2024-08-29 14:14 UTC  (11+ messages)
` [PATCH v2 2/3] efi: Convert device_path allocation to use malloc()

[PATCH v4 1/4] binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing
 2024-08-29 14:05 UTC  (10+ messages)

[RFC PATCH 0/1] env: introduce variable value ranges
 2024-08-29 14:04 UTC  (3+ messages)
` [RFC PATCH 1/1] env: introduce variable ranges

[PATCH 00/10] SMBIOS improvements
 2024-08-29 14:05 UTC  (3+ messages)
` [PATCH 02/10] sysinfo: Add sysinfo driver and data structure for SMBIOS

RPI CM4 - I2C BUS and Device Tree
 2024-08-29 14:05 UTC  (4+ messages)

[PATCH v2 00/32] Make LMB memory map global and persistent
 2024-08-29 14:05 UTC  (9+ messages)
` [PATCH v2 14/32] lmb: introduce a function to add memory to the lmb memory map

[PATCH 0/4] Rockchip: Allow to silent TPL/SPL debug console
 2024-08-29 14:04 UTC  (3+ messages)
` [PATCH 1/4] debug_uart: Replace debug functions with dummies if CONFIG_DEBUG_UART is not set

Grub doesn’t load devicetree
 2024-08-29 13:25 UTC  (8+ messages)

[PATCH 1/2] watchdog: Add a driver for the photonicat watchdog
 2024-08-29  8:30 UTC  (2+ messages)

[PATCH] mach-imx: do not use if_changed more than once per target
 2024-08-29 12:52 UTC  (2+ messages)

[PATCH] mkimage: ecdsa: add nodes to signature/key node
 2024-08-29 12:44 UTC 

[PATCH] ram: k3-ddrss: Handle error properly in lpddr4_start
 2024-08-29 12:21 UTC  (2+ messages)

[PATCH 0/2] bootstage: Fix unstash and sorting of records
 2024-08-29 12:17 UTC  (11+ messages)
` [PATCH 2/2] bootstage: Do not sort records

[PATCH] test/py/tests/test_bootstage.py: Combine stash/unstash tests
 2024-08-29 11:52 UTC  (2+ messages)

[PATCH] test/py: spi: Set the expected error message
 2024-08-29 11:55 UTC  (2+ messages)

[PATCH] configs: verdin-imx8m[mp]: set CONFIG_SPL_LOAD_FIT_ADDRESS
 2024-08-29 11:35 UTC  (2+ messages)


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