U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-24 20:28:07 to 2024-11-26 00:33:41 UTC [more...]

[PATCH v4 0/4] Select CONFIG_64BIT for sandbox64 and x86_64
 2024-11-26  0:32 UTC  (7+ messages)
` [PATCH v4 1/4] sandbox: Correct guard around readq/writeq
` [PATCH v4 2/4] sandbox: select CONFIG_64BIT for sandbox
` [PATCH v4 3/4] x86: select CONFIG_64BIT for X86_64
` [PATCH v4 4/4] test: lib: Use CONFIG_64BIT to detect 64 bit compile

[PATCH 1/4] arm64: dts: imx8mn: Include 32kHz oscillator clock in SPL DTs
 2024-11-26  0:32 UTC  (3+ messages)
` [PATCH 2/4] build: Respect CONFIG_SPL_BUILD in DT sources

[PATCH] common/board_f: init malloc earlier
 2024-11-26  0:32 UTC  (3+ messages)

[PATCH v2 0/6] efi_loader: run bootdev_hunt() to find ESP
 2024-11-26  0:32 UTC  (16+ messages)
` [PATCH v2 3/6] configs: xilinx_versal_virt: disable USB_DWC3
` [PATCH v2 4/6] net: eth_bootdev_hunt() must not try to boot
` [PATCH v2 5/6] cmd: bootmenu: add parameter -e for UEFI boot options

[PATCH 1/4] virtio: blk: introduce virtio-block erase support
 2024-11-25 23:41 UTC  (4+ messages)
` [PATCH 2/4] fastboot: blk: add block device flashing configuration

[ANN] U-Boot v2025.01-rc3 released
 2024-11-25 23:00 UTC 

[PULL] u-boot-usb/master-asix
 2024-11-25 22:59 UTC  (2+ messages)

[PATCH] spi: Fix missed rename from SPI_ADVANCE to SPI_STACKED_PARALLEL
 2024-11-25 22:59 UTC  (2+ messages)

[PATCH] spi: Fix missed rename from SPI_ADVANCE to SPI_STACKED_PARALLEL
 2024-11-25 21:29 UTC  (3+ messages)

[PULL] u-boot-usb/master
 2024-11-25 21:28 UTC  (2+ messages)

[PATCH] ast2600: spl: Use readl for reading mmio
 2024-11-25 21:28 UTC  (2+ messages)

[PATCH v1 1/1] mtd: Drop superfluous const qualifier
 2024-11-25 21:28 UTC  (2+ messages)

[PATCH 00/13] efi: Tidy up confusion between pointers and addresses
 2024-11-25 20:44 UTC  (14+ messages)
` [PATCH 01/13] efi: Define fields in struct efi_mem_desc
` [PATCH 02/13] efi_loader: Convert efi_get_memory_map() to return pointers
` [PATCH 03/13] efi_loader: Show the resulting memory address from an alloc
` [PATCH 04/13] efi_loader: Update startimage_exit self-test to check error
` [PATCH 05/13] efi_loader: Move some memory-function comments to header
` [PATCH 06/13] efi_loader: Use the enum for memory type
` [PATCH 07/13] efi_loader: Make more use of ulong
` [PATCH 08/13] efi_loader: Tidy up use of addresses
` [PATCH 09/13] lmb: Reduce mapmem contortions in lmb_map_update_notify()
` [PATCH 10/13] efi_loader: Simplify efi_dp_from_mem()
` [PATCH 11/13] efi_loader: Tidy up efi_reserve_memory()
` [PATCH 12/13] efi_loader: Drop extra brackets in efi_mem_carve_out()
` [PATCH 13/13] efi_loader: Don't try to add sandbox runtime code

[PATCH v3] arm: mvebu: Add Allied Telesis x250 board
 2024-11-25 19:55 UTC 

[PATCH 0/2] Allow to append a list of directories in u_boot_pylib/tools.py
 2024-11-25 18:16 UTC  (3+ messages)
` [PATCH 1/2] tools: u_boot_pylib: Allow to append input directories to indir
` [PATCH 2/2] tools: binman: etype: fit: Append DTB directory to the list of input directories

[PATCH] drivers: fastboot: Enable flashing support for UFS
 2024-11-25 17:59 UTC  (2+ messages)

[PATCH] net-lwip: zero terminate string with headers in wget_lwip_fill_info()
 2024-11-25 17:58 UTC 

[PATCH v3] toradex: tdx-cfg-block: rework modules pid4 handling
 2024-11-25 17:49 UTC 

Question: Looking for x86 platform for u-boot development
 2024-11-25 17:26 UTC 

[PATCH v2 1/1] tools: binman: etype: Allow to replace 'NAME' in node names
 2024-11-25 17:54 UTC 

[PATCH v2 1/2] tools: dtoc: Allow passing optional input directories
 2024-11-25 17:51 UTC  (2+ messages)
` [PATCH v2 2/2] tools: binman: Pass a list of input directory to EnsureCompiled()

[PATCH v2] fs: fat: Handle 'FAT sector size mismatch'
 2024-11-25 17:47 UTC  (2+ messages)

[PATCH v4 1/3] aes: Allow to store randomly generated IV in the FIT
 2024-11-25 17:47 UTC  (3+ messages)
` [PATCH v4 2/3] tools: binman: add 'fit, encrypt' property to pass keys directory to mkimage
` [PATCH v4 3/3] tools: binman: Add tests for FIT with data encrypted by mkimage

[PATCH 1/1] net: remove duplicate definition of ip_to_string()
 2024-11-25 17:26 UTC  (3+ messages)

[PATCH v2 1/4] net: phy: Port set/clear bits from Linux
 2024-11-25 17:23 UTC  (4+ messages)
` [PATCH v2 2/4] net: phy: ksz90x1: Handle ksz9131 LED errata

[PATCH 1/1] net: zero terminate string with headers in wget_fill_info()
 2024-11-25 17:16 UTC 

[PATCH 0/2] rng: msm: support newer SoCs
 2024-11-25 17:12 UTC  (3+ messages)
` [PATCH 1/2] rng: msm: add support for newer Qualcomm hwrandom IPs
` [PATCH 2/2] configs: qcom_defconfig: enable RNG driver and command

[PATCH RFC 00/14] efi: implement EFISTUB support for ARM64 and Qualcomm
 2024-11-25 16:49 UTC  (17+ messages)
` [PATCH RFC 01/14] cmd: efi: avoid unitialized read
` [PATCH RFC 02/14] efi: stub: support running U-Boot as an EFI payload on ARM64
` [PATCH RFC 03/14] efi: move efi_info_get() to a new header file
` [PATCH RFC 04/14] efi: stub: add helpers to populate memory map and framebuffer
` [PATCH RFC 05/14] efi: stub: add additional types of memory
` [PATCH RFC 06/14] efi: stub: log EFI memory banks
` [PATCH RFC 07/14] efi: stub: add known memory to U-Boot's EFI memory map
` [PATCH RFC 08/14] mach-snapdragon: support booting with EFISTUB
` [PATCH RFC 09/14] common/board_f: init malloc earlier
` [PATCH RFC 10/14] clk: qcom: Add X1E80100 clock driver
` [PATCH RFC 11/14] qcom_defconfig: enable "
` [PATCH RFC 12/14] pinctrl: qcom: Add X1E80100 pinctrl driver
` [PATCH RFC 13/14] qcom_defconfig: enable "
` [PATCH RFC 14/14] configs: add x1e_defconfig

[PATCH] mtd: spi-nor-core: Fixup SNOR_F_IO_MODE_EN_VOLATILE for MT35X
 2024-11-25 16:27 UTC  (2+ messages)

[PATCH v2 0/5] EFI Capsule "dfu_alt_info" fixes for TI Boards
 2024-11-25 16:01 UTC  (11+ messages)
` [PATCH v2 1/5] board: ti: am64x: evm: Set "dfu_alt_info" only if interface is Serial Flash
` [PATCH v2 2/5] board: ti: j721e: "
` [PATCH v2 5/5] board: ti: j784s4: "

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

[PATCH] board: rockchip: add Khadas Edge2 RK3588 board
 2024-11-25 14:05 UTC  (2+ messages)

[PATCH 00/10] Improve UEFI app support
 2024-11-25 13:55 UTC  (9+ messages)
` [PATCH 01/10] Add EFI handover support to bootm
` [PATCH 07/10] Support separate DTB files with the UEFI app
` [PATCH 09/10] Fix efi_bind_block

[PATCH v2] toradex: tdx-cfg-block: rework modules pid4 handling
 2024-11-25 11:19 UTC  (3+ messages)

[PATCH] common: relocate fdt_blob in global_data for FDTSRC_EMBED case
 2024-11-25  9:15 UTC 

[PATCH] mtd: spi-nor: Add support for Macronix flash part
 2024-11-25  9:32 UTC  (4+ messages)

[PATCH] mtd: spi-nor: Enable mt35xu512aba_fixups for all mt35xx flashes
 2024-11-25  9:12 UTC  (4+ messages)

[PATCH] mtd: spi-nor-ids: Add support for W25Q02NW
 2024-11-25  7:30 UTC  (2+ messages)

[PATCH 0/1] configs: visionfive2: enable CONFIG_DISTRO_DEFAULTS
 2024-11-25 12:50 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v3 0/5] Add support of Android Boot Image version 2 and non-AB image
 2024-11-25 12:06 UTC  (2+ messages)

[PATCH] regulator: qcom-rpmh-regulator: add support for pmc8380 regulators
 2024-11-25 11:00 UTC  (2+ messages)

[PATCH v4 0/3] Add support for all variants of the phyCORE-i.MX93 SOM
 2024-11-25 10:45 UTC  (7+ messages)
` [PATCH v4 2/3] board: phytec: imx93: Add eeprom-based hardware introspection

[PATCH 0/3] Add support for LicheeRV Nano
 2024-11-25  9:59 UTC  (5+ messages)
` [PATCH 2/3] riscv: dts: sophgo: add device tree "

[PATCH 0/2] pci: Add support for Qualcomm PCIe controller
 2024-11-25  9:46 UTC  (3+ messages)
` [PATCH 1/2] pci: pcie_dw_common: introduce pcie_dw_find_capability()
` [PATCH 2/2] pci: Add support for Qualcomm PCIe controller

[PATCH] powerpc/t2080qds: remove spurious x permission from README file
 2024-11-25  9:37 UTC 

[PATCH] arm: dts: socfpga: remove spurious execute permission from dt files
 2024-11-25  9:33 UTC 

[PATCH 1/3] phycore_imx8mm: Switch to using env text files
 2024-11-25  9:26 UTC  (6+ messages)
` [PATCH 2/3] phycore_imx8mm: Move default bootcmd to board env
` [PATCH 3/3] board: phytec: phycore_imx8mm: Add RAUC boot logic to environment

[PATCH] fs: fat: Handle 'FAT sector size mismatch'
 2024-11-25  8:55 UTC  (5+ messages)

[PATCH] phy: qcom: add QMP PCIe PHY driver
 2024-11-25  8:54 UTC 

[PATCH 0/4] clk: qcom: add PCIe clocks
 2024-11-25  8:34 UTC  (5+ messages)
` [PATCH 1/4] clk: qcom: add clk_phy_mux_enable() for PCIe PIPE clock
` [PATCH 2/4] clk: qcom: sm8550: add support for PCIe clocks
` [PATCH 3/4] clk: qcom: sm8650: "
` [PATCH 4/4] clk: qcom: x1e80100: "

[PATCH 0/3] pinctrl: qcom: add clk_req functions
 2024-11-25  8:29 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: qcom: sm8550: add pcie1_clk_req_n function
` [PATCH 2/3] pinctrl: qcom: sm8650: add pcie[01]_clk_req_n function
` [PATCH 3/3] pinctrl: qcom: x1e80100: add pcie[3456ab]_clk functions

[PATCH v6 00/11] Support OF_UPSTREAM for StarFive JH7110
 2024-11-25  8:25 UTC  (13+ messages)
` [PATCH v6 01/11] dts: starfive: Switch to using upstream DT
` [PATCH v6 02/11] riscv: dts: jh7110: Make u-boot device trees adapting to "
` [PATCH v6 03/11] pcie: starfive: Make the driver compatible with "
` [PATCH v6 04/11] riscv: dts: jh7110: Move common code to the new jh7110-common-u-boot.dtsi
` [PATCH v6 05/11] riscv: dts: jh7110: Add u-boot device tree for JH7110 based boards
` [PATCH v6 06/11] board: starfive: spl: Drop the unneeded DT modification code
` [PATCH v6 07/11] configs: visionfive2: Enable MULTI_DTB_FIT for JH7110 based board DT
` [PATCH v6 08/11] riscv: dts: jh7110: Support multiple DTBs in a Fit image
` [PATCH v6 09/11] board: starfive: spl: Fix the wrong use of CONFIG_IS_ENABLED()
` [PATCH v6 10/11] board: starfive: spl: Support multiple DTBs for JH7110 based boards
` [PATCH v6 11/11] riscv: cpu: jh7110: Sort the list of imply statements

[PATCH v2 0/2] doc: orthographic delights
 2024-11-25  8:21 UTC  (4+ messages)
` [PATCH v2 1/2] doc: develop: Fix typos and wording in binman/binman.rst

[PATCH v5 00/11] Support OF_UPSTREAM for StarFive JH7110
 2024-11-25  5:47 UTC  (11+ messages)
` [PATCH v5 02/11] riscv: dts: jh7110: Make u-boot device trees adapting to upstream DT
` [PATCH v5 08/11] riscv: dts: jh7110: Support multiple DTBs in a Fit image

[PATCH v14 0/5] Add the USB5744 hub driver as per new DT binding
 2024-11-25  4:41 UTC  (7+ messages)
` [PATCH v14 1/5] usb: onboard-hub: Add reset-gpio support
` [PATCH v14 2/5] usb: onboard-hub: Fix the return values of regulator APIs
` [PATCH v14 3/5] usb: onboard-hub: add support for Microchip USB5744
` [PATCH v14 4/5] usb: onboard-hub: Add i2c initialization for usb5744 hub
` [PATCH v14 5/5] usb: onboard-hub: Bail out if peer hub is already probed

[PATCH] spi: Fix missed rename from SPI_ADVANCE to SPI_STACKED_PARALLEL
 2024-11-25  4:59 UTC  (3+ messages)

Falcon mode without 'spl export'?
 2024-11-25  2:05 UTC 

u-boot mailing list issues
 2024-11-25  3:01 UTC  (2+ messages)

Odd error with cn9130, asix88179 and xhci
 2024-11-25  0:09 UTC  (3+ messages)

[PATCH v2 0/2] Fix device removal order for Apple dart iommu
 2024-11-24 23:54 UTC  (2+ messages)

[PATCH V3 1/3] arm64: dts: imx8mp: Add aliases for the access to the EEMPROM ID page node
 2024-11-24 22:11 UTC  (6+ messages)
` [PATCH V3 2/3] arm64: imx8mp: Read values from M24C32-D write-lockable page on DHCOM i.MX8MP
` [PATCH V3 3/3] board: dhelectronics: Sync env variable dh_som_serial_number with SN


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