U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-19 07:04:43 to 2024-09-20 07:28:06 UTC [more...]

[PATCH v2] Kconfig: clean up the efi configuration status
 2024-09-20  4:49 UTC  (3+ messages)

[PATCH v2 00/18] vbe: Series part D
 2024-09-20  7:24 UTC  (19+ messages)
` [PATCH v2 01/18] sandbox: Add missing header file
` [PATCH v2 02/18] bootstd: Add stub for bootdev_setup_for_sibling_blk()
` [PATCH v2 03/18] gzip: Correct function comment for gunzip()
` [PATCH v2 04/18] fdtdec: Support separate BSS for all XPL builds
` [PATCH v2 05/18] tiny-printf: Correct return values
` [PATCH v2 06/18] tpl: Support numbered aliases in device tree
` [PATCH v2 07/18] ram: Support driver model in VPL
` [PATCH v2 08/18] serial: Support debug UART in TPL
` [PATCH v2 09/18] armv8: Support not having separate BSS
` [PATCH v2 10/18] arm: cache: Drop a stale comment
` [PATCH v2 11/18] arm: Fix up a stale comment in sections.c
` [PATCH v2 12/18] mmc: Support driver model in TPL
` [PATCH v2 13/18] mmc: Add more debugging for SPL
` [PATCH v2 14/18] mmc: Log the error when init fails
` [PATCH v2 15/18] mmc: rockchip: Log some error returns
` [PATCH v2 16/18] mmc: rockchip: Allow clocks to be missing
` [PATCH v2 17/18] rockchip: mmc: Fix a missing colon and newline
` [PATCH v2 18/18] rockchip: Provided SPL control over efuse presence

[PATCH v2 0/3] Add AMD UFS platfrom driver support
 2024-09-20  7:06 UTC  (6+ messages)
` [PATCH v2 1/3] ufs: add support for DesignWare Controller
` [PATCH v2 2/3] ufs: ufs-amd-versal2: Add support for AMD UFS controller
` [PATCH v2 3/3] configs: versal2: Add support for AMD UFS platform driver

[PATCH v1 00/20] SoCFPGA: Add Boot Support for Agilex 5 in U-Boot
 2024-09-20  7:02 UTC  (21+ messages)
` [PATCH v1 01/20] arm: socfpga: agilex5: Add new system manager base addresses
` [PATCH v1 02/20] arm: socfpga: Add support for agilex5 clock manager
` [PATCH v1 03/20] linker: Add SPL linker script for SoC64 devices
` [PATCH v1 04/20] arm: socfpga: agilex5: Add low level initialization
` [PATCH v1 05/20] arm: socfpga: Add handoff data support for SoCFPGA Agilex5 device
` [PATCH v1 06/20] arm: dts: agilex5: Add HPS cache coherency unit configuration settings
` [PATCH v1 07/20] arm: dts: agilex5: Add firewall configure settings
` [PATCH v1 08/20] arm: dts: agilex5: Enable XGMAC
` [PATCH v1 09/20] sysreset: Add reset support to SoCFPGA Agilex5 device
` [PATCH v1 10/20] arm: socfpga: agilex5: Enable cache flush for system memory cache in CCU
` [PATCH v1 11/20] arm: socfpga: agilex5: Add SMMU initialization
` [PATCH v1 12/20] arm: socfpga: agilex5: Update CPU info
` [PATCH v1 13/20] arm: socfpga: Export board ID as U-Boot environment variable
` [PATCH v1 14/20] configs: agilex5: Add configuration for malloc pool
` [PATCH v1 15/20] arm: socfpga: smc: Add memory coherency support to mailbox command
` [PATCH v1 16/20] ddr: altera: Add DDR driver for Agilex5 series
` [PATCH v1 17/20] arm: socfpga: agilex5: Add SPL for Agilex5 SoCFPGA
` [PATCH v1 18/20] configs: socfpga: soc64: agilex5: Enable XGMAC
` [PATCH v1 19/20] arm: socfpga: soc64: Add support for board_boot_order()
` [PATCH v1 20/20] configs: socfpga: soc64: agilex5: Enable QSPI boot with UBI / UBIFS

[PATCH v4 00/35] Implement ACPI on aarch64
 2024-09-20  6:36 UTC  (44+ messages)
` [PATCH v4 02/35] acpi: x86: Write FADT in common code
` [PATCH v4 08/35] acpi: Add fill_madt to acpi_ops
` [PATCH v4 14/35] efi_loader: Allocate and write ACPI tables
` [PATCH v4 18/35] drivers/cpu: Add generic armv8 cpu driver
` [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 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 34/35] bloblist: Fix use of uninitialized variable
` [PATCH v4 35/35] configs: Add RPI4 ACPI defconfig

[PATCH v6 00/19] labgrid: Provide an integration with Labgrid
 2024-09-20  6:01 UTC  (20+ messages)
` [PATCH v6 01/19] test: Allow signaling that U-Boot is ready
` [PATCH v6 02/19] test: Use a constant for the test timeout
` [PATCH v6 03/19] test: Release board after tests complete
` [PATCH v6 04/19] test: Allow connecting to a running board
` [PATCH v6 05/19] test: Avoid failing skipped tests
` [PATCH v6 06/19] test: Create a common function to get the config
` [PATCH v6 07/19] test: Introduce the concept of a role
` [PATCH v6 08/19] test: Move the receive code into a function
` [PATCH v6 09/19] test: Separate out the exception handling
` [PATCH v6 10/19] test: Detect dead connections
` [PATCH v6 11/19] test: Tidy up remaining exceptions
` [PATCH v6 12/19] test: Introduce lab mode
` [PATCH v6 13/19] test: Improve handling of sending commands
` [PATCH v6 14/19] test: Fix mulptiplex_log typo
` [PATCH v6 15/19] test: Avoid double echo when starting up
` [PATCH v6 16/19] test: Try to shut down the lab console gracefully
` [PATCH v6 17/19] test: Add a section for closing the connection
` [PATCH v6 18/19] test: Support testing with two board-builds
` [PATCH v6 19/19] CI: Allow running tests on sjg lab

[PATCH 00/16] Make EFI memory allocations synchronous with LMB
 2024-09-20  4:33 UTC  (6+ messages)
` [PATCH 02/16] lmb: add a flag to allow suppressing memory map change notification

[PATCH] mtd: spi-nor: scale up timeout for full-chip erase
 2024-09-20  1:20 UTC  (2+ messages)

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

[GIT PULL] Please pull u-boot-imx-next-20240919
 2024-09-19 22:06 UTC  (2+ messages)

Pull request for fwu-next-19092024
 2024-09-19 22:05 UTC  (2+ messages)

[PATCH v13 0/8] spi-nor: Add parallel and stacked memories support
 2024-09-19 22:05 UTC  (3+ messages)

[PATCH] arm: imx: fix board_mmc_init for google coral
 2024-09-19 18:26 UTC  (3+ messages)

[PATCH 00/10] SMBIOS improvements
 2024-09-19 17:48 UTC  (11+ messages)

[PATCH v5 00/14] efi: Add a test for EFI bootmeth
 2024-09-19 17:45 UTC  (23+ 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 00/19] vbe: Series part E
 2024-09-19 14:11 UTC  (3+ messages)

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

[PATCH v3 0/9] led: introduce LED boot and activity function
 2024-09-19 17:20 UTC  (17+ messages)
` [PATCH v3 1/9] led: turn LED ON on initial SW blink
` [PATCH v3 2/9] led: implement led_set_state/period_by_label
` [PATCH v3 3/9] led: implement LED boot API
` [PATCH v3 4/9] common: board_r: rework BOOT LED handling
` [PATCH v3 5/9] led: implement LED activity API
` [PATCH v3 6/9] tftp: implement support for LED activity

[PATCH v1] net: xilinx: axi_emac: DMA transfer termination fix
 2024-09-19 17:00 UTC 

[PATCHv2 0/1] Makefile: pass external DTB provided by make variable EXT_DTB to binman
 2024-09-19 16:10 UTC  (2+ messages)
` [PATCHv2 1/1] "

[PATCH v1] i2c: muxes: pca954x: Add MAX735x/MAX736x support
 2024-09-19 16:06 UTC 

[PATCH 1/1] efi_leader: delete rng-seed if having EFI RNG protocol
 2024-09-19 15:50 UTC  (12+ messages)

[PATCH 0/3] Add AMD UFS platfrom driver support
 2024-09-19 15:45 UTC  (6+ messages)
` [PATCH 1/3] ufs: add support for DesignWare Controller
` [PATCH 2/3] ufs: ufs-amd-versal2: Add support for AMD UFS controller
` [PATCH 3/3] configs: versal2: Add support for AMD UFS platform driver

[PATCH] doc: Move the generic memory-documentation to doc/
 2024-09-19 15:28 UTC  (2+ messages)

[PATCH v1] gpio: mcp230xx: add missing header for udelay()
 2024-09-19 14:38 UTC 

[PATCH v4 0/6] rpi5: initial support
 2024-09-19 14:22 UTC  (5+ messages)

[PATCH v9 00/23] Introduce the lwIP network stack
 2024-09-19 14:14 UTC  (9+ messages)
` [PATCH v9 35/37] [TESTING] Kconfig: enable NET_LWIP by default except for SANDBOX

xPL terminology
 2024-09-19 14:13 UTC  (7+ messages)

[PATCH 13/14] Update u-boot.cfg to include CFG also
 2024-09-19 14:13 UTC  (12+ messages)

[PATCH v2] bootstd: android: Add U-Boot version to cmdline
 2024-09-19 14:13 UTC  (2+ messages)

[PATCH v3 2/3] buildman: Allow skipping the dtc build
 2024-09-19 14:13 UTC  (12+ messages)

[PATCH v3 0/3] efi: Start tidying up memory management
 2024-09-19 14:13 UTC  (4+ messages)
` [PATCH v3 1/3] efi: Drop the memset() from efi_alloc()

[u-boot-test-hooks PATCH v4 3/3] Provide some basic scripts for Labgrid integration
 2024-09-19 14:11 UTC  (12+ messages)

u-boot: rpi: Enlarge space available for kernel
 2024-09-19 14:11 UTC  (2+ messages)

[PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-09-19 14:10 UTC  (9+ messages)
` [PATCH v6 07/28] hash: integrate hash on mbedtls

[PATCH v6 00/12] net: tcp: improve tcp support
 2024-09-19 14:10 UTC  (5+ messages)
` [PATCH v6 10/12] net/netcat: add netcat over "

[PATCH 1/1] events: correct event_uninit() description
 2024-09-19 14:10 UTC  (2+ messages)

[PATCH 1/1] boot: correct struct expo_action description
 2024-09-19 14:10 UTC  (2+ messages)

[PATCH 1/1] sandbox: fix OS function descriptions
 2024-09-19 14:10 UTC  (2+ messages)

[PATCH] Makefile: pass external DTB provided by make variable EXT_DTB to binman
 2024-09-19 14:09 UTC  (2+ messages)

[PATCH V2 0/4] Anbernic RGxx3 Bootloader Fixes
 2024-09-19 14:00 UTC  (5+ messages)
` [PATCH V2 1/4] board: rockchip: Convert Anbernic RGxx3 to OF_UPSTREAM
` [PATCH V2 2/4] board: rockchip: Add vdd_cpu reg fixup for RGXX3 Series
` [PATCH V2 3/4] board: rockchip: Remove ARM SCMI Support from RGxx3
` [PATCH V2 4/4] board: rockchip: Enable PD_VO before driver access

[PATCH] FSL DDR: Errata A009942 clears board cpo_sample
 2024-09-19 14:00 UTC 

[PATCH v1] eth: asix88179: drop ADVERTISE_LPACK and ADVERTISE_NPAGE advertise flags
 2024-09-19 13:58 UTC 

[PATCH] Add mkimage secp521r1 ECDSA curve support
 2024-09-19 13:48 UTC 

[PATCH v6 0/6] FUSB302 USB-C controller support
 2024-09-19  9:01 UTC  (3+ messages)
` [PATCH v6 1/6] usb: tcpm: add core framework

[PATCH v3 00/21] imx9: various update
 2024-09-19 12:04 UTC  (3+ messages)

[PATCH] imx6q-lxr: Add board support
 2024-09-19 12:01 UTC  (2+ messages)

[PATCH 00/13] ufs: enhancements to support Qualcomm UFS controllers
 2024-09-19 11:48 UTC  (10+ messages)

[PATCH v2 1/1] lmb: add missing LMB_NOOVERWRITE description
 2024-09-19 10:59 UTC  (3+ messages)

[PATCH 0/2] mux: mmio: support "reg-mux" compatible
 2024-09-19  9:51 UTC  (2+ messages)

[PATCH v1 00/12] Bind Syscon driver with OF_REAL
 2024-09-19  9:00 UTC  (3+ messages)

[PATCH 1/1] lmb: add missing LMB_NOOVERWRITE description
 2024-09-19  7:26 UTC  (3+ messages)

[PATCH 1/1] cmd/efidebug: fix some function descriptions
 2024-09-19  7:05 UTC  (2+ messages)

[PATCH 1/1] efi_loader: fix some function descriptions
 2024-09-19  7:04 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