U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-25 03:57:50 to 2024-06-27 14:42:27 UTC [more...]

[PATCH 00/14] testb: Various tweaks and fixes for Labgrid
 2024-06-27 14:42 UTC  (13+ messages)
` [PATCH 13/14] Update u-boot.cfg to include CFG also
` [PATCH 14/14] smbios: Correct error handling when writing tables
` (subset) [PATCH 00/14] testb: Various tweaks and fixes for Labgrid

[PATCH v2 00/40] mmc: dw_mmc: Enable eMMC on E850-96 board
 2024-06-27 14:42 UTC  (4+ messages)

[PATCH] arm: davinci: remove unused defines
 2024-06-27 14:41 UTC  (2+ messages)

[PATCH] zlib: Fix big performance regression
 2024-06-27 14:41 UTC  (3+ messages)

[PATCH] CI: Make pytest export JUnitXML
 2024-06-27 13:43 UTC 

[PATCH] spl: fit: List DTOs applied by SPL in U-Boot control DT
 2024-06-27 12:42 UTC  (3+ messages)

[PATCH 1/3] net: give a different name to rtl8169 interfaces
 2024-06-27 12:27 UTC  (7+ messages)

[PATCH 01/12] net/tcp: fix TCP options processing
 2024-06-27 11:39 UTC  (12+ messages)
` [PATCH 02/12] net/tcp: fix selective acknowledge
` [PATCH 03/12] net/tcp: preparing for multiple connections
` [PATCH 04/12] net/tcp: add connection info to tcp_stream structure
` [PATCH 05/12] net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs
` [PATCH 06/12] net/tcp: improve tcp framework, use better state machine
` [PATCH 07/12] net/netcat: add netcat over tcp support
` [PATCH 08/12] net/httpd: add httpd common code
` [PATCH 09/12] net/httpd-upload: add web-server for file uploading
` [PATCH 10/12] net/tcp: simplify tcp header filling code
` [PATCH 11/12] net/tcp: add support of multiple tcp connections
` [PATCH 12/12] net/tcp: define a fallback value for rcv_wnd size

[PATCH v1 0/1] Adjust Tegra boot order
 2024-06-27 11:38 UTC  (7+ messages)
` [PATCH v1 1/1] include: configs: tegra-common-post: make usb first boot target

[PATCH 1/3] fit_dtb: relocate whole fit dtb image instead of selected dtb only
 2024-06-27 11:35 UTC  (3+ messages)
` [PATCH 2/3] dm: core: support dtb switching without devices/drivers unloading
` [PATCH 3/3] dm: mmc: fix driver rebinding in the case of dtb reloading

[PATCH 1/2] spi: soft_spi: fix miso gpio property name
 2024-06-27 11:34 UTC  (3+ messages)
` [PATCH 2/2] spi: soft_spi: Parse cs-gpios only if num-chipselects is not <0>

[PATCH 0/2] usb: dwc2: Refactor and update USB DWC2 driver
 2024-06-27 11:33 UTC  (4+ messages)
` [PATCH 1/2] usb: dwc2: Extract USB DWC2 register definitions

[PATCH 1/2] led: Implement software led blinking
 2024-06-27 11:31 UTC  (2+ messages)
` [PATCH 2/2] led: Add dts property to specify blinking of the led

[PATCH] gpt: allow spaces in partition list
 2024-06-27 11:29 UTC 

[PATCH 1/3] cmd: mtd: add markbad command support
 2024-06-27 11:26 UTC  (3+ messages)
` [PATCH 2/3] cmd: mtd: add torture "
` [PATCH 3/3] cmd: mtd: add nandtest "

[PATCH 1/7] mtd: spinand: Use the spi-mem dirmap API
 2024-06-27 11:20 UTC  (7+ messages)
` [PATCH 2/7] mtd: spinand: Add a NAND page I/O request type
` [PATCH 3/7] mtd: spinand: simulate behavior of linux's function spinand_wait()
` [PATCH 4/7] mtd: spinand: preparation for ecc engine adding
` [PATCH 5/7] mtd: nand: add initial ecc engine support
` [PATCH 6/7] mtd: spinand: sync supported flashes with linux-6.6
` [PATCH 7/7] mtd: spinand: add Winbond W25N04KV flash support

[PATCH] net/tftp: make tftpput working with servers that do not use OACK
 2024-06-27 11:15 UTC 

[PATCH 01/79] net/tftp: make tftpput working with servers that do not use OACK
 2024-06-27 11:14 UTC 

[PATCH 1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on
 2024-06-27 10:52 UTC  (12+ messages)
` [PATCH 2/4] power: regulator: Convert regulators_enable_boot_on/off() to regulator_post_probe
` [PATCH 3/4] power: regulator: Drop regulator_unset()
` [PATCH 4/4] power: regulator: Drop regulators_enable_boot_on/off()

[PATCH] net: ftgmac100: Fixed the cache coherency issues of rx memory
 2024-06-27  6:26 UTC 

[PATCH v1] board: mpfs_icicle: implement board_fdt_blob_setup()
 2024-06-27 10:50 UTC  (5+ messages)

[PATCH v3 0/7] efi: CapsuleUpdate: support for dynamic UUIDs
 2024-06-27  9:55 UTC  (2+ messages)
` [PATCH] Proposed changes to dynamic UUIDs v3

[PATCH] board/include: ti/env: j721e.env/ti_common: Fix cpsw0_qsgmii_phyinit
 2024-06-27  9:49 UTC 

[PATCH v5 00/16] Bug-fixes for a few boards
 2024-06-27  9:19 UTC  (23+ messages)
` [PATCH v5 01/16] mkeficapsule: Add a --version argument
` [PATCH v5 02/16] binman: Collect the version number for mkeficapsule
` [PATCH v5 03/16] binman: Deal with mkeficapsule being missing
` [PATCH v5 04/16] binman: Return failure when a usage() message is generated
` [PATCH v5 05/16] binman: Keep the efi_capsule input file
` [PATCH v5 06/16] nvidia: nyan-big: Disable debug UART
` [PATCH v5 07/16] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL
` [PATCH v5 08/16] x86: Set a board-size limit for chromebook_link
` [PATCH v5 09/16] rockchip: veyron: Add logging for power init
` [PATCH v5 10/16] power: regulator: Handle autoset in regulators_enable_boot_on()
` [PATCH v5 11/16] fdt: Correct condition for bloblist existing
` [PATCH v5 12/16] spl: Allow ATF to work when dcache is disabled
` [PATCH v5 13/16] rockchip: Ensure memory size is available in RK3399 SPL
` [PATCH v5 14/16] rockchip: Avoid #ifdefs "
` [PATCH v5 15/16] rockchip: bob: kevin: Disable dcache in SPL
` [PATCH v5 16/16] Drop the special am335x_boneblack_vboot target

[PATCH v6 0/8] Second part of bug-fixes series
 2024-06-27  9:19 UTC  (9+ messages)
` [PATCH v6 1/8] mkeficapsule: Add a --version argument
` [PATCH v6 2/8] binman: Collect the version number for mkeficapsule
` [PATCH v6 3/8] binman: Deal with mkeficapsule being missing
` [PATCH v6 4/8] binman: Return failure when a usage() message is generated
` [PATCH v6 5/8] binman: Keep the efi_capsule input file
` [PATCH v6 6/8] fdt: Correct condition for bloblist existing
` [PATCH v6 7/8] rockchip: Ensure memory size is available in RK3399 SPL
` [PATCH v6 8/8] rockchip: Avoid #ifdefs "

[PATCH v3 00/19] labgrid: Provide an integration with Labgrid
 2024-06-27  8:37 UTC  (20+ messages)
` [PATCH v3 06/19] test: Avoid failing skipped tests
` [PATCH v3 08/19] test: Introduce the concept of a role
` [PATCH v3 19/19] CI: Allow running tests on sjg lab

[PATCH] doc: fit: Make data-size a conditionally mandatory property
 2024-06-27  8:37 UTC  (4+ messages)

[PATCH] watchdog: mpc8xxx: Fix timer value
 2024-06-27  8:26 UTC 

[PATCH v6 0/8] Bug-fixes for a few boards (reduced series)
 2024-06-27  8:29 UTC  (9+ messages)
` [PATCH v6 1/8] nvidia: nyan-big: Disable debug UART
` [PATCH v6 2/8] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL
` [PATCH v6 3/8] x86: Set a board-size limit for chromebook_link
` [PATCH v6 4/8] rockchip: veyron: Add logging for power init
` [PATCH v6 5/8] power: regulator: Handle autoset in regulators_enable_boot_on()
` [PATCH v6 6/8] spl: Allow ATF to work when dcache is disabled
` [PATCH v6 7/8] rockchip: bob: kevin: Disable dcache in SPL
` [PATCH v6 8/8] Drop the special am335x_boneblack_vboot target

[ANN] U-Boot v2024.07-rc5 released
 2024-06-27  8:23 UTC  (6+ messages)

[PATCH v4 1/4] binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing
 2024-06-27  8:19 UTC  (6+ messages)

[PATCH 1/3] pxe: Add debugging for booting
 2024-06-27  1:19 UTC  (2+ messages)

[PATCH 1/2] ARM: imx: Enable PCA953x driver on DH i.MX8MP DHCOM PDK2
 2024-06-27  0:13 UTC  (2+ messages)
` [PATCH 2/2] ARM: imx: Update Fast ethernet PHY MDIO addresses to match DH i.MX8MP DHCOM rev.200

[PATCH] ARM: imx: Enable cat and xxd commands on DH i.MX8M Plus DHCOM
 2024-06-27  0:01 UTC 

[PATCH] arm: mediatek: fix ram init for mt7622 (decrease to 1G)
 2024-06-26 21:16 UTC  (2+ messages)

[PATCH v4 00/16] Bug-fixes for a few boards
 2024-06-26 16:11 UTC  (7+ messages)
` [PATCH v4 14/16] rockchip: Avoid #ifdefs in RK3399 SPL

[PATCH v4 00/14] Introduce the lwIP network stack
 2024-06-26 16:00 UTC  (14+ messages)
` [PATCH v4 10/14] net-lwip: add wget command

[PATCH v7 0/4] automatically add /chosen/kaslr-seed and deduplicate code
 2024-06-26 15:58 UTC  (5+ messages)
` [PATCH v7 1/4] Add fdt_kaslrseed function to add kaslr-seed to chosen node

[PATCH v1 1/2] dm: exynos: Correct CONFIG_SYS_BOARD setting for Odroid XU3 boards
 2024-06-26 15:39 UTC  (4+ messages)
` [PATCH v1 2/2] odroid: Fix target platform compilation issue on Odroid-XU3

[PATCH v3 0/3] arm64: add a software pagetable walker
 2024-06-26 13:37 UTC  (2+ messages)

[PATCH v5 0/6] Introduce UBI block device
 2024-06-26 10:45 UTC  (7+ messages)
` [PATCH v5 1/6] ubi: allow to read from volume with offset
` [PATCH v5 2/6] ubi: allow to write to "
` [PATCH v5 3/6] drivers: introduce UBI block abstraction
` [PATCH v5 4/6] disk: don't try search for partition type if already set
` [PATCH v5 5/6] disk: support UBI partitions
` [PATCH v5 6/6] spinand: bind UBI block

[PATCH v6 0/3] Introduce mtdblock device
 2024-06-26 10:44 UTC  (4+ messages)
` [PATCH v6 1/3] disk: support MTD partitions
` [PATCH v6 2/3] drivers: introduce mtdblock abstraction
` [PATCH v6 3/3] spinand: bind mtdblock

[PATCH 00/42] labgrid: Provide an integration with Labgrid
 2024-06-26  9:43 UTC  (7+ messages)
` [PATCH 25/42] test: Allow connecting to a running board
` (subset) [PATCH 00/42] labgrid: Provide an integration with Labgrid

[PATCH v3 0/6] Add Binman code-coverage test to CI
 2024-06-26  8:43 UTC  (7+ messages)
` [PATCH v3 4/6] buildman: Always use the full path in CROSS_COMPILE

[PATCH] imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN
 2024-06-26 11:55 UTC  (5+ messages)

[PATCH next] doc: develop: Add a general section on gdb usage
 2024-06-26 10:47 UTC 

[PATCH v2] arm: mvebu: Enable bootstd and other modernization for Synology DS414 (Armada XP) board
 2024-06-26 10:31 UTC  (2+ messages)

[PATCH v2 0/5] usb: meson: switch to set_mode callback and other cleanup
 2024-06-26  9:43 UTC  (2+ messages)

[RESEND PATCH v2 0/5] net: dwc_eth_qos: Add glue driver for Intel MAC
 2024-06-26  8:10 UTC  (4+ messages)
` [RESEND PATCH v2 1/5] x86: provide mb() macro

[PATCH v5 0/3] Introduce mtdblock device
 2024-06-25 12:48 UTC  (5+ messages)

[PATCH 2/3] rockchip: fix wrong PCI range address in rk3568 dtsi
 2024-06-25 11:31 UTC  (8+ messages)

[PATCH v1 0/3] Meson: R/W support for pages used by boot ROM
 2024-06-25 10:16 UTC  (4+ messages)
` [PATCH v1 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag

[PATCH 1/7] m68k: Implement a default flush_dcache_all
 2024-06-25  9:57 UTC  (6+ messages)
` [PATCH 3/7] sh: "
` [PATCH 5/7] powerpc: "

[PATCH v3] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model
 2024-06-25  8:29 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