messages from 2024-10-17 23:12:22 to 2024-10-18 14:55:03 UTC [more...]
[PATCH v1 0/3] PolarFire SoC clock devicetree rework
2024-10-18 14:54 UTC
[PATCH 1/1] efi_loader: remove ERROR:, WARNING: prefixes in messages
2024-10-18 14:54 UTC (3+ messages)
[PATCH 0/3] block: make blk_create_device() static
2024-10-18 14:52 UTC (6+ 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 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/6] Enable https for wget
2024-10-18 14:38 UTC (8+ 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/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] lmb: notify when adjacent regions are added
2024-10-18 14:07 UTC (4+ messages)
[PATCH v2 0/2] sandbox: add bootmethod EFI boot-manager
2024-10-18 13:42 UTC (4+ messages)
` [PATCH v2 1/2] efi_loader: reduce noisiness if ESP is missing
` [PATCH v2 2/2] sandbox: add bootmethod EFI boot-manager
[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
ll_entry_count returns 0 even though the linker list has 5 entries
2024-10-18 7:39 UTC (4+ messages)
[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 v1 0/4] x86: Clean up and fix to avoid compiler warnings
2024-10-18 11:43 UTC (18+ 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 00/34] bootstd: Support recording images
2024-10-18 9:03 UTC (40+ 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] menu: fix the logic checking whether ESC key is pressed
2024-10-18 8:38 UTC
[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 1/3] x86: coreboot: Update the timestamp code to use sysinfo
2024-10-18 7:44 UTC (7+ messages)
` [PATCH 2/3] x86: coreboot: Add timestamps from coreboot to bootstage
` [PATCH 3/3] x86: coreboot: Enable receiving timestamps from coreboot
[PATCH 0/8] membuff: Add tests and update to support a flag for empty/full
2024-10-18 7:05 UTC (10+ 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
[PATCH] binman: Add option for pointing to external description
2024-10-18 6:01 UTC (11+ messages)
[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 v3 0/8] bootstd: sunxi: Migrate to standard boot
2024-10-18 4:38 UTC (14+ messages)
` [PATCH v3 1/8] blk: Make functions available unconditionally
` [PATCH v3 2/8] bootstd: Avoid calling unavailable block functions
` [PATCH v3 3/8] bootstd: Avoid depending on BLK
` [PATCH v3 4/8] sunxi: Add a bootmeth for FEL
` [PATCH v3 8/8] sunxi: Move to text environment
[PATCH v6 00/12] efi: Add a test for EFI bootmeth
2024-10-18 3:40 UTC (7+ messages)
` [PATCH v6 06/12] efi: Use the same filename for all sandbox builds
[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 (7+ messages)
` [PATCH v9 21/37] arm: lib: Add GICV2 driver
` [PATCH v9 24/37] common: Enable BLOBLIST_TABLES on arm
` [PATCH v9 25/37] board: emulation: Add QEMU sbsa support
[PATCH v3 0/7] Allow showing the memory map
2024-10-17 23:18 UTC (6+ messages)
` [PATCH v3 2/7] common: Tidy up how malloc() is inited
[PATCH 1/2] video: Allow querying the font size
2024-10-17 23:12 UTC (8+ messages)
` [PATCH 2/2] coreboot: Switch to a monospaced font
[PATCH] x86: Make default_print_cpuinfo be a weak alias for print_cpuinfo
2024-10-17 23:12 UTC (2+ messages)
[PATCH 1/4] virtio: blk: introduce virtio-block erase support
2024-10-17 23:12 UTC (3+ messages)
[PATCH 0/6] x86: Correct timer overflow and add msr/cpuid commands
2024-10-17 23:12 UTC (13+ messages)
` [PATCH 1/6] x86: Show the CPU vendor in bdinfo
` [PATCH 2/6] x86: Ensure the CPU identity exists for timer init
` [PATCH 3/6] x86: Avoid timer-clock overflow
` [PATCH 4/6] x86: Sync up tsc_timer with Linux
` [PATCH 5/6] x86: Add a cpuid command
` [PATCH 6/6] x86: Add msr command
[PATCH 0/3] Implement signing FIT images during image build
2024-10-17 23:12 UTC (10+ 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] buildman: Correct some warnings about regex strings
2024-10-17 23:11 UTC (2+ messages)
[PATCH 1/3] u_boot_pylib: Support running coverage on selected functions
2024-10-17 23:11 UTC (7+ messages)
` [PATCH 2/3] binman: Support getting test-coverage on just one test
` [PATCH 3/3] binman: Add a tutorial on resolving test-coverage bugs
[PATCH] sandbox_spl: Restrict use of UPL when not enabled
2024-10-17 23:11 UTC (4+ messages)
[PATCH] sandbox: dts: Add missing sandbox, emul phandle to sandbox-pmic
2024-10-17 23:11 UTC (3+ messages)
[PATCH v3 00/20] x86: expo: Add support for editing coreboot CMOS RAM settings
2024-10-17 23:11 UTC (21+ messages)
` [PATCH v3 01/20] video: Add a dark-grey console colour
` [PATCH v3 02/20] video: Avoid starting a new line to close to the bottom
` [PATCH v3 03/20] expo: Place menu items to the right of all labels
` [PATCH v3 04/20] expo: Set the initial next_id to 1
` [PATCH v3 05/20] expo: Use standard numbering for save and discard
` [PATCH v3 06/20] expo: Allow menu items to have values
` [PATCH v3 07/20] expo: Add a little more cedit CMOS logging
` [PATCH v3 08/20] expo: Support menu-item values in cedit
` [PATCH v3 09/20] expo: Drop unneceesary calls to expo_str()
` [PATCH v3 10/20] expo: Drop scene_title_set()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox