U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-21 16:25:04 to 2024-08-23 20:48:58 UTC [more...]

[PATCH v2 0/8] bootstd: sunxi: Migrate to standard boot
 2024-08-23 20:48 UTC  (2+ messages)
` [PATCH v2 1/8] blk: Make functions available unconditionally

[PATCH v3 00/27] Make LMB memory map global and persistent
 2024-08-23 20:47 UTC  (15+ messages)
` [PATCH v3 01/27] alist: add a helper to check if the list is full
` [PATCH v3 16/27] ppc: lmb: move arch specific lmb reservations to arch_misc_init()
` [PATCH v3 17/27] lmb: do away with arch_lmb_reserve()
` [PATCH v3 18/27] lmb: remove the unused board_lmb_reserve() function
` [PATCH v3 19/27] sandbox: move the TCG event log to the start of ram memory
` [PATCH v3 27/27] lmb: add logic to print lmb flag strings

[RESEND PATCH v3 0/9] net: tcp: improve tcp support
 2024-08-23 20:47 UTC  (11+ messages)
` [RESEND PATCH v3 4/9] net/tcp: add connection info to tcp_stream structure
` [RESEND PATCH v3 6/9] net/tcp: improve tcp framework, use better state machine
` [RESEND PATCH v3 7/9] net/tcp: simplify tcp header filling code

[PATCH v4 0/9] net: tcp: improve tcp support
 2024-08-23 20:45 UTC  (10+ messages)
` [PATCH v4 1/9] net/tcp: fix TCP options processing
` [PATCH v4 2/9] net/tcp: fix selective acknowledge
` [PATCH v4 3/9] net/tcp: put connection specific data into a tcp_stream structure
` [PATCH v4 4/9] net/tcp: add connection info to "
` [PATCH v4 5/9] net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs
` [PATCH v4 6/9] net/tcp: improve tcp framework, use better state machine
` [PATCH v4 7/9] net/tcp: simplify tcp header filling code
` [PATCH v4 8/9] net/tcp: define a fallback value for rcv_wnd size
` [PATCH v4 9/9] net/netcat: add netcat over tcp support

[PATCH v2 00/35] global_data: Reduce size of struct global_data
 2024-08-23 20:30 UTC  (9+ messages)
` [PATCH v2 24/35] global_data: Reduce the size of mon_len
` [PATCH v2 26/35] global_data: Reduce size of early-malloc vars
` [PATCH v2 32/35] global_data: Remove jump table in SPL
` [PATCH v2 33/35] global_data: Remove environment members if not used
` [PATCH v2 34/35] doc: Move generic-board documentation into rst
` [PATCH v2 35/35] doc: Add some guidelines about global data

[PATCH v3 00/35] global_data: Reduce size of struct global_data
 2024-08-23 20:27 UTC  (2+ messages)
` [PATCH v3 26/35] global_data: Reduce size of early-malloc vars

[GIT PULL] Please pull u-boot-imx-master-20240823
 2024-08-23 19:42 UTC  (2+ messages)

[GIT PULL v2] Please pull u-boot-imx-next-20240823
 2024-08-23 19:40 UTC 

[PATCH v2] imx: ele_ahab: Add HUK derivation support
 2024-08-23 19:18 UTC  (2+ messages)

[PATCH 0/2] Add and enable mcore support
 2024-08-23 19:16 UTC  (2+ messages)

[PATCH] imx: imx9: Set correct critical temperature
 2024-08-23 19:16 UTC  (2+ messages)

[PATCH] ARM: imx: Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC
 2024-08-23 19:15 UTC  (2+ messages)

[PATCH] ARM: imx: Use USB SDPS as fallback option on Data Modul i.MX8M Plus eDM SBC
 2024-08-23 19:15 UTC  (2+ messages)

[PATCH v4] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm
 2024-08-23 19:14 UTC  (2+ messages)

[PATCH 1/3] tqma6: Remove non-DM board code
 2024-08-23 19:14 UTC  (2+ messages)

[PATCH v1 0/4] apalis/colibri imx8: enable additional features
 2024-08-23 19:13 UTC  (2+ messages)

[PATCH v9 00/23] Introduce the lwIP network stack
 2024-08-23 13:48 UTC  (38+ messages)
` [PATCH v9 01/37] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word
` [PATCH v9 02/37] flash: prefix error codes with FL_
` [PATCH v9 03/37] at91: rename mem_init() to at91_mem_init()
` [PATCH v9 04/37] arm: omap2: add missing #include <netdev.h>
` [PATCH v9 05/37] net: fm: call dtsec_init_phy() only when it is defined
` [PATCH v9 06/37] net: wget: removed unused function wget_success()
` [PATCH v9 07/37] net: phy: ncsi: depend on NET
` [PATCH v9 08/37] net: ftgmac100: "
` [PATCH v9 09/37] net: wget: allow EFI boot
` [PATCH v9 10/37] net: fec_mxc_init(): do not ignore return status of fec_open()
` [PATCH v9 11/37] test/py: net_boot: fix comment
` [PATCH v9 12/37] test/py: test_efi_loader: add missing dependency on cmd_tftpboot
` [PATCH v9 13/37] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
` [PATCH v9 14/37] net: introduce alternative implementation as net-lwip/
` [PATCH v9 15/37] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
` [PATCH v9 16/37] net: split include/net.h into net{, -common, -legacy, -lwip}.h
` [PATCH v9 17/37] net: move copy_filename() to new file net/net-common.c
` [PATCH v9 18/37] net: eth-uclass: add function eth_start_udev()
` [PATCH v9 19/37] net-lwip: build lwIP
` [PATCH v9 20/37] net-lwip: add DHCP support and dhcp commmand
` [PATCH v9 21/37] net-lwip: add TFTP support and tftpboot command
` [PATCH v9 22/37] net-lwip: add ping command
` [PATCH v9 23/37] net-lwip: add dns command
` [PATCH v9 24/37] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
` [PATCH v9 25/37] net-lwip: add wget command
` [PATCH v9 26/37] net-lwip: lwIP wget supports user defined port in the uri, so allow it
` [PATCH v9 27/37] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
` [PATCH v9 28/37] configs: add qemu_arm64_lwip_defconfig
` [PATCH v9 29/37] lwip: tftp: add support of blksize option to client
` [PATCH v9 30/37] net-lwip: add TFTP_BLOCKSIZE
` [PATCH v9 31/37] CI: add qemu_arm64_lwip to the test matrix
` [PATCH v9 32/37] MAINTAINERS: net-lwip: add myself as a maintainer
` [PATCH v9 33/37] Kconfig: fix undefined symbols (g_dnl*) when NET_LWIP is default enabled
` [PATCH v9 34/37] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
` [PATCH v9 35/37] [TESTING] Kconfig: enable NET_LWIP by default except for SANDBOX
` [PATCH v9 36/37] [TESTING] configs: set CONFIG_NET=y for FTGMAC100
` [PATCH v9 37/37] [TESTING] configs: set CONFIG_NET=y when PXE is enabled

[PATCH 1/1] usb: gadget: ether: Disable USB pullup in eth probe
 2024-08-23  9:22 UTC  (9+ messages)

phy: Fix db410c crash issue during usb_stop
 2024-08-23  4:59 UTC 

[PATCH 3/3] tpm_tcg2: hash algo optimization
 2024-08-23 12:29 UTC  (3+ messages)

[PATCH 1/3] tpm: update tpm hash algorithm according to tpm2.0 spec 1.59
 2024-08-23 12:25 UTC  (3+ messages)

[PATCH v3 00/10] Add support for Ethernet Boot on SK-AM62
 2024-08-23 10:33 UTC  (5+ messages)
` [PATCH v3 04/10] soc: ti: k3-navss-ringacc: Fix reset ring API

[PATCH v2 0/2] Risc-V cache operations
 2024-08-23  9:41 UTC  (3+ messages)
` [PATCH v2 1/2] riscv: Add support for defining instructions
` [PATCH v2 2/2] riscv: cache: Add CBO instructions

[PATCH v2 0/3] Meson: R/W support for pages used by boot ROM
 2024-08-23  8:53 UTC  (7+ messages)

Please pull u-boot-samsung master
 2024-08-23  7:50 UTC  (3+ messages)

[GIT PULL] Please pull u-boot-dfu-20240822
 2024-08-22 21:54 UTC  (2+ messages)

[PATCH v2 00/39] efi: Add a test for EFI bootmeth
 2024-08-22 17:11 UTC  (12+ messages)
` [PATCH v2 37/39] efi: Avoid using sandbox virtio devices

[PATCH v2 0/7] Qualcomm: add support for SC7280 and the RB3 Gen 2
 2024-08-22 17:00 UTC  (15+ messages)
` [PATCH v2 1/7] clk/qcom: add initial clock driver for sc7280

[PATCH v2 00/19] Tidy up console recording in tests
 2024-08-22 13:58 UTC  (20+ messages)
` [PATCH v2 01/19] buildman: Make test_process_limit handle time.monotonic()
` [PATCH v2 02/19] test: Fail when an empty line is expected but not present
` [PATCH v2 03/19] test: Rename unit-test flags
` [PATCH v2 04/19] test: Drop the blank line before test macros
` [PATCH v2 05/19] test: Rename UTF_CONSOLE_REC to UTF_CONSOLE
` [PATCH v2 06/19] mmc: Drop the blank line before accesses
` [PATCH v2 07/19] test: Update NAND test to avoid extra macros
` [PATCH v2 08/19] test: bloblist: Use UTF_CONSOLE in tests
` [PATCH v2 09/19] test: boot: "
` [PATCH v2 10/19] test: fdt: Check internal-function return values
` [PATCH v2 11/19] test: fdt: Move common code into the setup functions
` [PATCH v2 12/19] test: cmd: Use UTF_CONSOLE in tests
` [PATCH v2 13/19] test: cmd: Drop unnecessary console_record_reset_enable()
` [PATCH v2 14/19] test: dm: Use UTF_CONSOLE in tests
` [PATCH v2 15/19] test: hush: "
` [PATCH v2 16/19] test: log: "
` [PATCH v2 17/19] test: Use UTF_CONSOLE in remaining tests
` [PATCH v2 18/19] test: Tidy up checking for console end
` [PATCH v2 19/19] doc: Add a few notes about how to use console checking

[PATCH v3 00/19] labgrid: Provide an integration with Labgrid
 2024-08-22 14:29 UTC  (10+ messages)
` [PATCH v3 06/19] test: Avoid failing skipped tests

[PATCH v3 0/3] This series adds a few patches to make it easy to use the system dtc in
 2024-08-22 14:15 UTC  (7+ messages)
` [PATCH v3 2/3] buildman: Allow skipping the dtc build

[ANN] U-Boot v2024.10-rc3 released
 2024-08-22 14:14 UTC  (3+ messages)

[PATCH v4 00/14] spl: mmc: Some tweaks for SPL, particularly with MMC
 2024-08-22 13:55 UTC  (15+ messages)
` [PATCH v4 01/14] rockchip: Move the default timer init to a common file
` [PATCH v4 02/14] spl: Correct use of CMD_BOOTI and CMD_BOOTZ
` [PATCH v4 03/14] spl: Remove some #ifdefs in spl_parse_image_header()
` [PATCH v4 04/14] spl: Remove remaining #ifdef "
` [PATCH v4 05/14] mmc: Use logging instead of printf()
` [PATCH v4 06/14] mmc: Use logging instead of pr_err()
` [PATCH v4 07/14] log: Avoid including function names by default
` [PATCH v4 08/14] spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT
` [PATCH v4 09/14] spl: mmc: Handle error codes consistently
` [PATCH v4 10/14] spl: mmc: Adjust args of spl_mmc_find_device()
` [PATCH v4 11/14] spl: mmc: Try to clean up raw-mode options
` [PATCH v4 12/14] spl: Use unified inline functions for spl_load_info
` [PATCH v4 13/14] spl: Create a function to init spl_load_info
` [PATCH v4 14/14] blk: Correct comment for blk_get_devnum_by_uclass_idname()

[PATCH v3 00/15] spl: mmc: Some tweaks for SPL, particularly with MMC
 2024-08-22 13:55 UTC  (4+ messages)
` [PATCH v3 07/15] mmc: Use logging instead of pr_err()

[PATCH v3 0/9] led: introduce LED boot and activity function
 2024-08-22 10:47 UTC  (10+ messages)
` [PATCH v3 1/9] led: turn LED ON on initial SW blink
` [PATCH v3 8/9] ubi: implement support for LED activity

[PATCH v2] rockchip: px30: clk: add UART0 clock getter/setter
 2024-08-22 10:33 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] config: imx: Add PHYTEC's phycore-imx8mm-fspi_defconfig
 2024-08-22  8:36 UTC  (4+ messages)

[GIT PULL] Please pull u-boot-dfu-20240820
 2024-08-22  7:21 UTC  (4+ messages)

[RFC PATCH 0/2] Add TI K3 PCIe Controller support for J7200
 2024-08-22  5:40 UTC  (4+ messages)
` [RFC PATCH 1/2] pci: Add TI K3 Cadence PCIe Controller

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

[PATCH 0/1] usb: gadget: ether: Disable USB pullup in eth probe
 2024-08-21 21:19 UTC 

[PATCH 00/11] mach-snapdragon: various improvements for newer boards
 2024-08-22  1:10 UTC  (2+ messages)

[PATCH] qconfig: Fix an incorrect format-string with negative value
 2024-08-21 23:52 UTC 

[PATCH 1/1] efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures
 2024-08-21 21:33 UTC 

u-boot on raspberry pi with secure boot
 2024-08-21 18:42 UTC  (4+ messages)

[PATCH 1/2] pytest: requirements.txt: Resync with the rest of the project
 2024-08-21 17:47 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