U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-01 13:19:27 to 2025-05-03 02:10:31 UTC [more...]

[RFC 0/8] boot: run EFI boot manager after block devices
 2025-05-03  2:10 UTC  (21+ messages)
` [RFC 1/8] boot: EFI boot manager does not depend on BootOrder
` [RFC 2/8] boot: BOOTMETH_DISTRO should select BOOTMETH_EFI_BOOTMGR
` [RFC 3/8] boot: make BOOTMETH_EFILOADER default=n
` [RFC 7/8] efi_loader: create EFI BOOTDEV

[PATCH v2 0/8] Qualcomm: cleanup OF_LIVE fixup and fix RB1/2
 2025-05-03  2:09 UTC  (5+ messages)
` [PATCH v2 8/8] pinctrl: qcom: qcm2290: fix off by 1 in pin_count

Please pull u-boot-dm
 2025-05-02 22:21 UTC  (2+ messages)

[PATCH 0/3] Add support for eCAP PWM and LCD pin mux
 2025-05-02 21:32 UTC  (2+ messages)

[PATCH 0/2] Almost complete DM_SERIAL migration
 2025-05-02 20:07 UTC  (3+ messages)
` [PATCH 1/2] PowerPC / Layerscape: Finish migration to DM_SERIAL
` [PATCH 2/2] global: Convert almost all remaining non-DM_SERIAL users

[PATCH] [RFC]: dtc: Add Kconfig option to pad device tree blob
 2025-05-02 18:38 UTC 

[PATCH 0/3] RFC: test: Bring in the test hooks
 2025-05-02 20:04 UTC  (12+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] doc: Tidy up the hooks documentation
` [PATCH 3/3] CI: Update to use the hooks in the U-Boot repo

[PATCH 00/13] video: Enhancements related to truetype and console
 2025-05-02 19:59 UTC  (2+ messages)

bugfix CAAM error on startup
 2025-05-02 17:33 UTC 

[PATCH] arm: dts: k3-am62a-*-binman: Update ti-dm blob
 2025-05-02 15:55 UTC  (2+ messages)

Convert DS109 in U-Boot to DM_SERIAL
 2025-05-02 15:09 UTC  (3+ messages)

[PATCH v2 00/22] Deal with exfat versus byteorder
 2025-05-02 15:04 UTC  (16+ messages)
` [PATCH v2 02/22] congatec: Include env.h to permit reading the environment
` [PATCH v2 11/22] synology: "

[PATCH v2 00/60] expo: Various features and improvements
 2025-05-02 15:01 UTC  (63+ messages)
` [PATCH v2 01/60] sandbox: Provide an option to skip flattree tests
` [PATCH v2 02/60] sandbox: Provide an option to continue on failure
` [PATCH v2 03/60] video: Make white-on-black a video-device property
` [PATCH v2 04/60] sandbox: Select white-on-black
` [PATCH v2 05/60] abuf: Add a function to copy a buffer
` [PATCH v2 06/60] abuf: Add a way to printf() into "
` [PATCH v2 07/60] video: Add a test for font measurement
` [PATCH v2 08/60] video: Begin support for measuring multiple lines of text
` [PATCH v2 09/60] video: truetype: Fill in the measured line
` [PATCH v2 10/60] video: truetype: Support newlines in the measured string
` [PATCH v2 11/60] video: truetype: Support a limit on the width of a line
` [PATCH v2 12/60] video: Add a way to write a partial string to the console
` [PATCH v2 13/60] console: Support a format string for stderr output
` [PATCH v2 14/60] test: video: Export the video-checking functions
` [PATCH v2 15/60] video: Allow console output to be silenced
` [PATCH v2 16/60] video: Add a function to draw a rectangle
` [PATCH v2 17/60] expo: Add CLI context to the expo
` [PATCH v2 18/60] expo: Add a function to poll for input
` [PATCH v2 19/60] expo: Destroy the cedit expo when done
` [PATCH v2 20/60] vidconsole: Avoid kerning against an unrelated character
` [PATCH v2 21/60] expo: Create a rendering test for cedit
` [PATCH v2 22/60] expo: Move cedit-state fields into expo
` [PATCH v2 23/60] expo: Test some cedit actions
` [PATCH v2 24/60] expo: Pass in the video device for cedit_prepare()
` [PATCH v2 25/60] expo: Test rendering a lineedit
` [PATCH v2 26/60] expo: Provide access to the current menu item
` [PATCH v2 27/60] expo: Adjust how menu items are highlighted
` [PATCH v2 28/60] expo: Test editing a lineedit
` [PATCH v2 29/60] expo: Split bootflow_menu_run() into two pieces
` [PATCH v2 30/60] expo: Split bootflow_menu_new() "
` [PATCH v2 31/60] expo: Allow adding a single bootflow to a menu
` [PATCH v2 32/60] expo: Rename scene_dim to scene_obj_bbox
` [PATCH v2 33/60] expo: Rename x and y in struct scene_obj_bbox
` [PATCH v2 34/60] expo: Use an abuf to hold strings
` [PATCH v2 35/60] expo: Separate dimensions from the bounding box
` [PATCH v2 36/60] expo: Make bounding-box calculation more flexible
` [PATCH v2 37/60] expo: Support setting the size and bounds of an object
` [PATCH v2 38/60] expo: Line up all menu objects
` [PATCH v2 39/60] expo: Create a struct for generic text attributes
` [PATCH v2 40/60] expo: Move text-rendering into its own function
` [PATCH v2 41/60] expo: Tidy up scene_txt_render()
` [PATCH v2 42/60] expo: Allow strings to be editable
` [PATCH v2 43/60] expo: Check the screen contents after rendering
` [PATCH v2 44/60] expo: Support rendering multiple lines of text
` [PATCH v2 45/60] expo: Support white-on-black in the theme
` [PATCH v2 46/60] expo: Implement a box
` [PATCH v2 47/60] expo: Support object alignment
` [PATCH v2 48/60] expo: Begin implementation of a text editor
` [PATCH v2 49/60] expo: Use a simpler name for USB media
` [PATCH v2 50/60] expo: Drop the gap between groups of menu items
` [PATCH v2 51/60] expo: Add forward declarations to scene_internal.h
` [PATCH v2 52/60] expo: Support highlighting menu items
` [PATCH v2 53/60] expo: Adjust expo_poll() to avoid looping forever
` [PATCH v2 54/60] expo: Drop the render from expo_poll()
` [PATCH v2 55/60] expo: Provide a way to position things relative to display
` [PATCH v2 56/60] expo: Improve the visual appearance of the menu
` [PATCH v2 57/60] expo: Update bootflow_menu_poll() to return a sequence ID
` [PATCH v2 58/60] expo: Split setting up the menu from adding items
` [PATCH v2 59/60] expo: Set up menu fully in bootflow_menu_start()
` [PATCH v2 60/60] expo: Drop the special theme code for bootflow_menu

raspberrypi cm4 usb not working
 2025-05-02 15:00 UTC 

[PATCH v2 0/4] Qualcomm: expand capsule update support
 2025-05-02 14:32 UTC  (5+ messages)

[PATCH v2 0/2] Implement reset to EDL for qcs9100
 2025-05-02 12:32 UTC  (3+ messages)
` [PATCH v2 1/2] sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs

[PATCH 0/2] Add rpi5 specific defconfig
 2025-05-02 14:40 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: rpi5: add rpi5 u-boot.dtsi
` [PATCH 2/2] configs: rpi5: add rpi5 specific defconfig

Lab failure on JH7110 (StarFive VisionFive 2)
 2025-05-02 14:50 UTC  (5+ messages)

[PATCH] CI: Update the CI lab
 2025-05-02 14:10 UTC  (6+ messages)

[PATCH 0/5] lmb: use a single API for all allocations
 2025-05-02 13:41 UTC  (13+ messages)
` [PATCH 1/5] lmb: replace lmb_reserve() and lmb_alloc_addr() API's
` [PATCH 2/5] lmb: replace the lmb_alloc() and lmb_alloc_base() API's
` [PATCH 3/5] lmb: staticise lmb_add_memory()
` [PATCH 4/5] lmb: use a single function to free up memory

[PATCH v4 0/6] watchdog: at91sam9_wdt driver enhancement
 2025-05-02 12:31 UTC  (5+ messages)
` [PATCH v4 5/6] ARM: dts: sam9x60: Add watchdog DT node
` [PATCH v4 6/6] ARM: dts: at91: sam9x60-curiosity: Enable watchdog node

[PATCH 1/3] arm64: imx: imx8mm-beacon: Enable BOOTAUX
 2025-05-02 10:58 UTC  (3+ messages)
` [PATCH 2/3] arm64: imx: imx8mn-beacon: "
` [PATCH 3/3] arm64: imx: imx8mp-beacon: "

[PATCH v2 1/1] efi_loader: add dbginfodump.efi
 2025-05-02  9:46 UTC  (2+ messages)

[PATCH 0/3] Add fdt-fixups for AM62A variants
 2025-05-02  9:38 UTC  (6+ messages)
` [PATCH 1/3] arm: mach-k3: am62a: Fixup CPU core, DSS, CAN-FD and Video-codec nodes in fdt
` [PATCH 3/3] arm: mach-k3: am62a: Fixup a53 max cpu frequency by speed-grade

[PATCH v1] board: ti: common: Kconfig: add CMD_CACHE
 2025-05-02  9:21 UTC  (2+ messages)

[PATCH] net: mdio: mux-meson-gxl: set reversed bit when using internal phy
 2025-05-02  6:51 UTC 

[PATCH v1 1/1] arm: socfpga: agilex5: Sub-device check enabled for runtime workaround
 2025-05-02  6:04 UTC  (2+ messages)

Pull request efi-2025-07-rc2
 2025-05-02  6:01 UTC  (3+ messages)

[PATCH v1 1/1] arm: socfpga: agilex5: Coverity issue cleanup in jtag_usercode check
 2025-05-02  4:42 UTC  (2+ messages)

Build for RISC-V with LLVM
 2025-05-02  2:31 UTC  (6+ messages)

Convert xtfpga U-Boot platform to DM_SERIAL
 2025-05-01 23:03 UTC 

[PATCH v3 00/22] passage: Define a standard for firmware data flow
 2025-05-01 21:11 UTC  (11+ messages)

Please pull u-boot-dm
 2025-05-01 21:21 UTC  (3+ messages)

[PATCH] bloblist: Add maintainer
 2025-05-01 21:12 UTC  (2+ messages)

[PATCH] configs: j722s_evm_r5_defconfig: Enable PMIC config
 2025-05-01 17:53 UTC 

[PATCH 1/4] cmd/cat.c: Add missing include
 2025-05-01 16:47 UTC  (4+ messages)
` [PATCH 2/4] ext4fs.c: "
` [PATCH 3/4] fat.c: "
` [PATCH 4/4] fs.h: Switch to using rtc_def.h

[PATCH 0/2] efi_loader: fix initrd loading
 2025-05-01 15:47 UTC  (4+ messages)
` [PATCH 1/2] efi_loader: bootbin: split initrd registration and installation

[PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
 2025-05-01 15:03 UTC  (7+ messages)

[PATCH v2] mtd: mtdpart: Support MTDPART_SIZ_FULL in fixed-partitions
 2025-05-01 14:23 UTC  (2+ messages)

[PATCH v2 00/18] bootstd: Useability improvements
 2025-05-01 13:37 UTC  (19+ messages)
` [PATCH v2 01/18] abuf: Add a helper for initing and allocating a buffer
` [PATCH v2 02/18] fs: boot: Update fs_read_alloc() to use abuf
` [PATCH v2 03/18] fs: boot: Update fs_load_alloc() "
` [PATCH v2 04/18] fs: boot: Update bootmeth_alloc_other() "
` [PATCH v2 05/18] bootstd: Add more debugging to bootmeth_efi
` [PATCH v2 06/18] bootstd: Add more debugging to bootmeth_extlinux
` [PATCH v2 07/18] bootstd: Try all bootmeths on the final partition
` [PATCH v2 08/18] bootstd: Fully complete iteration of a uclass
` [PATCH v2 09/18] test/py: Split out core of Fedora image into a new function
` [PATCH v2 10/18] test/py: Add an extlinux file similar to Ubuntu
` [PATCH v2 11/18] usb: Use more useful names for block devices
` [PATCH v2 12/18] sandbox: Use a unique name for each USB controller
` [PATCH v2 13/18] bootstd: Tweak scanning with labels
` [PATCH v2 14/18] bootstd: Tidy up a nested CONFIG_IS_ENABLED(BOOTSTD)
` [PATCH v2 15/18] bootstd: Provide a command to select the bootdev order
` [PATCH v2 16/18] bootstd: Correct the comment for bootmeth_set_order()
` [PATCH v2 17/18] bootstd: Expand debugging in bootdev_find_in_blk()
` [PATCH v2 18/18] bootstd: Mention FS state in bootmeth_read_bootflow()

[PATCH v2 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti
 2025-05-01 13:18 UTC  (4+ messages)
` [PATCH v2 1/3] boot: Add a function to check if a linux Image is supported
` [PATCH v2 2/3] bootm: Add RISC-V support in booti_is_supported()
` [PATCH v2 3/3] booti: Allow using 10x the uncompressed size with booti


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