U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-27 17:23:36 to 2024-11-29 10:35:38 UTC [more...]

[PATCH] Environment: Change reporting "nowhere" as "magic hat" to user
 2024-11-29 10:35 UTC  (3+ messages)

[PATCH v2] mtd: spi-nor: Enable mt35xu512aba_fixups for all mt35xx flashes
 2024-11-29 10:22 UTC 

[PATCH] common: relocate fdt_blob in global_data for FDTSRC_EMBED case
 2024-11-29 10:03 UTC  (2+ messages)

[PATCH] arm: kirkwood: Enable bootstd and other modernization for OpenRD boards
 2024-11-29  8:22 UTC  (2+ messages)

[PATCH] board: solidrun: clearfog: enable ddr odt0 on write for both chip-select
 2024-11-29  8:22 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: imx6dl: Add support for i.MX6DL DHCOM SoM on PDK2 carrier board
 2024-11-29  7:12 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-j7200: Fix OSPI boot
 2024-11-29  7:03 UTC  (3+ messages)

[PATCH v4 0/2] riscv: spacemit: add support for bananapi-f3
 2024-11-29  5:37 UTC  (3+ messages)
` [PATCH v4 1/2] riscv: spacemit: bananapi_f3: initial support added
` [PATCH v4 2/2] doc: spacemit: bananapi_f3: document Banana Pi F3 board

[PATCH v2] ARM: imx: Replace YModem with SDP on Data Modul i.MX8M Mini eDM SBC SPL
 2024-11-29  5:30 UTC  (2+ messages)

[PATCH 1/4] ARM: dts: imx: Make DRAM coding GPIOs available in all phases on Data Modul i.MX8M Mini/Plus eDM SBC
 2024-11-29  3:14 UTC  (8+ messages)
` [PATCH 2/4] ARM: dts: imx: Pick safe DRAM size on failure "
` [PATCH 3/4] ARM: imx: Perform plain boot in altbootcmd "
` [PATCH 4/4] ARM: imx: Deduplicate Data Modul i.MX8M eDM SBC defconfigs

[PATCH 1/2] efi_stub: Sync the debug UART definition like other platform
 2024-11-29  3:28 UTC  (4+ messages)
` [PATCH 2/2] config: efi-x86_payload: Enable DEBUG_UART

[PATCH] ARM: dts: imx: Enable PCIe and NVMe on Data Modul i.MX8M Mini eDM SBC
 2024-11-29  0:35 UTC 

[PATCH] ARM: imx: Replace YModem with SDP on Data Modul i.MX8M Mini eDM SBC SPL
 2024-11-29  0:16 UTC 

[PATCH v2 1/4] ARM: dts: imx: Make DRAM coding GPIOs available before relocation on Data Modul i.MX8M Mini/Plus eDM SBC
 2024-11-29  0:13 UTC  (4+ messages)
` [PATCH v2 2/4] ARM: dts: imx: Pick safe DRAM size on failure "
` [PATCH v2 3/4] ARM: imx: Perform plain boot in altbootcmd "
` [PATCH v2 4/4] ARM: imx: Deduplicate Data Modul i.MX8M eDM SBC defconfigs

[PATCH v3 00/28] efi: Tidy up confusion between pointers and addresses
 2024-11-28 19:12 UTC  (29+ messages)
` [PATCH v3 01/28] efi: Define fields in struct efi_mem_desc
` [PATCH v3 02/28] efi_loader: Fix typos in enum efi_allocate_type
` [PATCH v3 03/28] efi_loader: Drop extra brackets in efi_mem_carve_out()
` [PATCH v3 04/28] efi_loader: Add comments where incorrect addresses are used
` [PATCH v3 05/28] efi_loader: Show the resulting memory address from an alloc
` [PATCH v3 06/28] efi_loader: Update startimage_exit self-test to check error
` [PATCH v3 07/28] efi_loader: Move some memory-function comments to header
` [PATCH v3 08/28] doc: efi: Add the EFI-loader API documentation
` [PATCH v3 09/28] efi_loader: Use the enum for memory type
` [PATCH v3 10/28] efi_loader: Use a separate struct for memory nodes
` [PATCH v3 11/28] efi_loader: Drop virtual_start from priv_mem_desc
` [PATCH v3 12/28] efi_loader: Drop reserved "
` [PATCH v3 13/28] efi_loader: Use the enum for the memory type in priv_mem_desc
` [PATCH v3 14/28] efi_loader: Avoid assigning desc in efi_mem_carve_out()
` [PATCH v3 15/28] efi_loader: Move struct efi_mem_list fields together
` [PATCH v3 16/28] efi_loader: Rename struct efi_mem_list to mem_node
` [PATCH v3 17/28] efi_loader: Rename physical_start to base
` [PATCH v3 18/28] efi_loader: Use correct type in efi_add_runtime_mmio()
` [PATCH v3 19/28] efi_loader: Update efi_add_memory_map() to use address
` [PATCH v3 20/28] lmb: Reduce mapmem contortions in lmb_map_update_notify()
` [PATCH v3 21/28] efi_loader: Use addresses in efi_reserve_memory()
` [PATCH v3 22/28] efi_loader: Use addresses in efi_memory
` [PATCH v3 23/28] efi_loader: Update efi_add_runtime_mmio() to pass an address
` [PATCH v3 24/28] efi_loader: Correct address-usage in copy_fdt()
` [PATCH v3 25/28] efi_loader: Drop comments about incorrect addresses
` [PATCH v3 26/28] efi_bootmgr: Avoid casts in try_load_from_uri_path()
` [PATCH v3 27/28] efi_loader: Don't try to add sandbox runtime code
` [PATCH v3 28/28] efi_loader: Simplify efi_dp_from_mem()

[PATCH v2 00/28] efi: Tidy up confusion between pointers and addresses
 2024-11-28 19:11 UTC  (45+ messages)
` [PATCH v2 01/28] efi: Define fields in struct efi_mem_desc
` [PATCH v2 02/28] efi_loader: Fix typos in enum efi_allocate_type
` [PATCH v2 03/28] efi_loader: Drop extra brackets in efi_mem_carve_out()
` [PATCH v2 04/28] efi_loader: Add comments where incorrect addresses are used
` [PATCH v2 05/28] efi_loader: Show the resulting memory address from an alloc
` [PATCH v2 06/28] efi_loader: Update startimage_exit self-test to check error
` [PATCH v2 07/28] efi_loader: Move some memory-function comments to header
` [PATCH v2 08/28] doc: efi: Add the EFI-loader API documentation
` [PATCH v2 09/28] efi_loader: Use the enum for memory type
` [PATCH v2 10/28] efi_loader: Use a separate struct for memory nodes
` [PATCH v2 11/28] efi_loader: Drop virtual_start from priv_mem_desc
` [PATCH v2 12/28] efi_loader: Drop reserved "
` [PATCH v2 13/28] efi_loader: Use the enum for the memory type in priv_mem_desc
` [PATCH v2 14/28] efi_loader: Avoid assigning desc in efi_mem_carve_out()
` [PATCH v2 15/28] efi_loader: Move struct efi_mem_list fields together
` [PATCH v2 16/28] efi_loader: Rename struct efi_mem_list to mem_node
` [PATCH v2 17/28] efi_loader: Rename physical_start to base
` [PATCH v2 18/28] efi_loader: Use correct type in efi_add_runtime_mmio()
` [PATCH v2 19/28] efi_loader: Update efi_add_memory_map() to use address
` [PATCH v2 20/28] lmb: Reduce mapmem contortions in lmb_map_update_notify()
` [PATCH v2 21/28] efi_loader: Use addresses in efi_reserve_memory()
` [PATCH v2 22/28] efi_loader: Use addresses in efi_memory
` [PATCH v2 23/28] efi_loader: Update efi_add_runtime_mmio() to pass an address
` [PATCH v2 24/28] efi_loader: Correct address-usage in copy_fdt()
` [PATCH v2 25/28] efi_loader: Drop comments about incorrect addresses
` [PATCH v2 26/28] efi_bootmgr: Avoid casts in try_load_from_uri_path()
` [PATCH v2 27/28] efi_loader: Don't try to add sandbox runtime code
` [PATCH v2 28/28] efi_loader: Simplify efi_dp_from_mem()

[PATCH 0/2] AM62A DWC3: Add support for USB DFU boot in OTG mode
 2024-11-28 17:20 UTC  (6+ messages)
` [PATCH 1/2] usb: dwc3-generic: set "mode" based on caller of dwc3_generic_probe()

[PATCH] Add cross compile dependecy info for ARMv7
 2024-11-28 16:48 UTC 

[PATCH] CI: Add gitlab tags to builds which can use all CPUs
 2024-11-28 17:01 UTC  (2+ messages)

[PATCH] dm: core: ofnode: safely fallback in ofnode_lookup_fdt
 2024-11-28 15:46 UTC  (6+ messages)

[v6 0/12] CI: Set up for an arm64 runner
 2024-11-28 15:45 UTC  (23+ messages)
` [v6 01/12] sandbox: efi_loader: Correct use of addresses as pointers
` [v6 03/12] docker: Add kernel.org x86_64 toolchain
` [v6 04/12] docker: Use "make -j$(nproc)" when invoking make
` [v6 05/12] docker: Update to grub-2.12
` [v6 06/12] docker: Build grub for all architectures
` [v6 07/12] docker: Use cache mounts for apt
` [v6 08/12] docker: Support building for multiple architectures
` [v6 09/12] docker: Adjust installed packages slightly
` [v6 10/12] docker: Fix LegacyKeyValueFormat warning with PYTHONPATH
` [v6 11/12] docker: Install toolchains on arm64 host
` [v6 12/12] CI: Add platform variable

[PATCH v2] test/cmd/wget.c: move net_test_wget() to the cmd test suite
 2024-11-28 15:37 UTC  (3+ messages)

[PATCH v2] lwip: wget: pass port and server_name via wget_ctx
 2024-11-28 15:21 UTC  (2+ messages)

[PATCH] lwip: wget: Fix incorrect rebase of 5907c81 on top of 5907c81
 2024-11-28 15:20 UTC  (6+ messages)

[PATCH] lwip: wget: process legacy url with strncpy
 2024-11-28 14:58 UTC  (3+ messages)

[PATCH] configs: zynqmp_kria: Enable the USB onboard hub
 2024-11-28 14:53 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Update the usb5744 hub node as per binding
 2024-11-28 14:53 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Sync with v6.12 kernel
 2024-11-28 14:49 UTC 

[PATCH] lwip: fix code style issues
 2024-11-28 14:35 UTC  (2+ messages)

[PATCH v6 00/14] efi_loader: efi http and ipconfig drivers
 2024-11-28 14:44 UTC  (15+ messages)
` [PATCH v6 01/14] net: wget: let wget_with_dns work with dns disabled
` [PATCH v6 02/14] efi_loader: device_path: add definition of DEVICE_PATH_SUB_TYPE_MSG_IPV4
` [PATCH v6 03/14] efi_loader: device_path: add efi_dp_from_ipv4
` [PATCH v6 04/14] efi_loader: add IPv4() to device path to text protocol
` [PATCH v6 05/14] efi_api: add definitions for HTTP and IP4_CONFIG2 protocols
` [PATCH v6 06/14] efi_loader: efi_net: add efi_net_set_addr, efi_net_get_addr
` [PATCH v6 07/14] efi_loader: device_path: add support for HTTP device path
` [PATCH v6 08/14] efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wget
` [PATCH v6 09/14] efi_loader: net: add support to send http requests and parse http headers
` [PATCH v6 10/14] efi_loader: efi_net: add EFI_IP4_CONFIG2_PROTOCOL
` [PATCH v6 11/14] efi_loader: efi_net: add EFI_HTTP_PROTOCOL
` [PATCH v6 12/14] lib: uuid: display HTTP and IPV4 Config II protocols
` [PATCH v6 13/14] efi_selftest: add test for HTTP protocol
` [PATCH v6 14/14] efi_selftest: add test for IPv4 Config2 protocol

[PATCH V4 0/4] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
 2024-11-28 14:20 UTC  (5+ messages)
` [PATCH V4 1/4] arm64: dts: imx8mp: Add aliases for the access to the EEPROM ID page node
` [PATCH V4 2/4] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
` [PATCH V4 3/4] board: dhelectronics: Sync env variable dh_som_serial_number with SN
` [PATCH V4 4/4] lib: hashtable: Prevent recursive calling of callback functions

[PATCH RFC 00/14] efi: implement EFISTUB support for ARM64 and Qualcomm
 2024-11-28 12:41 UTC  (4+ messages)
` [PATCH RFC 07/14] efi: stub: add known memory to U-Boot's EFI memory map

[BUG regression in HEAD] efi: memory: use the lmb API's for allocating and freeing memory
 2024-11-28 11:55 UTC  (14+ messages)

[PATCH] lmb: Fix the allocation of overlapping memory areas with !LMB_NONE
 2024-11-28 11:49 UTC 

[PATCH] Makefile: avoid non-standard sed expressions
 2024-11-28 11:41 UTC  (4+ messages)

[PATCH 1/1] efi_loader: avoid writing message in Exit() boot service
 2024-11-28 10:46 UTC  (2+ messages)

[PATCH 0/2] android: add bootconfig support
 2024-11-28 10:14 UTC  (3+ messages)
` [PATCH 1/2] boot: android: import addBootConfigParameters() from AOSP
` [PATCH 2/2] boot: android: Add bootconfig support

[PATCH] efi_loader: Don't warn if the TCG2 FinalEvents table is not installed
 2024-11-28  7:11 UTC 

[PATCH v2 0/5] EFI Capsule "dfu_alt_info" fixes for TI Boards
 2024-11-28  6:09 UTC  (4+ messages)

[PATCH 0/4] Add support for K3 BIST
 2024-11-28  5:08 UTC  (10+ messages)
` [PATCH 1/4] arm: dts: k3-j784s4-main: Add PBIST_14 node
` [PATCH 2/4] drivers: misc: k3_bist: Add K3 BIST driver
` [PATCH 4/4] DONOTMERGE: arm: mach-k3: j784s4_init: Trigger LBIST and PBIST on MAIN R5 2_0

[PATCH] arm64: renesas: Disable AVB1 and AVB2 on R8A779G0 V4H White Hawk board
 2024-11-28  4:11 UTC 

[PATCH v3 0/4] Rockchip: Allow to silent TPL/SPL debug console
 2024-11-27 22:21 UTC  (4+ messages)
` [PATCH v3 1/4] debug_uart: Replace debug functions with dummies if CONFIG_DEBUG_UART is not set

[PATCH 05/13] efi_loader: Move some memory-function comments to header
 2024-11-27 22:10 UTC  (11+ messages)

[PATCH 0/2] ARM: stm32: env: Enable scan and start for AB schema on STM32MP15 DHSOM
 2024-11-27 20:47 UTC  (3+ messages)
` [PATCH 2/2] "

[GIT PULL] u-boot-riscv/master
 2024-11-27 18:54 UTC  (2+ messages)

Pull request for u-boot-nand-20241126 External
 2024-11-27 18:54 UTC  (2+ messages)

[PATCH 1/2] config_distro_bootcmd: make possible to substitute 'part list' in distro_bootcmd
 2024-11-27 15:29 UTC 

[PATCH] power: axp: sunxi: configure charge current
 2024-11-27 13:04 UTC 


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