public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2024-10-17 23:19:52 to 2024-10-18 17:54:51 UTC [more...]

[PATCH 00/34] bootstd: Support recording images
 2024-10-18 17:54 UTC  (48+ messages)
` [PATCH 01/34] alist: Mention the error condition in alist_add_placeholder()
` [PATCH 02/34] alist: Add a comment for alist_init_struct()
` [PATCH 03/34] alist: Expand the comment for alist_get()
` [PATCH 04/34] alist: Add a way to get the next element
` [PATCH 05/34] alist: Add for-loop helpers
` [PATCH 06/34] alist: Add a function to empty the list
` [PATCH 07/34] alist: Add a way to efficiently filter an alist
` [PATCH 08/34] dm: core: Add a function to see if a device exists
` [PATCH 09/34] test: boot: Use a consistent name for the script bootmeth
` [PATCH 10/34] bootstd: Move bootflow-adding to bootstd
` [PATCH 11/34] bootstd: Move bootflow-clearing "
` [PATCH 12/34] bootstd: Add a function to get bootstd only if available
` [PATCH 13/34] bootstd: Drop the bootdev-specific list of bootflows
` [PATCH 14/34] bootstd: Move the bootflow list into an alist
` [PATCH 15/34] image: Add a new type for extlinux
` [PATCH 16/34] image: Add a new type for EFI apps
` [PATCH 17/34] image: Add a new type for logo images
` [PATCH 18/34] image: Add a new type for a command-line string
` [PATCH 19/34] test: Expand implementation of ut_list_has_dm_tests()
` [PATCH 20/34] test: Drop the duplicate line in setup_bootmenu_image()
` [PATCH 21/34] test: boot: Update bootflow_iter() for console checking
` [PATCH 22/34] bootstd: cros: Correct the x86-setup address
` [PATCH 23/34] bootstd: Maintain a list of images
` [PATCH 24/34] bootstd: Update bootmeth_alloc_file() to record images
` [PATCH 25/34] boot: pxe: Drop the duplicate comment on get_pxe_file()
` [PATCH 26/34] efi: Simplify reading files by using the common function
` [PATCH 27/34] bootmeth: Update the read_file() method to include a type
` [PATCH 28/34] efi: Check the filename-allocation in the network path
` [PATCH 29/34] boot: Update extlinux pxe_getfile_func() to include type
` [PATCH 30/34] boot: Update pxe bootmeth to record images
` [PATCH 31/34] Update bootmeth_alloc_other() "
` [PATCH 32/34] bootstd: Avoid showing an invalid buffer address
` [PATCH 33/34] bootstd: Update cros bootmeth to record images
` [PATCH 34/34] bootstd: Add a simple command to list images

[PATCH v3 3/8] bootstd: Avoid depending on BLK
 2024-10-18 17:52 UTC  (14+ messages)
` [PATCH v3 0/8] bootstd: sunxi: Migrate to standard boot
  ` [PATCH v3 4/8] sunxi: Add a bootmeth for FEL
  ` [PATCH v3 8/8] sunxi: Move to text environment

[PATCH v2 0/2] sandbox: add bootmethod EFI boot-manager
 2024-10-18 17:26 UTC  (7+ messages)
` [PATCH v2 1/2] efi_loader: reduce noisiness if ESP is missing
` [PATCH v2 2/2] sandbox: add bootmethod EFI boot-manager

[PATCH 0/6] Enable https for wget
 2024-10-18 17:20 UTC  (13+ messages)
` [PATCH 1/6] mbedtls: Enable TLS 1.2 support
` [PATCH 2/6] net: lwip: Update lwIP for mbedTLS > 3.0 support and enable https
` [PATCH 3/6] net: lwip: Add Support Server Name Indication support
` [PATCH 4/6] net: lwip: Enable https:// support for wget
` [PATCH 5/6] configs: Enable htts for wget on qemu arm64
` [PATCH 6/6] doc: uefi: Describe UEFI HTTPs boot

[PATCH 0/2] rockchip: rk35xx: Implement checkboard() to print SoC variant
 2024-10-18 16:52 UTC  (4+ messages)
` [PATCH 1/2] rockchip: rk356x: "
` [PATCH 2/2] rockchip: rk3588: "

[PATCH v6 00/12] efi: Add a test for EFI bootmeth
 2024-10-18 16:51 UTC  (9+ messages)
` [PATCH v6 06/12] efi: Use the same filename for all sandbox builds

[PATCH 2/3] x86: coreboot: Add timestamps from coreboot to bootstage
 2024-10-18 16:39 UTC  (8+ messages)
` [PATCH 1/3] x86: coreboot: Update the timestamp code to use sysinfo

[PATCH v1 3/4] x86: cpu: Add a few prototypes to the header file
 2024-10-18 15:56 UTC  (9+ messages)
` [PATCH v1 0/4] x86: Clean up and fix to avoid compiler warnings

[PATCH v1 1/1] x86: cpu: Describe board final hooks in the header
 2024-10-18 15:55 UTC 

[PATCH] lmb: notify when adjacent regions are added
 2024-10-18 15:02 UTC  (5+ messages)

[PATCH] menu: fix the logic checking whether ESC key is pressed
 2024-10-18 15:02 UTC  (2+ messages)

[PATCH] binman: Add option for pointing to external description
 2024-10-18 14:59 UTC  (12+ messages)

[PATCH 0/3] block: make blk_create_device() static
 2024-10-18 14:57 UTC  (7+ messages)
` [PATCH 1/3] rockchip: block: simplify rkmtd driver
` [PATCH 2/3] efi_driver: use blk_create_devicef()
` [PATCH 3/3] block: make blk_create_device() static

[PATCH 0/8] membuff: Add tests and update to support a flag for empty/full
 2024-10-18 14:55 UTC  (11+ messages)
` [PATCH 1/8] membuff: Rename functions to have membuf_ prefix
` [PATCH 2/8] membuff: Rename the files to membuf
` [PATCH 3/8] membuf: Rename struct
` [PATCH 4/8] membuf: Include stdbool
` [PATCH 5/8] membuf: Correct implementation of membuf_dispose()
` [PATCH 6/8] membuf: Add some tests
` [PATCH 7/8] membuf: Minor code-style improvements
` [PATCH 8/8] membuf: Support a flag for being full

ll_entry_count returns 0 even though the linker list has 5 entries
 2024-10-18 14:55 UTC  (5+ messages)

[PATCH v1 0/3] PolarFire SoC clock devicetree rework
 2024-10-18 14:54 UTC  (4+ messages)
` [PATCH v1 1/3] clk: microchip: mpfs: support new syscon based devicetree configuration
` [PATCH v1 2/3] board: mpfs_icicle: imply new clk driver dependencies
` [PATCH v1 3/3] riscv: dts: mpfs: migrate to OF_UPSTREAM

[PATCH 1/1] efi_loader: remove ERROR:, WARNING: prefixes in messages
 2024-10-18 14:54 UTC  (3+ messages)

[PATCH 1/1] efi_loader: add missing lf in error message
 2024-10-18 14:52 UTC  (3+ messages)

[PATCH 1/1] cmd: upl: correct printf code
 2024-10-18 14:52 UTC  (3+ messages)

[PATCH 0/6] efi: Start to chip away at the EFI workaround
 2024-10-18 14:51 UTC  (7+ messages)
` [PATCH 1/6] efi: Refactor device and image paths into a function
` [PATCH 2/6] efi: Make efi_run_image() static
` [PATCH 3/6] efi: Update efi_run_image() to accept image and device path
` [PATCH 4/6] efi: Add a version of efi_binary_run() with more parameters
` [PATCH 5/6] efi: Move the fallback code from efi_run_image()
` [PATCH 6/6] efi: Pass in the require parameters from EFI bootmeth

[PATCH 0/5] collected fallout of porting an ATSAMA5D27 based board
 2024-10-18 14:19 UTC  (9+ messages)
` [PATCH 0/5] collected fallout of porting an ATSAMA5D2 "
` [PATCH 1/5] tiny-printf: Handle NULL pointer argument to %s
` [PATCH 2/5] drivers/mtd/ubispl/ubispl.c: Fix error message
` [PATCH 3/5] mtd: nand: raw: Fix potential NULL pointer dereference
` [PATCH 4/5] mtd: nand: Update NAND manufacturer Ids
` [PATCH 5/5] mtd: nand: raw: atmel_nand: Add missing nand_scan_ident()

[PATCH v2] usb: dwc3-generic: use DR_MODE_OTG when dr_mode isn't specified
 2024-10-18 13:27 UTC 

[GIT PULL v2] Please pull u-boot-imx-master-20241018a
 2024-10-18 13:00 UTC 

[PATCH v5 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
 2024-10-18 12:41 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-master-20241018
 2024-10-18 12:37 UTC  (2+ messages)

[PATCH] ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variables
 2024-10-18 12:33 UTC  (2+ messages)

[PATCH] clk: imx8: Add dummy clk
 2024-10-18 12:32 UTC  (2+ messages)

[PULL] u-boot-at91-fixes-2025.01-a
 2024-10-18  9:55 UTC 

[PATCH 0/1] sama5d3.dtsi pinctrl section fix
 2024-10-18  9:29 UTC  (6+ messages)
` [PATCH 1/1] Fixed sama5d3 dts file so PIO sections are inside pinctrl as in kernel dts

[PATCH v1 0/1] Fix peripheral USB mode detection
 2024-10-18  6:52 UTC  (8+ messages)
` [PATCH v1 1/1] usb: ci_udc: don't use "advance" feature when setting address

[PATCH 0/8] rockchip: Add support for FriendlyElec NanoPC-T6 LTS
 2024-10-18  5:37 UTC  (5+ messages)
` [PATCH 1/8] arm64: dts: rockchip: prepare NanoPC-T6 for LTS board

[PATCH v2] pico-imx7d: Increase ODT resistor value
 2024-10-18 12:31 UTC  (2+ messages)

[PATCH V3] cpu: imx8_cpu: Avoid revision to corrupt device tree
 2024-10-18 12:31 UTC  (2+ messages)

[PATCH v4] dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dts
 2024-10-18 12:31 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Fix the qspi parallel memory issues
 2024-10-18  8:26 UTC 

[PATCH] mmc: renesas-sdhi: Add compatible string for rzg2l-sdhi
 2024-10-18  7:51 UTC 

[PATCH v2 0/3] image: android: misc fixes when using on Qualcomm platforms
 2024-10-18  5:49 UTC  (2+ messages)

[PATCH 0/6] Add OPP_LOW support for J7200
 2024-10-18  4:51 UTC  (4+ messages)
` [PATCH 6/6] DONOTMERGE: For testing only

Please pull u-boot-dm
 2024-10-18  4:40 UTC  (2+ messages)

[PATCH v2 0/4] Cleanup dma device in spl and move dma channel[0]
 2024-10-18  1:57 UTC  (2+ messages)

[PATCH] arm: dts: k3-j722s-binman: Add support for HS-SE
 2024-10-18  1:57 UTC  (2+ messages)

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

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

[PATCH] arm: mach-k3: am62: fixup thermal cooling device cpus
 2024-10-18  1:57 UTC  (2+ messages)

[PATCH] lib: fdtdec: Parse the gzip/lzo headers only when dependencies have met
 2024-10-18  1:57 UTC  (2+ messages)

[PATCH] Extend usage for OF_OVERLAY_LIST beyond SPL
 2024-10-18  1:57 UTC  (2+ messages)

[PATCH V2] cpu: imx8_cpu: Avoid revision to corrupt device tree
 2024-10-18  1:02 UTC  (3+ messages)

[PATCH 1/1] sandbox: add bootmethod EFI boot-manager
 2024-10-18  1:00 UTC  (4+ messages)

[PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region
 2024-10-17 23:34 UTC  (6+ messages)

[PATCH v4 0/8] bootstd: sunxi: Migrate to standard boot
 2024-10-17 23:25 UTC  (9+ messages)
` [PATCH v4 1/8] blk: Make functions available unconditionally
` [PATCH v4 2/8] bootstd: Avoid calling unavailable block functions
` [PATCH v4 3/8] bootstd: Avoid depending on BLK
` [PATCH v4 4/8] sunxi: Add a bootmeth for FEL
` [PATCH v4 5/8] sunxi: Move to bootstd
` [PATCH v4 6/8] sunxi: Drop old distro boot variables
` [PATCH v4 7/8] env: Provide a work-around for unquoting fdtfile
` [PATCH v4 8/8] sunxi: Move to text environment

[PATCH 0/4] some serial rx buffer patches
 2024-10-17 23:23 UTC  (5+ messages)
` [PATCH 1/4] serial: fix circular rx buffer edge case

[PATCH v3 03/15] efi: memory: use the lmb API's for allocating and freeing memory
 2024-10-17 23:23 UTC  (12+ messages)

[PATCH v9 00/37] Implement ACPI on aarch64
 2024-10-17 23:18 UTC  (3+ messages)
` [PATCH v9 24/37] common: Enable BLOBLIST_TABLES on arm


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