U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-08 18:14:52 to 2024-10-09 14:52:43 UTC [more...]

[PATCH v12 00/21] Introduce the lwIP network stack
 2024-10-09 14:50 UTC  (19+ 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 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 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 v3 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
 2024-10-09 14:49 UTC  (13+ messages)
` [PATCH v3 1/6] include/android_ab: move ab_select_slot() documentation to @ notation
` [PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
` [PATCH v3 3/6] cmd: bcb: change strcmp() usage style in the do_bcb_ab_select()
` [PATCH v3 4/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
` [PATCH v3 5/6] common: android_ab: fix slot suffix for abc block
` [PATCH v3 6/6] test/py: introduce test for ab_dump command

[PATCH 1/2] power: pmic: Support pmic pf0900
 2024-10-09 14:22 UTC  (3+ messages)

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

[PATCH v1 0/4] x86: Clean up and fix to avoid compiler warnings
 2024-10-09 14:07 UTC  (11+ 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 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] binman: Add option for pointing to external description
 2024-10-09 13:21 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 v8 00/27] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-10-09 10:13 UTC  (23+ 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 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 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  (11+ 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 v11 05/29] test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled

[PATCH 1/1] efi_loader: Show the FirmwareVendor and FirmwareRevision in helloworld
 2024-10-09 11:55 UTC 

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

[PATCH 00/13] disentangling cyclic API from schedule()
 2024-10-09 11:08 UTC  (24+ 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] arm: dts: k3-j722s-binman: Add support for HS-SE
 2024-10-09 11:04 UTC 

[PATCH 0/4] some serial rx buffer patches
 2024-10-09 11:03 UTC  (10+ 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 4/4] serial: embed the rx buffer in struct serial_dev_priv

[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 0/6] Allow showing the memory map
 2024-10-09 10:41 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 3/6] am65x: Use map_to_sysmem() to convert from pointer
` [PATCH 4/6] global_data: Add some more accessors
` [PATCH 5/6] bootstage: Allow counting memory without strings
` [PATCH 6/6] cmd: Add a command to show the memory map

[PATCH] net: correct wget_connected debug messages
 2024-10-09 10:38 UTC  (3+ 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  (10+ 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 v2 3/3] board: "

[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  (8+ messages)
` [PATCH 1/3] binman: fix passing loadables to mkimage on first run
` [PATCH 2/3] image-host: fix 'unknown error' error message
` [PATCH 3/3] binman: implement signing FIT images during image build

[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

[PATCH 1/1] net/wget: set filesize
 2024-10-08 22:53 UTC 

[PATCH v2 00/14] Make EFI memory allocations synchronous with LMB
 2024-10-08 21:48 UTC  (17+ messages)
` [PATCH v2 01/14] lmb: add versions of the lmb API with flags
` [PATCH v2 02/14] lmb: add a flag to allow suppressing memory map change notification
` [PATCH v2 03/14] efi: memory: use the lmb API's for allocating and freeing memory
` [PATCH v2 04/14] lib: Kconfig: add a config symbol for getting lmb memory map updates
` [PATCH v2 05/14] add a function to check if an address is in RAM memory
` [PATCH v2 06/14] lmb: notify of any changes to the LMB memory map
` [PATCH v2 07/14] ti: k3: remove efi_add_known_memory() function definition
` [PATCH v2 08/14] stm32mp: "
` [PATCH v2 09/14] lmb: allow for boards to specify memory map
` [PATCH v2 10/14] layerscape: use the lmb API's to add RAM memory
` [PATCH v2 11/14] x86: e820: use the lmb API for adding "
` [PATCH v2 12/14] efi_memory: do not add RAM memory to the memory map
` [PATCH v2 13/14] lmb: remove call to efi_lmb_reserve()
` [PATCH v2 14/14] efi_memory: rename variable to highlight overlap with free memory

[PATCH 1/1] boot: type boormethod
 2024-10-08 21:36 UTC  (2+ messages)

[PATCH] rockchip: Migrate to use USB_DWC3_GENERIC on RK3328
 2024-10-08 21:19 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