U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-23 21:57:13 to 2024-08-26 19:13:30 UTC [more...]

[PATCH 00/15] binman: More patches to support VBE
 2024-08-26 19:11 UTC  (10+ messages)
` [PATCH 01/15] binman: Fix up test coverage for mkeficapsule
` [PATCH 02/15] binman: Correct the comment for fdtgrep
` [PATCH 03/15] binman: Tidy up comments for Entry.GetEntryArgsOrProps()
` [PATCH 04/15] binman: Tidy up comments and pylint warnings in fit
` [PATCH 05/15] binman: Avoid setting the image_pos attribute directly
` [PATCH 06/15] binman: Update fdt-list-dir to use the provided directory
` [PATCH 07/15] binman: fit: Avoid assuming that a FIT member is a section
` [PATCH 08/15] binman: fit: Set the image_pos attributes only once
` [PATCH 09/15] binman: fit: Refine handling of devicetrees for OF_UPSTREAM

[PATCH] gw_ventana: Remove unneeded comments
 2024-08-26 19:06 UTC  (2+ messages)

[PATCH 00/10] SMBIOS improvements
 2024-08-26 18:50 UTC  (15+ messages)
` [PATCH 02/10] sysinfo: Add sysinfo driver and data structure for SMBIOS
` [PATCH 03/10] smbios: Refactor SMBIOS library
` [PATCH 04/10] smbios: ignore the non-existence of platform sysinfo detect
` [PATCH 05/10] armv8: Add arch-specific sysinfo driver

[PATCH v2 00/35] global_data: Reduce size of struct global_data
 2024-08-26 18:33 UTC  (9+ messages)
` [PATCH v2 26/35] global_data: Reduce size of early-malloc vars

[PATCH 1/4] mx6slevk: Convert to watchdog driver model
 2024-08-26 18:04 UTC  (4+ messages)
` [PATCH 2/4] mx6slevk: Fix the boot device number
` [PATCH 3/4] mx6slevk: Keep a single defconfig
` [PATCH 4/4] mx6slevk: Convert to OF_UPSTREAM

[PATCH] fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabled
 2024-08-26 18:25 UTC  (2+ messages)

[PATCH v4 00/14] efi: Add a test for EFI bootmeth
 2024-08-26 18:18 UTC  (22+ messages)
` [PATCH v4 02/14] efi_loader: Put back copyright message
` [PATCH v4 03/14] efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE
` [PATCH v4 05/14] efi_loader: Shorten the app rules
` [PATCH v4 08/14] efi: Use the same filename for all sandbox builds
` [PATCH v4 09/14] bootstd: Add debugging for efi bootmeth
` [PATCH v4 10/14] efi_loader: Disable ANSI output for tests
` [PATCH v4 11/14] efi_loader: Add a test app
` [PATCH v4 12/14] efi_loader: Avoid using sandbox virtio devices

[RESEND PATCH v3 0/9] net: tcp: improve tcp support
 2024-08-26 17:58 UTC  (7+ messages)
` [RESEND PATCH v3 7/9] net/tcp: simplify tcp header filling code

[PATCH 1/2] bootm: adjust the print format
 2024-08-26 17:49 UTC  (7+ messages)
` [PATCH 2/2] cmd: booti: "

[PATCH] doc/develop/sending_patches.rst: Clarify when to use which branch
 2024-08-26 17:27 UTC  (4+ messages)
` [PATCH] doc/develop/sending_patches.rst: Reword where our git tree is slightly

[PATCH 0/6] Remove almost all project wiki links
 2024-08-26 16:49 UTC  (7+ messages)
` [PATCH 1/6] doc/arch/m68k.rst: Update toolchain comment
` [PATCH 2/6] doc/arch/mips.rst: Update toolchain list
` [PATCH 3/6] doc: Update rST to not reference the old wiki
` [PATCH 4/6] doc/mkeficapsule.1: Update homepage link
` [PATCH 5/6] bootcount: Update to point to current documentation
` [PATCH 6/6] binman: Update links for sending patches

[PATCH 0/2] phycore-imx8mp: Add support for SPI NOR flash
 2024-08-26 16:49 UTC  (3+ messages)
` [PATCH 1/2] configs: phycore-imx8mp_defconfig: Enable SPI NOR flash support
` [PATCH 2/2] board: phytec: phycore_imx8mp: Add mtd spi partitions

[PATCH] rockchip: add SPI NOR flash support for Radxa E25(CM3I)
 2024-08-26 16:11 UTC  (3+ messages)

[PATCH v9 00/23] Introduce the lwIP network stack
 2024-08-26 16:17 UTC  (11+ messages)
` [PATCH v9 34/37] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
` [PATCH v9 36/37] [TESTING] configs: set CONFIG_NET=y for FTGMAC100

[PATCH v2 0/8] bootstd: sunxi: Migrate to standard boot
 2024-08-26 15:58 UTC  (5+ messages)
` [PATCH v2 3/8] bootstd: Avoid depending on BLK
` [PATCH v2 7/8] env: Provide a work-around for unquoting fdtfile

[PATCH] treewide: Scrub trailing space
 2024-08-26 15:48 UTC  (2+ messages)

[PATCH 1/6] usb: gadget: Inline usb_add_gadget_udc_release
 2024-08-26 15:47 UTC  (7+ messages)
` [PATCH 2/6] usb: gadget: Drop usb_udc_release()
` [PATCH 3/6] usb: gadget: Track driver data as part of struct usb_gadget
` [PATCH 4/6] usb: gadget: Drop dev_to_usb_gadget()
` [PATCH 5/6] usb: gadget: dwc2: Drop get/set_udc_gadget_private_data()
` [PATCH 6/6] usb: gadget: Pass struct udevice to usb_add_gadget_udc()

[PATCH v7 00/11] efi: CapsuleUpdate: support for dynamic UUIDs
 2024-08-26 15:46 UTC  (13+ messages)
` [PATCH v7 02/11] lib: uuid: add UUID v5 support
` [PATCH v7 03/11] efi: add a helper to generate dynamic UUIDs
` [PATCH v7 04/11] doc: uefi: document dynamic UUID generation
` [PATCH v7 06/11] lib: uuid: supporting building as part of host tools
` [PATCH v7 09/11] tools: mkeficapsule: support generating dynamic GUIDs
` [PATCH v7 11/11] test: lib/uuid: add tests for UUID version/variant bits

[PATCH 1/1] usb: gadget: ether: Disable USB pullup in eth probe
 2024-08-26 14:40 UTC  (13+ messages)

[PATCH v3 0/3] Meson: R/W support for pages used by boot ROM
 2024-08-26 13:17 UTC  (4+ messages)
` [PATCH v3 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag
` [PATCH v3 2/3] mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()'
` [PATCH v3 3/3] mtd: rawnand: meson: read/write access for boot ROM pages

[PATCH v4 00/27] Make LMB memory map global and persistent
 2024-08-26 11:59 UTC  (28+ messages)
` [PATCH v4 01/27] alist: add a helper to check if the list is full
` [PATCH v4 02/27] lmb: remove the unused lmb_is_reserved() function
` [PATCH v4 03/27] lmb: staticize __lmb_alloc_base()
` [PATCH v4 04/27] lmb: use the BIT macro for lmb flags
` [PATCH v4 05/27] lmb: make LMB memory map persistent and global
` [PATCH v4 06/27] lmb: allow for resizing lmb regions
` [PATCH v4 07/27] lmb: remove config symbols used for lmb region count
` [PATCH v4 08/27] lmb: config: add lmb config symbols for SPL
` [PATCH v4 09/27] lmb: allow lmb module to be used in SPL
` [PATCH v4 10/27] lmb: introduce a function to add memory to the lmb memory map
` [PATCH v4 11/27] lmb: reserve common areas during board init
` [PATCH v4 12/27] lmb: remove the lmb_init_and_reserve() function
` [PATCH v4 13/27] lmb: remove lmb_init_and_reserve_range() function
` [PATCH v4 14/27] lmb: bootm: remove superfluous lmb stub functions
` [PATCH v4 15/27] lmb: init: initialise the lmb data structures during board init
` [PATCH v4 16/27] ppc: lmb: move arch specific lmb reservations to arch_misc_init()
` [PATCH v4 17/27] lmb: do away with arch_lmb_reserve()
` [PATCH v4 18/27] lmb: remove the unused board_lmb_reserve() function
` [PATCH v4 19/27] sandbox: move the TCG event log to the start of ram memory
` [PATCH v4 20/27] spl: call spl_board_init() at the end of the spl init sequence
` [PATCH v4 21/27] spl: sandbox: initialise the ram banksize in spl
` [PATCH v4 22/27] sandbox: spl: enable lmb config for SPL
` [PATCH v4 23/27] sandbox: iommu: remove lmb allocation in the driver
` [PATCH v4 24/27] zynq: lmb: do not add to lmb map before relocation
` [PATCH v4 25/27] stm32mp: allow calling optee_get_reserved_memory() from U-Boot
` [PATCH v4 26/27] stm32mp: compute ram_top based on the optee base address
` [PATCH v4 27/27] lmb: add logic to print lmb flag strings

[RFC PATCH 0/1] env: introduce variable value ranges
 2024-08-26 12:51 UTC  (2+ messages)
` [RFC PATCH 1/1] env: introduce variable ranges

[RESEND PATCH v2 0/3] Meson: R/W support for pages used by boot ROM
 2024-08-26 12:20 UTC  (10+ messages)
` [PATCH v2 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag
` [PATCH v2 2/3] mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()'
` [PATCH v2 3/3] mtd: rawnand: meson: read/write access for boot ROM pages

OF_UPSTREAM vs. additional dtbs
 2024-08-26 12:32 UTC  (11+ messages)

[PATCH v2 0/3] efi: Start tidying up memory management
 2024-08-26 11:51 UTC  (7+ messages)
` [PATCH v2 2/3] efi: Convert device_path allocation to use malloc()

[PATCH v6 00/11] Add support for Ethernet Boot on SK-AM62
 2024-08-26 10:51 UTC  (13+ messages)
` [PATCH v6 01/11] common: spl: spl: Init DRAM size in R5/A53 SPL
` [PATCH v6 02/11] firmware: ti_sci: Add No-OP for "RX_FL_CFG"
` [PATCH v6 03/11] soc: ti: k3-navss-ringacc: Initialize base address of ring cfg registers
` [PATCH v6 04/11] soc: ti: k3-navss-ringacc: Fix reset ring API
` [PATCH v6 05/11] soc: ti: k3-navss-ringacc: Fix reconfiguration of qmode API
` [PATCH v6 06/11] dma: ti: k3-udma: Add support for native configuration of chan/flow
` [PATCH v6 07/11] arm: mach-k3: am62x: am625_init: Probe AM65 CPSW NUSS
` [PATCH v6 08/11] configs: am62: Add configs for enabling ETHBOOT in R5SPL
` [PATCH v6 09/11] configs: am62: Enable configs required for Ethboot
` [PATCH v6 10/11] arm: dts: k3-am625-r5-sk: Enable DM services for main_pktdma
` [PATCH v6 11/11] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node

[PATCH v2 00/32] Make LMB memory map global and persistent
 2024-08-26 10:31 UTC  (3+ messages)
` [PATCH v2 05/32] lmb: use the BIT macro for lmb flags

[PATCH v2 1/3] ext4: Fix integer overflow in ext4fs_read_symlink()
 2024-08-26 10:28 UTC  (3+ messages)
` [PATCH v2 3/3] ext4: Fix zalloc()

[PATCH 1/1] efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures
 2024-08-26 10:16 UTC  (2+ messages)

[PATCH v2] imx: ele_ahab: Add HUK derivation support
 2024-08-26 10:08 UTC  (3+ messages)

[PATCH v3] imx: ele_ahab: Add HUK derivation support
 2024-08-26 10:07 UTC 

[PATCH] cmd: sf: prevent overwriting the reserved memory
 2024-08-26  8:48 UTC  (11+ messages)

[PATCH v3 00/27] Make LMB memory map global and persistent
 2024-08-26  8:23 UTC  (6+ messages)
` [PATCH v3 17/27] lmb: do away with arch_lmb_reserve()
` [PATCH v3 18/27] lmb: remove the unused board_lmb_reserve() function

[PATCH v5 00/10] Add support for Ethernet Boot on SK-AM62
 2024-08-26  6:49 UTC  (5+ messages)
` [PATCH v5 10/10] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node

[PATCH v2 0/3] Meson: R/W support for pages used by boot ROM
 2024-08-26  6:15 UTC  (9+ messages)

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

xPL terminology
 2024-08-25 17:52 UTC  (2+ messages)

[PULL MASTER] Pull request efi-2024-10-rc4
 2024-08-25  1:36 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Clear Winbond SR3 WPS bit on boot
 2024-08-25  0:28 UTC  (3+ messages)

[PATCH v2 1/2] arm64: dts: rockchip: add (but disabled) SFC node for Radxa ROCK 5A
 2024-08-24 22:33 UTC  (2+ messages)
` [PATCH v2 2/2] rockchip: add support for Radxa ROCK 5A with SPI NOR flash module

[PATCH 1/2] configs: rockchip: enable gpio-leds driver for Radxa boards
 2024-08-24 22:24 UTC  (4+ messages)
` [PATCH 2/2] arm: dts: rockchip: turn LEDs on at boot "

[PATCH v2] rockchip: add SPI NOR flash support for Radxa E25(CM3I)
 2024-08-24 22:08 UTC 

[PATCH] omap3: omap3evm: Migrate to OF_UPSTREAM
 2024-08-24 21:48 UTC 

[PATCH 1/3] test/overlay: Make this depend on SANDBOX
 2024-08-24 20:02 UTC  (2+ messages)

[PATCH v4 00/14] spl: mmc: Some tweaks for SPL, particularly with MMC
 2024-08-24 20:02 UTC  (2+ messages)

[PATCH 00/17] Implement ACPI on aarch64
 2024-08-24 18:48 UTC  (3+ messages)
` [PATCH 07/17] arm: acpi: Add generic ACPI methods

[PATCH] arm: dts: rockchip: add support for SPI NOR flash on Radxa E25(CM3I)
 2024-08-24 11:23 UTC  (2+ messages)

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

[GIT PULL v2] Please pull u-boot-imx-next-20240823
 2024-08-23 21:57 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