U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-09 01:52:37 to 2024-10-10 01:53:47 UTC [more...]

[PATCH v7 00/11] labgrid: Provide an integration with Labgrid
 2024-10-10  1:51 UTC  (12+ messages)
` [PATCH v7 01/11] test: Allow signaling that U-Boot is ready
` [PATCH v7 02/11] test: Release board after tests complete
` [PATCH v7 03/11] test: Allow connecting to a running board
` [PATCH v7 04/11] test: Introduce the concept of a role
` [PATCH v7 05/11] test: Introduce lab mode
` [PATCH v7 06/11] test: Improve handling of sending commands
` [PATCH v7 07/11] test: Avoid double echo when starting up
` [PATCH v7 08/11] test: Try to shut down the lab console gracefully
` [PATCH v7 09/11] test: Add a section for closing the connection
` [PATCH v7 10/11] test: Support testing with two board-builds
` [PATCH v7 11/11] CI: Allow running tests on sjg lab

[PATCH] arm64: imx: imx8mp-debix-model-a: Migrate to OF_UPSTREAM
 2024-10-10  1:18 UTC  (2+ messages)

[PATCH 1/2] power: pmic: Support pmic pf0900
 2024-10-10  0:50 UTC  (4+ messages)

[PATCH v7 0/8] test: Minor fixes to test.py
 2024-10-10  0:29 UTC  (9+ messages)
` [PATCH v7 1/8] test: Use a constant for the test timeout
` [PATCH v7 2/8] test: Avoid failing skipped tests
` [PATCH v7 3/8] test: Create a common function to get the config
` [PATCH v7 4/8] test: Move the receive code into a function
` [PATCH v7 5/8] test: Separate out the exception handling
` [PATCH v7 6/8] test: Detect dead connections
` [PATCH v7 7/8] test: Tidy up remaining exceptions
` [PATCH v7 8/8] test: Fix mulptiplex_log typo

[PATCH 1/1] mtd: simplify CONFIG_DM_SPI_FLASH dependencies
 2024-10-09 22:58 UTC  (2+ messages)

[PATCH 0/4] spi: Various Kconfig fixes
 2024-10-09 22:58 UTC  (2+ messages)

[PATCH 0/6] Allow showing the memory map
 2024-10-09 22:39 UTC  (10+ messages)
` [PATCH 1/6] common: Fix up malloc() comment in reserve_noncached()
` [PATCH 2/6] common: Tidy up how malloc() is inited
` [PATCH 6/6] cmd: Add a command to show the memory map

[PATCH 1/1] efi_loader: Show the FirmwareVendor and FirmwareRevision in helloworld
 2024-10-09 22:16 UTC  (3+ messages)

[PATCH v2 0/4] Cleanup dma device in spl and move dma channel[0]
 2024-10-09 22:10 UTC  (6+ messages)
` [PATCH v2 1/4] mach-k3: common.c: Remove dma device in spl exit
` [PATCH v2 2/4] configs: k3: Enable device removal in SPL
` [PATCH v2 3/4] dma: ti: k3-udma: Move udma_probe() below all APIs
` [PATCH v2 4/4] dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove()

Pull request efi-2025-01-rc1
 2024-10-09 21:40 UTC 

[PATCH] binman: Add option for pointing to external description
 2024-10-09 21:14 UTC  (4+ messages)

[PATCH v1 0/4] x86: Clean up and fix to avoid compiler warnings
 2024-10-09 21:14 UTC  (13+ messages)
` [PATCH v1 1/4] x86: cpu: Use default print_cpuinfo() for all
` [PATCH v1 2/4] x86: cpu: Mark a few functions static
` [PATCH v1 3/4] x86: cpu: Add a few prototypes to the header file
` [PATCH v1 4/4] x86: cpu: Add missing header inclusion

[PATCH v3 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
 2024-10-09 21:13 UTC  (10+ messages)
` [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
` [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content

[PATCH 00/13] disentangling cyclic API from schedule()
 2024-10-09 21:13 UTC  (25+ messages)
` [PATCH 01/13] doc: cyclic: remove reference to WATCHDOG_RESET
` [PATCH 02/13] cyclic: introduce u-boot/schedule.h
` [PATCH 03/13] led: include cyclic.h in led_sw_blink.c
` [PATCH 05/13] fs/cramfs: use schedule instead of cyclic_run as callback
` [PATCH 06/13] test: dm: wdt: replace cyclic_run() by schedule()
` [PATCH 07/13] cyclic: make cyclic_run static
` [PATCH 08/13] watchdog.h: change include of cyclic.h to u-boot/schedule.h
` [PATCH 09/13] lib/sha*: include u-boot/schedule.h instead of cyclic.h
` [PATCH 10/13] i2c: rzg2l: include u-boot/schedule.h
` [PATCH 11/13] ddr: altera: "
` [PATCH 12/13] boot: cedit: "

[PATCH v1] eth: asix88179: drop ADVERTISE_LPACK and ADVERTISE_NPAGE advertise flags
 2024-10-09 21:09 UTC  (3+ messages)

[PATCH v12 00/21] Introduce the lwIP network stack
 2024-10-09 17:39 UTC  (25+ messages)
` [PATCH v12 01/21] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
` [PATCH v12 02/21] sandbox: add dummy driver ETH_SANDBOX_LWIP
` [PATCH v12 03/21] test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled
` [PATCH v12 04/21] test: boot: fix bootflow_cmd_label "
` [PATCH v12 05/21] net: introduce alternative implementation as net/lwip/
` [PATCH v12 06/21] net: split net into net{,-common,-legacy,-lwip}
` [PATCH v12 07/21] net: eth-uclass: add function eth_start_udev()
` [PATCH v12 08/21] net: lwip: build lwIP
` [PATCH v12 09/21] net: lwip: add DHCP support and dhcp commmand
` [PATCH v12 10/21] net: lwip: tftp: bind to TFTP port only when in server mode
` [PATCH v12 11/21] net: lwip: add TFTP support and tftpboot command
` [PATCH v12 12/21] net: lwip: add ping command
` [PATCH v12 13/21] net: lwip: add dns command
` [PATCH v12 14/21] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
` [PATCH v12 15/21] net: lwip: add wget command
` [PATCH v12 16/21] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
` [PATCH v12 17/21] configs: add qemu_arm64_lwip_defconfig
` [PATCH v12 18/21] net: lwip: tftp: add support of blksize option to client
` [PATCH v12 19/21] net: lwip: add TFTP_BLOCKSIZE
` [PATCH v12 20/21] CI: add qemu_arm64_lwip to the test matrix
` [PATCH v12 21/21] MAINTAINERS: net: lwip: add myself as a maintainer

[PATCH v14 0/8] spi-nor: Add parallel and stacked memories support
 2024-10-09 17:32 UTC  (2+ messages)

[PATCH] arch: arm: dts: k3-j7200-r5-evm: Enable AVS feature
 2024-10-09 17:32 UTC  (2+ messages)

[PATCH] arm: dts: k3-j722s-binman: Add support for HS-SE
 2024-10-09 15:01 UTC  (2+ messages)

[PATCH v8 00/27] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-10-09 14:38 UTC  (25+ messages)
` [PATCH v8 01/27] CI: Exclude MbedTLS subtree for CONFIG checks
` [PATCH v8 02/27] mbedtls: add mbedtls into the build system
` [PATCH v8 03/27] lib: Adapt digest header files to MbedTLS
` [PATCH v8 05/27] sha1: Remove sha1 non-watchdog API
` [PATCH v8 06/27] mbedtls: add digest shim layer for MbedTLS
` [PATCH v8 10/27] mbedtls/external: support decoding multiple signer's cert
` [PATCH v8 16/27] lib/crypto: Adapt public_key header with MbedTLS
` [PATCH v8 17/27] mbedtls: add X509 cert parser porting layer
` [PATCH v8 20/27] lib/crypto: Adapt PKCS7 parser to MbedTLS
` [PATCH v8 22/27] lib/crypto: Adapt mscode_parser "

[PATCH] arm: mach-k3: j784s4: Add clk and power support for wkup_uart
 2024-10-09 14:18 UTC  (2+ messages)

[PATCH 0/2] imx: Add i.MX93 9x9 QSB board
 2024-10-09 13:50 UTC  (4+ messages)
` [PATCH 1/2] imx9: clock: Add 800MHz fracpll entry
` [PATCH 2/2] imx: Support i.MX93 9X9 QSB board

[PATCH] clk: stub: add sm8150 compatible id
 2024-10-09 13:34 UTC  (3+ messages)

[PATCH v2 1/4] boot: pxe_utils: Add fallback support
 2024-10-09 13:15 UTC  (4+ messages)
` [PATCH v2 2/4] boot: Add logic to enable booting from fallback option
` [PATCH v2 3/4] bootstd: Add command to enable setting of bootmeth specific properties
` [PATCH v2 4/4] test: Add tests for the bootmeth set command

[PATCH v2] mtd: nand: raw: atmel: Use ONFI ECC params if available
 2024-10-09  8:24 UTC  (2+ messages)

[RFC PATCH v1] tools: imx8image: add possibility to skip dcd
 2024-10-09 12:39 UTC 

[PATCH v11 00/29] Introduce the lwIP network stack
 2024-10-09 12:31 UTC  (9+ messages)
` [PATCH v11 01/29] net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
` [PATCH v11 02/29] Make AVB_VERIFY depend on FASTBOOT
` [PATCH v11 04/29] sandbox: add dummy driver ETH_SANDBOX_LWIP

[PATCH v2 1/1] net/wget: set filesize
 2024-10-09 11:08 UTC 

[PATCH 0/4] some serial rx buffer patches
 2024-10-09 11:03 UTC  (8+ messages)
` [PATCH 1/4] serial: fix circular rx buffer edge case
` [PATCH 2/4] serial: do not overwrite not-consumed characters in rx buffer
` [PATCH 3/4] serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZE

[PATCH v11 00/13] net: tcp: improve tcp support
 2024-10-09 10:50 UTC  (14+ messages)
` [PATCH v11 01/13] net/tcp: fix TCP options processing
` [PATCH v11 02/13] net/tcp: fix selective acknowledge
` [PATCH v11 03/13] net/tcp: put connection specific data into a tcp_stream structure
` [PATCH v11 04/13] net/tcp: add connection info to "
` [PATCH v11 05/13] net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs
` [PATCH v11 06/13] net/tcp: improve tcp framework, use better state machine
` [PATCH v11 07/13] test/cmd/wget: fix the test
` [PATCH v11 08/13] net/tcp: simplify tcp header filling code
` [PATCH v11 09/13] net/tcp: define a fallback value for rcv_wnd size
` [PATCH v11 10/13] net/net: fix include ordering
` [PATCH v11 11/13] net/netcat: add netcat over tcp support
` [PATCH v11 12/13] net/httpd: add httpd common code
` [PATCH v11 13/13] net/httpd-upload: an example web-server implementation for file uploading

[PATCH] net: correct wget_connected debug messages
 2024-10-09 10:38 UTC  (2+ messages)

[PATCH 1/1] net/wget: set filesize
 2024-10-09 10:11 UTC  (2+ messages)

[PATCH v2] net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
 2024-10-09  9:42 UTC 

[PATCH 0/2] ARM: mach-meson: fix HDMI since DT update to v6.11
 2024-10-09  9:15 UTC  (3+ messages)
` [PATCH 1/2] clk: meson: gxbb: add HDMI clocks
` [PATCH 2/2] power/domain: meson-ee-pwrc: make sure to not enable a domain twice

[PATCH 1/2] Makefile: Drop SPL_FIT_SOURCE support
 2024-10-09  8:55 UTC  (4+ messages)
` [PATCH 2/2] Makefile: Drop SPL_FIT_GENERATOR support

[PATCH v2 1/1] video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n
 2024-10-09  8:48 UTC 

[RFC PATCH] zynqmp: Add binman description for SOM
 2024-10-09  8:32 UTC 

[PATCH v2] mtd: nand: raw: atmel: Use ONFI ECC params if available
 2024-10-09  8:24 UTC  (5+ messages)

[PATCH v10 00/13] net: tcp: improve tcp support
 2024-10-09  8:21 UTC  (3+ messages)

[RESEND PATCH v4 00/10] mtd: spinand: initial support of ecc engines
 2024-10-09  8:18 UTC  (4+ messages)

[PATCH v1] arm: global_data: add scmi pointer
 2024-10-09  8:15 UTC  (5+ messages)

[PATCH v2] video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
 2024-10-09  8:01 UTC 

[PATCH V2] imx8: Correct the SCU API return value check
 2024-10-09  8:29 UTC 

U-Boot qemu_arm64_defconfig crashes under KVM
 2024-10-09  6:35 UTC 

[PATCH 1/2] arm64: versal: Remove description for USB1
 2024-10-09  6:21 UTC  (4+ messages)
` [PATCH 2/2] arm64: versal: Wire USB0 in distro boot

[PATCH v2 0/3] board: rockchip: Add Hardkernel ODROID-M1S
 2024-10-09  5:34 UTC  (5+ messages)
` [PATCH v2 1/3] arm64: dts: rockchip: Correct vendor prefix for Hardkernel ODROID-M1
` [PATCH v2 2/3] arm64: dts: rockchip: Add Hardkernel ODROID-M1S

[PATCH v3 0/3] mtd: nand: raw: Collected improvements
 2024-10-09  4:45 UTC  (5+ messages)
` [PATCH v3 3/3] mtd: nand: raw: atmel: Fix pulse read timing for certain NAND flashes

[PATCH] cmd: Make bootvx independent of bootelf
 2024-10-09  2:09 UTC  (4+ messages)

[PATCH 1/1] sandbox: add bootmethod EFI boot-manager
 2024-10-09  1:58 UTC  (2+ messages)

[PATCH v2] Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine"
 2024-10-09  1:57 UTC  (2+ messages)

[PATCH] test: Fix skip check for sleep command test
 2024-10-09  1:57 UTC  (2+ messages)

[PATCH] net: wget: check strict_strtoul() return value
 2024-10-09  1:57 UTC  (2+ messages)

[PATCH v2] binman: add fast authentication method for i.MX8M signing
 2024-10-09  1:57 UTC  (10+ messages)
` [PATCH v3 1/2] binman: cosmetic: code formatting fixes
  ` [PATCH v4 1/2] binman: cosmetic: refactor `nxp_imx8mcst' etype code
    ` [PATCH v4 2/2] binman: add fast authentication method for i.MX8M signing

[PATCH v4 0/7] Add AVS support for J721S2
 2024-10-09  1:57 UTC  (4+ messages)

[PATCH v1 1/1] cmd: irq: Move do_irqinfo() prototype to a header file
 2024-10-09  1:56 UTC  (2+ messages)

modify live DT with OF_LIVE breaking phy_connect?
 2024-10-09  1:56 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: stm32: Duplicate cpu0-opp-table node into stm32mp15-u-boot.dtsi
 2024-10-09  1:55 UTC  (3+ messages)
` [PATCH 3/3] ARM: dts: stm32: Generate u-boot.itb using binman on DH STM32 DHSOM

[PATCH] WIP: binman: expand test coverage to nxpimx8mcst
 2024-10-09  1:55 UTC  (2+ messages)

[PATCH] sandbox: dts: Add missing sandbox, emul phandle to sandbox-pmic
 2024-10-09  1:52 UTC  (2+ messages)

[PATCH 0/3] Implement signing FIT images during image build
 2024-10-09  1:50 UTC  (3+ messages)
` [PATCH 2/3] image-host: fix 'unknown error' error message

[PATCH 1/4] boot: pxe_utils: Add fallback support
 2024-10-09  1:51 UTC  (8+ messages)
` [PATCH 2/4] boot: Add logic to enable booting from fallback option
` [PATCH 3/4] bootstd: Add command to enable setting of bootmeth specific properties
` [PATCH 4/4] test: Add tests for the bootmeth set command


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