U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-18 17:01:54 to 2025-03-19 15:04:56 UTC [more...]

[PATCH v5 00/46] x86: Improve operation under QEMU
 2025-03-19 15:03 UTC  (6+ messages)
` [PATCH v5 38/46] boot: Consider non-bootable partitions

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

[PATCH 0/5] cmd: fuse: Introduce fuse writebuff sub-system and clean up
 2025-03-19 14:52 UTC  (7+ messages)
` [PATCH 1/5] cmd: fuse: Remove custom string functions
` [PATCH 2/5] doc: cmd: Add documentation for fuse command
` [PATCH 3/5] cmd: fuse: Add fuse writebuff sub-system command
` [PATCH 4/5] drivers: k3_fuse: Add fuse sub-system func calls
` [PATCH 5/5] doc: cmd: Add fuse writebuff cmd documentation

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

[PATCH v2 0/3] Add initrd support to bootm EFI payloads
 2025-03-19 14:45 UTC  (4+ messages)
` [PATCH v2 1/3] efi_loader: efi_load_initrd: provide a memory mapped initrd
` [PATCH v2 2/3] efi_loader: binary_run: register an initrd
` [PATCH v2 3/3] bootm: add support for initrd in do_bootm_efi

[PATCH 0/6] Test improvements
 2025-03-19 14:24 UTC  (10+ messages)
` [PATCH 1/6] abuf: Add a function to copy a buffer
` [PATCH 2/6] abuf: Add a way to printf() into "
` [PATCH 3/6] test: Add a test for strim()
` [PATCH 4/6] membuf: Add an easy way to set up a buffer with data
` [PATCH 5/6] sandbox: Enable PHYS_64BIT for 64-bit builds
` [PATCH 6/6] lib: Provide a signed version of simple_itoa()

[PATCH v2 0/2] Change DRAM message and add RAM doc
 2025-03-19 14:03 UTC  (3+ messages)
` [PATCH v2 1/2] board_f: Modify DRAM message
` [PATCH v2 2/2] doc: memory: Add documentation for system RAM

block devices on MTD and UBI
 2025-03-19 14:06 UTC  (2+ messages)

[PATCH] sunxi: pmic_bus: Move SPL I2C addresses into Kconfig
 2025-03-19 13:56 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME in binman
 2025-03-19 13:08 UTC 

[PATCH 0/3] Add initrd support to bootm EFI payloads
 2025-03-19 13:02 UTC  (12+ messages)
` [PATCH 1/3] efi_loader: efi_load_initrd: provide a memory mapped initrd
` [PATCH 2/3] efi_loader: binary_run: register an initrd

[PATCH v2] spi: cadence_ospi: Add device reset via OSPI controller
 2025-03-19 12:35 UTC  (2+ messages)

[PATCH] configs: Remove duplicated bootcmd 'mmc dev ${mmcdev}'
 2025-03-19  7:25 UTC 

[PATCH] log: Add helpers for calling log_msg_ret() et al
 2025-03-19 12:04 UTC  (2+ messages)

[PATCH v2 0/4] Add support for Ethernet interfaces on RZ/G2L
 2025-03-19 12:04 UTC  (5+ messages)
` [PATCH v2 1/4] net: ravb: Refactor out R-Car specific code
` [PATCH v2 2/4] net: ravb: Add optional reset deassertion
` [PATCH v2 3/4] net: ravb: Add RZ/G2L Support
` [PATCH v2 4/4] renesas_rzg2l_smarc_defconfig: Enable networking support

[PATCH 00/24] clk: Add clk_resolve_parent_clk() and fix up iMX clock drivers
 2025-03-19 11:42 UTC  (27+ messages)
` [PATCH 01/24] clk: Add clk_resolve_parent_clk()
` [PATCH 02/24] clk: clk-mux: Fold clk_register_mux()
` [PATCH 03/24] clk: clk-mux: Use struct udevice instead of struct device
` [PATCH 04/24] clk: clk-mux: Resolve parent clock by name
` [PATCH 05/24] clk: imx: Pass struct udevice into imx_clk_mux*()
` [PATCH 06/24] clk: imx: Pass struct udevice to clk_register_mux()
` [PATCH 07/24] clk: clk-gate: Use struct udevice instead of struct device
` [PATCH 08/24] clk: clk-gate: Resolve parent clock by name
` [PATCH 09/24] clk: imx: gate2: Use struct udevice instead of struct device
` [PATCH 10/24] clk: imx: gate2: Resolve parent clock by name
` [PATCH 11/24] clk: imx: Pass struct udevice into imx_clk_gate*()
` [PATCH 12/24] clk: imx: Pass struct udevice to clk_register_gate*()
` [PATCH 13/24] clk: clk-composite: Use struct udevice instead of struct device
` [PATCH 14/24] clk: clk-composite: Resolve parent clock by name
` [PATCH 15/24] clk: imx: Pass struct udevice into imx_clk_composite*()
` [PATCH 16/24] clk: imx: Convert clock-osc-* back to osc_*
` [PATCH 17/24] clk: imx: Pass struct udevice into imx_clk_pllv3*()
` [PATCH 18/24] clk: imx: pllv3: Resolve parent clock by name
` [PATCH 19/24] clk: clk-divider: Use struct udevice instead of struct device
` [PATCH 20/24] clk: imx: Pass struct udevice into imx_clk_divider*()
` [PATCH 21/24] clk: clk-divider: Resolve parent clock by name
` [PATCH 22/24] clk: clk-fixed-factor: Use struct udevice instead of struct device
` [PATCH 23/24] clk: clk-fixed-factor: Resolve parent clock by name
` [PATCH 24/24] clk: imx: Pass struct udevice into imx_clk_fixed_factor*()

[PATCH 00/10] clk: imx: Use Clock framework to register UART clocks
 2025-03-19 11:41 UTC  (12+ messages)
` [PATCH V3 01/10] clk: imx6q: Properly handle imx6qp ECSPI clk_sels
` [PATCH V3 02/10] clk: imx6q: Register UART clocks
` [PATCH V3 03/10] clk: imx8mm: register "
` [PATCH V3 04/10] clk: imx8mn: "
` [PATCH V3 05/10] serial: mxc: Support bulk enabling clocks
` [PATCH V3 06/10] board: beacon: imx8mm: Let clock system enable UART clock
` [PATCH V3 07/10] board: beacon: imx8mn: "
` [PATCH V3 08/10] clk: imx: select SPL_CLK_COMPOSITE_CCF when SPL_CLK_IMX8MP
` [PATCH V3 09/10] configs: imx8mp_beacon: Select SPL_CLK_IMX8MP
` [PATCH V3 10/10] board: beacon: imx8mp: Let clock system enable UART clock

[PATCH] cmd: cls: do not repeat clearing of console
 2025-03-19 11:20 UTC 

[PATCH v4 00/14] Uthreads
 2025-03-19 10:43 UTC  (4+ messages)
` [PATCH v4 10/14] dm: usb: move bus initialization into new static function usb_init_bus()

[PATCH 0/3] Add support for RAM boot from maskrom mode
 2025-03-19  9:28 UTC  (2+ messages)

[PATCH] arm64: Fix page permissions for platforms running at EL2
 2025-03-19  7:22 UTC 

[PATCH] arm64: imx8mp: Gracefully handle disabled ENV_IS_IN_SPI_FLASH
 2025-03-19  3:31 UTC  (2+ messages)

[PATCH] arch/x86: Add 64-bit U-Boot configuration without SPL
 2025-03-18 19:24 UTC  (3+ messages)

[PATCH 5/5] configs: Add coreboot64-no-spl_defconfig for 64-bit X86 without SPL
 2025-03-18 17:42 UTC 

[PATCH 4/5] Fix EFI boot file name definition for 64-bit x86
 2025-03-18 17:41 UTC 

[PATCH 3/5] arch/x86/lib: Fix CONFIG_X86_64 usage in zimage.c
 2025-03-18 17:40 UTC 

[PATCH 2/5] arch/x86/cpu: Call x86_cpu_reinit_f for 64-bits
 2025-03-18 17:40 UTC 

[PATCH 1/5] arch/x86: Add 64-bit U-Boot configuration without SPL
 2025-03-18 17:39 UTC 

[PATCH 0/5] 64-bit U-Boot configuration without SPL
 2025-03-18 17:39 UTC 

help
 2025-03-18 16:49 UTC 

[PATCH 00/19] am62: IO+DDR resume support
 2025-03-18 16:35 UTC  (4+ messages)
` [PATCH 02/19] arm: mach-k3: Kconfig: Add symbols for IO+DDR Low Power Mode

[PATCH v2] net: miiphybb: Update documentation
 2025-03-19  2:52 UTC  (3+ messages)

[PATCH 0/3] ravb driver fixes
 2025-03-19  2:37 UTC  (6+ messages)
` [PATCH 3/3] net: ravb: Fix error handling in ravb_probe

[PATCH 0/5] Add support for RZ/G2L USB interface
 2025-03-19  2:33 UTC  (6+ messages)
` [PATCH 1/5] reset: rzg2l-usbphy-ctrl: Add new driver

[PATCH v2 0/5] Add support for RZ/G2L USB interface
 2025-03-19  2:32 UTC  (5+ messages)
` [PATCH v2 1/5] reset: rzg2l-usbphy-ctrl: Add new driver
` [PATCH v2 5/5] renesas_rzg2l_smarc_defconfig: Enable USB support

[PATCH 1/4] cpu: imx8_cpu: Print Speed grade if IMX_THERMAL or IMX_TMU
 2025-03-19  2:13 UTC  (5+ messages)
` [PATCH 2/4] arm64: imx: imx8mm-beacon: Enable CPU_IMX
` [PATCH 3/4] arm64: imx: imx8mn-beacon: "
` [PATCH 4/4] arm64: imx: imx8mp-beacon: "

[PATCH v5 00/29] pxe: Precursor series for supporting read_all() in extlinux / PXE
 2025-03-18 23:21 UTC  (2+ messages)

[PATCH 1/2] arc: Rework Kconfig choice menus
 2025-03-18 22:56 UTC  (5+ messages)
` [PATCH 2/2] arc: Migrate to SYS_{BIG,LITTLE}_ENDIAN fully

[GIT PULL] Please pull u-boot-ufs-next-20250318
 2025-03-18 19:11 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-amlogic-20250318 into next
 2025-03-18 19:11 UTC  (2+ messages)

[PATCH v2] configs: am68_sk_r5: Enable AVS config
 2025-03-18 18:46 UTC 

[PATCH 1/1] dumpimage: fix handling of StarFive SPL too long
 2025-03-18 17:02 UTC  (2+ messages)

[PATCH] checkpatch.pl: Report an error for CONFIG_xPL_BUILD in device trees
 2025-03-18 17:02 UTC  (2+ messages)

[PATCH] qconfig: Correct unhashable-type error with --scan-source
 2025-03-18 17:02 UTC  (2+ messages)

[PATCH 1/1] scripts: typos in event_dump.py
 2025-03-18 17:02 UTC  (2+ messages)

[PATCH v2] configs: j784s4-am69: Enable UFS
 2025-03-18 17:01 UTC  (2+ messages)

[PATCH 00/13] *** Various Improvements for phyCORE-AM62/A SoMs ***
 2025-03-18 17:01 UTC  (2+ messages)

[PATCH 0/2] vepxpress64: disable CRC32 by default and add FVP with TF-A guide
 2025-03-18 17:01 UTC  (2+ messages)

[PATCH] sandbox_vpl: Enable missing TPL_DM_I2C symbol
 2025-03-18 17:01 UTC  (2+ messages)

[PATCH] serial: Add missing TPL_SYS_NS16550_SERIAL symbol
 2025-03-18 17:01 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