U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-18 21:12:08 to 2023-11-21 02:58:30 UTC [more...]

[PATCH v3] smbios: arm64: Ensure table is written at a good address
 2023-11-21  2:58 UTC 

Pull request efi-2024-01-rc4
 2023-11-21  2:34 UTC 

[PATCH v5 00/12] Resolve issues with booting distros on x86
 2023-11-21  2:15 UTC  (15+ messages)
` [PATCH v5 01/12] efi: Correct handling of frame buffer
` [PATCH v5 02/12] bootstd: Refactor mmc prep to allow a different scan
` [PATCH v5 03/12] bootstd: Add a return code to bootflow menu
` [PATCH v5 04/12] x86: coreboot: Add a boot script
` [PATCH v5 05/12] usb: Avoid unbinding devices in use by bootflows
` [PATCH v5 06/12] expo: Correct background colour
` [PATCH v5 07/12] video: Correct setting of cursor position
` [PATCH v5 08/12] video: Drop unnecessary truetype operations from SPL
` [PATCH v5 09/12] x86: Enable SSE in 64-bit mode
` [PATCH v5 10/12] x86: coreboot: Enable truetype fonts
` [PATCH v5 11/12] x86: qemu: Expand ROM size
` [PATCH v5 12/12] x86: qemu: Enable truetype fonts

[PATCH 1/1] efi_loader: fix efi_show_tables()
 2023-11-21  2:16 UTC  (2+ messages)

[PATCH v2 0/6] smbios: Deal with tables beyond 4GB
 2023-11-21  2:16 UTC  (4+ messages)
` [PATCH v2 3/6] smbios: Use SMBIOS 3.0 to support an address above 4GB

[PATCH v3 00/32] bootm: Refactoring to reduce reliance on CMDLINE (part A)
 2023-11-21  2:16 UTC  (14+ messages)
` [PATCH v3 03/32] mmc: env: Unify the U_BOOT_ENV_LOCATION conditions
` [PATCH v3 07/32] bootm: Simplify arguments for bootm_pre_load()
` [PATCH v3 22/32] bootm: Reduce arguments to boot_get_fdt()
` [PATCH v3 23/32] bootm: Reduce arguments to boot_get_fpga()
` [PATCH v3 24/32] bootm: Reduce arguments to boot_get_loadables()
` [PATCH v3 25/32] bootm: Simplify Android ramdisk addr in bootm_find_images()
` [PATCH v3 26/32] bootm: efi: Drop special call to bootm_find_other()
` [PATCH v3 27/32] bootm: optee: "
` [PATCH v3 31/32] bootstd: Introduce programmatic boot
` [PATCH v3 32/32] command: Introduce functions to obtain command arguments

[PATCH] libretech-cc: Populate SMBIOS information
 2023-11-21  2:16 UTC  (2+ messages)

[PATCH] drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt
 2023-11-21  2:16 UTC  (2+ messages)

[PATCH 1/2] global: Clean up arch/*/dts/Makefile
 2023-11-21  2:16 UTC  (5+ messages)

[PATCH 0/5] smbios: Deal with tables beyond 4GB
 2023-11-21  2:16 UTC  (3+ messages)

[PATCH 1/3] configs: keystone2: Remove unused SPL_MALLOC_F_SIZE and KEYSTONE_SPL_STACK_SIZE
 2023-11-21  2:16 UTC  (6+ messages)
` [PATCH 2/3] configs: keystone2: Do not include hardware.h

[PATCH] lib/Kconfig: Correct typo about SYSINFO_SMBIOS in help message
 2023-11-21  2:16 UTC  (2+ messages)

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-11-21  2:12 UTC  (6+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH v2 0/5] video: Improve syncing performance with cyclic
 2023-11-21  2:09 UTC  (6+ messages)
` [PATCH v2 1/5] cyclic: Add a symbol for SPL
` [PATCH v2 2/5] video: Move last_sync to private data
` [PATCH v2 3/5] video: Use cyclic to handle video sync
` [PATCH v2 4/5] sandbox: Increase cyclic CPU-time limit
` [PATCH v2 5/5] sandbox: Drop video-sync in serial driver

[PATCH v2 00/12] cmd: bootefi: refactor the code for bootmgr
 2023-11-21  1:29 UTC  (13+ messages)
` [PATCH v2 01/12] cmd: bootefi: unfold do_bootefi_image()
` [PATCH v2 02/12] cmd: bootefi: re-organize do_bootefi()
` [PATCH v2 03/12] cmd: bootefi: carve out EFI boot manager interface
` [PATCH v2 04/12] cmd: bootefi: carve out binary execution interface
` [PATCH v2 05/12] cmd: bootefi: localize global device paths for efi_selftest
` [PATCH v2 06/12] cmd: bootefi: move library interfaces under lib/efi_loader
` [PATCH v2 07/12] cmd: efidebug: ease efi configuration dependency
` [PATCH v2 08/12] bootmeth: use efi_loader interfaces instead of bootefi command
` [PATCH v2 09/12] efi_loader: split unrelated code from efi_bootmgr.c
` [PATCH v2 10/12] efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR
` [PATCH v2 11/12] net: tftp: remove explicit efi configuration dependency
` [PATCH v2 12/12] fs: "

[PATCH 1/1] efi_loader: generated SMBIOS table below 4 GiB
 2023-11-20 22:25 UTC 

[PATCH] arm: mach-k3: J721e: Add xSPI boot mode
 2023-11-20 22:09 UTC 

[PATCH 0/5] video: Improve syncing performance with cyclic
 2023-11-20 20:58 UTC  (12+ messages)
` [PATCH 1/5] cyclic: Disable in SPL builds
` [PATCH 2/5] video: Move last_sync to private data
` [PATCH 3/5] video: Use cyclic to handle video sync
` [PATCH 4/5] sandbox: Increase cyclic CPU-time limit
` [PATCH 5/5] sandbox: Drop video-sync in serial driver

[PATCH 1/1] usb: USB_XHCI_PCI depends on PCI
 2023-11-20 15:04 UTC  (2+ messages)

[ANN] U-Boot v2024.01-rc3 released
 2023-11-20 14:05 UTC 

[PATCH] scsi: set dma direction to NONE for TEST UNIT READY
 2023-11-20 14:04 UTC  (3+ messages)

[PATCH v3 0/2] cmd: acpi: fix acpi list command
 2023-11-20 13:35 UTC  (7+ messages)
` [PATCH v3 1/2] acpi: fix struct acpi_xsdt
` [PATCH v3 2/2] cmd: acpi: fix acpi list command

[PATCH 00/15] board: ti: Add support for BeagleBone AI-64
 2023-11-20 13:16 UTC  (8+ messages)
` [PATCH 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file

[PATCH 0/8] USB fixes: xHCI error handling
 2023-11-20 12:15 UTC  (6+ messages)

[PATCH] starfive: visionfive2: add device tree overlay support
 2023-11-20 10:32 UTC  (2+ messages)

[PATCH v2 0/3] tpm: Start to tidy up TPM tests
 2023-11-20  8:49 UTC  (3+ messages)
` [PATCH v2 2/3] tpm: Convert sandbox-focussed tests to C

[PATCH v1 0/2] imx: spl_imx_romapi: fixes
 2023-11-20  8:08 UTC  (4+ messages)
` [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

[PATCH v2 1/1] cmd: eficonfig: create shortened boot options
 2023-11-20  7:57 UTC  (2+ messages)

bootstd: Support for distro specific EFI folders
 2023-11-20  7:02 UTC  (10+ messages)

[PATCH RFC 00/10] arm: dts: j7200/j721s2: Enable the ESM and PMIC ESM
 2023-11-20  4:41 UTC  (9+ messages)
` [PATCH RFC 10/10] board: ti: j721e: Enable ESM initialization for J7200

[PATCH v2 1/2] usb: ci: Fix gadget reinit
 2023-11-20  2:07 UTC  (3+ messages)
` [PATCH v2 2/2] usb: fastboot: Add missing newline in pr_err

[PATCH 1/1] pico-imx7d: add baseboard SD card boot detect
 2023-11-20  0:18 UTC  (6+ messages)

[PATCH] common: usb-hub: Reset hub port before scanning
 2023-11-19 23:34 UTC  (4+ messages)

[PATCH 0/5] Add i2c and reset support for Renesas RZ/G2L
 2023-11-19 20:52 UTC  (11+ messages)
` [PATCH 1/5] clk: renesas: Confirm all clock & reset changes on RZ/G2L
` [PATCH 2/5] arm: dts: rzg2l: Sync with Linux v6.6
` [PATCH 3/5] i2c: rzg2l: Add I2C driver for RZ/G2L family
` [PATCH 5/5] sysreset: Support reset via Renesas RAA215300 PMIC

[PATCH 1/3] configs: rzg2_beacon: Disable the ability to remove devices
 2023-11-19 20:06 UTC  (8+ messages)
` [PATCH 2/3] configs: rzg2_beacon: Realign ENV location and offset
` [PATCH 3/3] arm: rmobile: rzg2_beacon: Auto select Linux device tree by SoC

[PATCH v2 0/4] bootflow: bootmeth_efi: Fix network eif boot
 2023-11-19 18:24 UTC  (9+ messages)
` [PATCH v2 2/4] bootflow: bootmeth_efi: Don't set bootdev again

[PATCH v3] arch: arm: Kconfig: Enable BOOTSTD_FULL for Rockchip SoCs
 2023-11-19 17:23 UTC 

[PATCH v4 0/4] bootflow: bootmeth_efi: Fix network efi boot
 2023-11-19 16:55 UTC  (5+ messages)
` [PATCH v4 1/4] bootflow: bootmeth_efi: Set bootp_arch as hex
` [PATCH v4 2/4] bootflow: bootmeth_efi: set bflow->fname from bootfile name
` [PATCH v4 3/4] bootflow: bootmeth_efi: Handle fdt not available
` [PATCH v4 4/4] bootflow: bootmeth_efi: don't free buffer

[PATCH v3 0/4] bootm: Handle compressed arm64 images with bootm
 2023-11-19 15:59 UTC  (6+ messages)
` [PATCH v3 1/4] image: Correct load_bug typo
` [PATCH v3 2/4] image: Show the load address when decompressing
` [PATCH v3 3/4] bootm: Move arm64-image processing later
` [PATCH v3 4/4] bootm: Support kernel_noload with compression

Pull request for efi-next-18112023
 2023-11-19 15:59 UTC  (2+ messages)

[PULL] u-boot-sh/master-mmc-clock
 2023-11-19 15:58 UTC  (2+ messages)

[PATCH 0/7] doc: tools: Tidy up toml files for a new release
 2023-11-19 15:36 UTC  (8+ messages)
` [PATCH 1/7] doc: Update documentation URL
` [PATCH 2/7] u_boot_pylib: Correct readme formatting
` [PATCH 3/7] tools: Keep test_util and patman test files in the pip release
` [PATCH 4/7] u_boot_pylib: Correct files used for "
` [PATCH 5/7] tools/make_pip: Add mention of u_boot_pylib in tool list
` [PATCH 6/7] patman: Update the run script
` [PATCH 7/7] tools: Move python tools to version 0.0.6

[PATCH v4 00/12] Resolve issues with booting distros on x86
 2023-11-19 15:27 UTC  (13+ messages)
` [PATCH v4 09/12] x86: Enable SSE in 64-bit mode

[PATCH v2] sandbox: Fix VPL instructions
 2023-11-19 15:18 UTC 

[PATCH v5 0/3] arm64: Add a build target for Flat Image Tree
 2023-11-19 15:03 UTC  (4+ messages)
` [PATCH v5 2/3] arm: boot: Move the single quotes for image name

[PATCH v6 0/2] arm64: Add a build target for Flat Image Tree
 2023-11-19 15:01 UTC  (3+ messages)
` [PATCH v6 1/2] kbuild: arm64: Add BOOT_TARGETS variable
` [PATCH v6 2/2] arm64: boot: Support Flat Image Tree

[PATCH 00/29] bootm: Refactoring to reduce reliance on CMDLINE (part A)
 2023-11-19 14:49 UTC  (4+ messages)
` [PATCH 02/29] mmc: env: Unify the U_BOOT_ENV_LOCATION conditions

[PATCH 1/2] usb: ci: Fix gadget reinit
 2023-11-19  2:19 UTC  (4+ messages)
` [PATCH 2/2] usb: fastboot: Add missing newline in pr_err

[PATCH V2 0/4] Add Additional Boards and Features to RGxx3
 2023-11-19  5:00 UTC  (4+ messages)
` [PATCH V2 1/4] board: rockchip: Refactor panel auto-detect code

[PATCH 1/1] efi_loader: create memory reservations in ACPI case
 2023-11-19  0:43 UTC  (6+ messages)

[PATCH v3 0/4] bootflow: bootmeth_efi: Fix network efi boot
 2023-11-19  0:43 UTC  (9+ messages)
` [PATCH v3 1/4] bootflow: bootmeth_efi: Set bootp_arch as hex
` [PATCH v3 2/4] bootflow: bootmeth_efi: set bflow->fname from bootfile name
  ` [PATCH v3 3/4] bootflow: bootmeth_efi: Handle fdt not available
  ` [PATCH v3 4/4] bootflow: bootmeth_efi: don't free buffer

[PATCH v2] smbios: arm64: Allow table to be written at a fixed addr
 2023-11-19  0:43 UTC  (12+ messages)

[PATCH v2 0/2] acpi: consider XSDT in acpi_find_table()
 2023-11-19  0:43 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: unit test for acpi_find_table()

[PATCH] configs: rockpro64: Enable SPI command and full BOOTSTD
 2023-11-19  0:42 UTC  (3+ messages)
` [PATCH v2] arch: arm: Kconfig: Enable BOOTSTD_FULL for Rockchip SoCs

[PATCH 1/1] acpi: simplify acpi_write_ssdt()
 2023-11-19  0:43 UTC  (2+ messages)

[PATCH v2 0/4] clk: ccf: fix enable_count mismatch
 2023-11-18 22:10 UTC  (5+ messages)
` [PATCH v2 1/4] clk: clk_sandbox_ccf: assign ccf_clk_ops to .ops of the driver
` [PATCH v2 2/4] clk: get correct ops for clk_enable() and clk_disable()
` [PATCH v2 3/4] clk: clk_sandbox: get devm clock i2c_root
` [PATCH v2 4/4] test: dm: clk_ccf: get "i2c_root" clock from &clk_ccf

[PATCH 0/4] clk: ccf: fix enable_count mismatch
 2023-11-18 22:07 UTC  (5+ messages)
` [PATCH 1/4] clk: clk_sandbox_ccf: assign ccf_clk_ops to .ops of the driver
` [PATCH 2/4] clk: get correct ops for clk_enable() and clk_disable()
` [PATCH 3/4] clk: clk_sandbox: get devm clock i2c_root
` [PATCH 4/4] test: dm: clk_ccf: get "i2c_root" clock from &clk_ccf


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