public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2024-11-18 15:38:16 to 2024-11-20 00:29:35 UTC [more...]

[PATCH v4 v5 00/10] add support for Enclustra Mercury AA1 SoMs
 2024-11-19 22:46 UTC  (6+ messages)
` [PATCH v4 v5 01/10] doc: board: enclustra: add Enclustra Mercury+ AA1
` [PATCH v4 v5 02/10] ARM: socfpga: add Mercury+ AA1 SoM support
` [PATCH v4 v5 03/10] ARM: dts: socfpga: add Mercury+ AA1 for u-boot dts
` [PATCH v4 v5 04/10] ARM: socfpga: add Enclustra storage switch
` [PATCH v4 v5 05/10] ARM: socfpga: add Mercury+ AA1 boot scripts

[PATCH 00/10] add support for Enclustra Mercury AA1 SoMs
 2024-11-19 22:35 UTC  (8+ messages)
` [PATCH 02/10] ARM: socfpga: add Mercury+ AA1 SoM support

[PATCH v1 0/3] doc: orthographic delights
 2024-11-19 23:10 UTC  (7+ messages)
` [PATCH v1 1/3] doc: develop: Fix typos and wording in binman/binman.rst
` [PATCH v1 2/3] doc: develop: Fix typos and wording in gdb.rst
` [PATCH v1 3/3] doc: develop: Fix typos and wording in binman/entries.rst

[PATCH] arm: mvebu: Add Allied Telesis x250 board
 2024-11-20  0:16 UTC 

[BUG regression in HEAD] efi: memory: use the lmb API's for allocating and freeing memory
 2024-11-19 23:18 UTC 

Odd error with cn9130, asix88179 and xhci
 2024-11-19 22:29 UTC 

[GIT PULL] xilinx patches for v2025.01-rc3
 2024-11-19 22:12 UTC  (2+ messages)

[PATCH 0/9] buildman: Add initial support for config fragments
 2024-11-19 22:12 UTC  (2+ messages)
` (subset) "

BUG: SiFive Unmatched: BAR0 on video card is never initialized
 2024-11-19 21:16 UTC  (3+ messages)

[PATCH] configs: enable CONFIG_PCI_REGION_MULTI_ENTRY=y in sifive_unmatched_defconfig
 2024-11-19 20:59 UTC 

[PATCH] board: armltd: Make myself maintainer for total compute
 2024-11-19 21:11 UTC  (2+ messages)

[PATCH 0/3] Add support for LicheeRV Nano
 2024-11-19 20:35 UTC  (4+ messages)
` [PATCH 2/3] riscv: dts: sophgo: add device tree "

[PATCH] arm: kirkwood: Enable bootstd for Sheevaplug board
 2024-11-19 19:50 UTC 

[PATCH v2] clk: rzg2l: Ignore enable for core clocks
 2024-11-19 19:36 UTC 

[PATCH] env: Switch the callback static list to Kconfig
 2024-11-19 17:50 UTC  (3+ messages)

[PATCH v3 0/5] Add support of Android Boot Image version 2 and non-AB image
 2024-11-19 17:21 UTC  (8+ messages)
` [PATCH v3 1/5] bootstd: android: add support of bootimage v2
` [PATCH v3 2/5] bootstd: android: add non-A/B image support
` [PATCH v3 3/5] configs: khadas-vim3l_android{_ab}: move on bootmeth android
` [PATCH v3 4/5] configs: khadas-vim3_android{_ab}: "
` [PATCH v3 5/5] bootstd: Add test for Android boot image v2

[PATCH 00/39] pxe: Support read_all() for extlinux and PXE
 2024-11-19 16:48 UTC  (43+ messages)
` [PATCH 01/39] x86: Make do_zboot_states() static
` [PATCH 02/39] x86: Rename zboot_run() to zboot_run_args()
` [PATCH 03/39] x86: Drop duplicate definition of zimage_dump()
` [PATCH 04/39] x86: Move x86 zboot state into struct bootm_info
` [PATCH 05/39] x86: Rename state to bmi
` [PATCH 06/39] x86: Move the bootm state for zimage into cmd/
` [PATCH 07/39] bootstd: Correct display of kernel version
` [PATCH 08/39] x86: Drop the unnecessary base_ptr argument to zboot_dump()
` [PATCH 09/39] boot: Split pxe label_boot() into two parts
` [PATCH 10/39] boot: Split pxe label_run_boot() "
` [PATCH 11/39] boot: Pass just the FDT argument to label_process_fdt()
` [PATCH 12/39] bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LEN
` [PATCH 13/39] boot: pxe: Use bootm_...() functions where possible
` [PATCH 14/39] boot: pxe: Refactor label_run_boot() to avoid cmdline
` [PATCH 15/39] net: Keep the bootstage functions together
` [PATCH 16/39] net: Tidy up the comments to parse_args()
` [PATCH 17/39] net: Simplify parse_args()
` [PATCH 18/39] net: Return the load address from parse_args()
` [PATCH 19/39] net: Return the address and size from parse_addr_size()
` [PATCH 20/39] net: Return the size from parse_args()
` [PATCH 21/39] net: Refactor part of netboot_common() into a function
` [PATCH 22/39] net: Drop #ifdef in parse_args()
` [PATCH 23/39] net: Provide a function to run network operations
` [PATCH 24/39] boot: Avoid using the cmdline in bootmeth_pxe and pxe cmd
` [PATCH 25/39] pxe: Drop the cmdline parameter
` [PATCH 26/39] pxe: Record the bootflow in the PXE context
` [PATCH 27/39] pxe: Allow skipping the boot
` [PATCH 28/39] test: Update bootm test to restore silent_console
` [PATCH 29/39] bootmeth_extlinux: Move extlinux_info into plat
` [PATCH 30/39] bootmeth_extlinux: Move pxe_context "
` [PATCH 31/39] bootmeth: Refactor to put options in a common file
` [PATCH 32/39] bootmeth_pxe: Implement the fallback option
` [PATCH 33/39] bootmeth_pxe: Drop the driver-private data
` [PATCH 34/39] bootmeth_extlinux: Move boot code into common file
` [PATCH 35/39] bootstd: Update extlinux and pxe to allow boot interruption
` [PATCH 36/39] pxe: Collect the FDT in the bootflow
` [PATCH 37/39] pxe: Deal with a missing "
` [PATCH 38/39] pxe_utils: Refactor to separate reading from booting
` [PATCH 39/39] bootmeth_extlinux: Refactor extlinux to split boot

[PATCH v2 0/3] Add support for all variants of the phyCORE-i.MX93 SOM
 2024-11-19 16:45 UTC  (13+ messages)
` [PATCH v2 2/3] board: phytec: imx93: Add eeprom-based hardware introspection
` [PATCH v2 3/3] board: phytec: imx93: Add phyCORE-i.MX 93 support for all SOM variants

[PATCH v3 0/3] Add support for all variants of the phyCORE-i.MX93 SOM
 2024-11-19 16:29 UTC  (4+ messages)
` [PATCH v3 1/3] board: phytec: phycore-imx93: Add 2GB LPDDR4X RAM timings
` [PATCH v3 2/3] board: phytec: imx93: Add eeprom-based hardware introspection
` [PATCH v3 3/3] board: phytec: imx93: Add phyCORE-i.MX 93 support for all SOM variants

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

[PATCH 0/5] collected fallout of porting an ATSAMA5D27 based board
 2024-11-19 15:46 UTC  (4+ messages)
` [PATCH 0/5] collected fallout of porting an ATSAMA5D2 "

[PATCH v2 1/3] gpio: at91: Implement GPIOF_FUNC in get_function()
 2024-11-19 15:44 UTC  (2+ messages)

[PATCH] fs: fat: Handle 'FAT sector size mismatch'
 2024-11-19 15:44 UTC  (2+ messages)

[PATCH v11 0/7] Add the USB5744 hub driver as per new DT binding
 2024-11-19 14:19 UTC  (11+ messages)
` [PATCH v11 3/7] usb: onboard-hub: add support for Microchip USB5744

[PATCH] Bitbanging MDIO driver for DM framework
 2024-11-19 14:27 UTC  (4+ messages)

[PATCH] Bitbanging MDIO driver for DM framework
 2024-11-19 14:26 UTC 

[PATCH] fastboot: properly handle unknown partition type
 2024-11-19 14:11 UTC  (2+ messages)

[PATCH] Azure: Do not run "udelay" test on sandbox
 2024-11-19 14:10 UTC  (2+ messages)

[PATCH] Revert "test: Update time tests to use unit-test asserts"
 2024-11-19 14:05 UTC 

[PATCH 1/1] test: cmd/hash: check return value of ut_check_console_line
 2024-11-19 13:53 UTC  (2+ messages)

[PATCH v2] Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERT
 2024-11-19 13:53 UTC  (2+ messages)

[PATCH 1/1] net: lwip/wget: correct SERVER_NAME_SIZE
 2024-11-19 13:52 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Send write disable cmd after every write enable
 2024-11-19 13:52 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Set default RTC device at start
 2024-11-19 13:38 UTC  (2+ messages)

[PATCH] arm64: versal: Enable soft reset support for xspi flashes
 2024-11-19 13:37 UTC  (2+ messages)

[PATCH] arm64: versal: Enable defconfig for Micron octal flashes
 2024-11-19 13:36 UTC  (2+ messages)

[PATCH] spi: cadence_qspi: Fix OSPI boot issue
 2024-11-19 13:35 UTC  (2+ messages)

[PATCH] arm: mvebu: Disable JFFS2 support for Kirkwood and Armada XP boards
 2024-11-19 13:22 UTC  (2+ messages)

[PATCH] board: rockchip: add Khadas Edge2 RK3588 board
 2024-11-19  7:46 UTC 

[PATCH v2 0/5] Add support of Android Boot Image version 2 and non-AB image
 2024-11-19 11:21 UTC  (10+ messages)
` [PATCH v2 2/5] bootstd: android: add non-A/B image support
` [PATCH v2 3/5] configs: khadas-vim3l_android{_ab}: move on bootmeth android
` [PATCH v2 4/5] configs: khadas-vim3_android{_ab}: "

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

[PATCH 1/1] net: correct the description of ip_to_string()
 2024-11-19 10:09 UTC 

[PATCH] arm64: dts: ti: k3-j7200: Fix OSPI boot
 2024-11-19 10:07 UTC 

[PATCH] arm: dts: k3-am68: Enable OSPI boot
 2024-11-19  9:47 UTC 

[PATCH v3 0/5] Add OPP_LOW support for J7200
 2024-11-19  8:18 UTC  (12+ messages)
` [PATCH v4 1/5] arm: dts: k3-j7200-r5-common: Add msmc clk to a72 node
` [PATCH v4 2/5] misc: k3_avs: Add OPP_LOW voltage and frequency to vd_data
` [PATCH v4 3/5] misc: k3_avs: Check validity of efuse voltage data
` [PATCH v4 4/5] arm: mach-k3: j721e-init.c: Add support for CONFIG_K3_OPP_LOW
` [PATCH v4 5/5] configs: j7200_evm_r5_defconfig: Define K3_OPP_LOW

[PATCH v2 00/20] imx8qxp: siemens board: updates / sync with mainline
 2024-11-19  5:12 UTC  (5+ messages)
` [PATCH v2 01/20] wdt: imx8qxp: add option to control external PMIC wdt via IMX8 SCU

[PATCH 0/5] Enable AVS support for AM68, AM69 and J784S4
 2024-11-19  5:01 UTC  (6+ messages)
` [PATCH 2/5] arm: dts: k3-am68-sk-r5-base-board: Add VTM node to R5 stage
` [PATCH 3/5] arch: arm: mach-k3: j784s4_init: Probe AVS driver

[PATCH v2 0/2] Add phyCORE AM62Ax
 2024-11-19  5:00 UTC  (4+ messages)
` [PATCH v2 1/2] board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM
` [PATCH v2 2/2] doc: board: phytec: Add phyCORE-AM62ax

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

[PATCH] configs: e850-96: Disable PSCI reset
 2024-11-19  3:28 UTC 

[PATCH v3 0/5] Add OPP_LOW support for J7200
 2024-11-19  0:43 UTC  (7+ messages)
` [PATCH v3 3/5] misc: k3_avs: Check validity of efuse voltage data
` [PATCH v3 5/5] configs: j7200_evm_r5_defconfig: Define K3_OPP_LOW

BUG: U-Boot crashes on SiFive Unmatched when CONFIG_DM_DEBUG=y
 2024-11-18 20:50 UTC 

[PATCH 0/2] Add phyCORE AM62Ax
 2024-11-18 22:28 UTC  (6+ messages)
` [PATCH 1/2] board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM

[PATCH] rockchip: rk3399-rock-pi-4: Fix Synchronous Abort
 2024-11-19  0:12 UTC 

[NEXT] Pull request efi-next-2024-11-1
 2024-11-18 19:30 UTC  (2+ messages)

[PATCH v2 0/2] Fix boot failure due to misaligned DMA buffer
 2024-11-18 19:30 UTC  (5+ messages)
` [PATCH v2 1/2] boot: extlinux: Fix unaligned buffer for reading data from file system
` [PATCH v2 2/2] fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc()

Git commit failed with mbedtls/framework
 2024-11-18 17:20 UTC  (15+ messages)


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