u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
[PATCH 01/15] net: introduce alternative implementation as net-lwip/
 2024-05-22 18:07 UTC  (16+ messages)
` [PATCH 03/15] net-lwip: add DHCP support and dhcp commmand
` [PATCH 04/15] net-lwip: add TFTP support and tftpboot command
` [PATCH 05/15] net-lwip: add ping command
` [PATCH 06/15] net-lwip: add dns command
` [PATCH 07/15] net-lwip: add wget command
` [PATCH 08/15] net-lwip: import net command from cmd/net.c
` [PATCH 09/15] net-lwip: add support for EFI_HTTP_BOOT
` [PATCH 10/15] test: dm: dsa, eth: disable tests when CONFIG_NET_LWIP=y
` [PATCH 11/15] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
` [PATCH 12/15] configs: add qemu_arm64_lwip_defconfig
` [PATCH 13/15] test/py: net: add _lwip variants of dhcp, ping and tftpboot tests
` [PATCH 14/15] MAINTAINERS: net-lwip: add myself as a maintainer
` [PATCH 15/15] CI: add qemu_arm64_lwip to the test matrix

[PATCH v2] board: rockchip: add ArmSoM Sige7 Rk3588 board
 2024-05-22 18:03 UTC 

[PATCH v2] clk: rockchip: rk3588: Set SPLL frequency during SPL stage
 2024-05-22 17:31 UTC 

[PATCH 1/1] Added arm64 assembly for examples/api crt0
 2024-05-22 17:22 UTC  (12+ messages)

[PATCH v2 00/10] xtensa: Enable qemu-xtensa board
 2024-05-22 17:08 UTC  (11+ messages)
` [PATCH v2 01/10] xtensa: Move dram_init to xtfpga board file
` [PATCH v2 02/10] xtensa: Correct define of _end symbol
` [PATCH v2 03/10] xtensa: Implement phys virt conversion for PTP_MMU
` [PATCH v2 04/10] xtensa: Define PLATFORM_ELFFLAGS
` [PATCH v2 05/10] xtensa: Bring in semihosting headers and config options
` [PATCH v2 06/10] drivers: serial: Add xtensa semihosting driver
` [PATCH v2 07/10] drivers: cpu: Add xtensa CPU driver
` [PATCH v2 08/10] dts/upsteam: Add Makefile for xtensa
` [PATCH v2 09/10] board: emulation: New board qemu-xtensa
` [PATCH v2 10/10] doc: New documentation for qemu-xtensa

[PATCH 1/5] clock: qcom: ipq4019: add ESS clock
 2024-05-22 17:07 UTC  (11+ messages)
` [PATCH 2/5] dt-bindings: clock: qcom: ipq4019: add missing networking resets
` [PATCH 3/5] "
` [PATCH 4/5] net: add Qualcomm ESS EDMA adapter
` [PATCH 5/5] arm: dts: add IPQ4019 ESS EDMA U-Boot additions

[PATCH v3] fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled
 2024-05-22 16:33 UTC  (5+ messages)

[PATCH 0/4] rockchip: Add gpio request() ops and drop PCIe reset-gpios workaround
 2024-05-22 16:20 UTC  (14+ messages)

[PATCH 1/2 v4] tpm-v2: add support for mapping algorithm names to algos
 2024-05-22 16:17 UTC  (5+ messages)
` [PATCH 2/2 v4] tpm-v2: allow algoirthm name to be configured for pcr_read and pcr_extend

[PATCH 0/3] Enable ICSSG Driver for AM64x
 2024-05-22 16:08 UTC  (5+ messages)
` [PATCH 1/3] arm: dts: k3-am642-evm-u-boot: Add remoteproc-name for PRU cores
` [PATCH 2/3] configs: am64x_evm_a53: Enable ICSSG Driver
` [PATCH 3/3] board: ti: am64x: Set storage_interface and fw_dev_part ENVs

[PATCH 00/15] Introduce the lwIP network stack
 2024-05-22 16:00 UTC 

[PATCH 0/7] Enable QoS for DSS on J7 family of TI SoCs
 2024-05-22 15:44 UTC  (10+ messages)
` [PATCH 1/7] arm: mach-k3: am62a_qos: Move common bit MACROS to k3_qos header file
` [PATCH 2/7] arm: mach-k3: j721e: Enable QoS for DSS
` [PATCH 3/7] arm: mach-k3: j721s2: "
` [PATCH 4/7] arm: mach-k3: j784s4: "
` [PATCH 5/7] configs: j721e_evm_r5_defconfig: Enable CONFIG_K3_QOS
` [PATCH 6/7] configs: j721s2_evm_r5_defconfig: "
` [PATCH 7/7] configs: j784s4_evm_r5_defconfig: "

[PATCH 00/16] LoongArch initial support
 2024-05-22 15:34 UTC  (17+ messages)
` [PATCH 01/16] lib: fdtdec: Handle multiple memory nodes
` [PATCH 02/16] linux/io.h: Use map_physmem to implement ioremap
` [PATCH 03/16] image: Take entry point as an output of setup_booti
` [PATCH 04/16] elf.h Define LoongArch bits
` [PATCH 05/16] image: Define IH_ARCH_LOONGARCH
` [PATCH 06/16] LoongArch: skeleton and headers
` [PATCH 07/16] LoongArch: lib: General routines
` [PATCH 08/16] LoongArch: CPU assembly routines
` [PATCH 09/16] LoongArch: Exception handling
` [PATCH 10/16] LoongArch: Boot Image bits
` [PATCH 11/16] LoongArch: Generic CPU type
` [PATCH 12/16] cpu: Add loongarch_cpu driver
` [PATCH 13/16] timer: Add loongarch_timer driver
` [PATCH 14/16] board: emulation: Add qemu-loongarch
` [PATCH 15/16] efi: LoongArch: Define LoongArch bits everywhere
` [PATCH 16/16] efi: LoongArch: Implement everything

[PATCH v2] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model
 2024-05-22 13:23 UTC  (3+ messages)

[PATCH 0/2] usb: dwc2: Refactor and update USB DWC2 driver
 2024-05-22 14:22 UTC  (3+ messages)
` [PATCH 1/2] usb: dwc2: Extract USB DWC2 register definitions
` [PATCH 2/2] usb: dwc2: Update reset method for host and device mode

[PATCH 0/6] PHYTEC SOM Detection API v3
 2024-05-22  8:46 UTC  (11+ messages)
` [PATCH 1/6] board: phytec: common: Move eeprom read to new function
` [PATCH 2/6] board: phytec: common: Define PHYTEC_API2_DATA_LEN
` [PATCH 3/6] board: phytec: common: Move API v2 init to new function
` [PATCH 4/6] board: phytec: common: Add API v3
` [PATCH 5/6] board: phytec: common: k3: Set MAC
  ` [Upstream] "
` [PATCH 6/6] configs: phycore_am62x_a53_defconfig: Enable CONFIG_ENV_OVERWRITE
  ` [Upstream] "
` [Upstream] [PATCH 0/6] PHYTEC SOM Detection API v3

[PATCH] include: extension_board: Increase overlay file name size
 2024-05-22  8:04 UTC  (2+ messages)

[PATCH 0/2] Add remoteproc support for J784S4 SoCs
 2024-05-22  4:53 UTC  (3+ messages)
` [PATCH 1/2] configs: j784s4_evm_a72_defconfig: Enable remoteproc drivers
` [PATCH 2/2] board: ti: j784s4: j784s4.env: Set remoteproc firmware names

[PATCH] abootimg: Add init_boot image support
 2024-05-22 14:43 UTC  (2+ messages)

[PATCH] test/py: Add support to enable check for bad pattern
 2024-05-22 14:40 UTC  (2+ messages)

[PATCH RESEND] clk: rockchip: rk3588: Set SPLL frequency during SPL stage
 2024-05-22 14:33 UTC  (4+ messages)

[PATCH 00/10] rockchip: px30: migrate to common bss and stack addresses + UART fixes for evb-px30
 2024-05-22 14:15 UTC  (17+ messages)
` [PATCH 01/10] rockchip: px30: default TPL_SYS_MALLOC_F_LEN to 0x600 on PX30 Kconfig level
` [PATCH 02/10] rockchip: Use common bss and stack addresses on PX30
` [PATCH 03/10] rockchip: ringneck_px30: Use common bss and stack addresses
` [PATCH 04/10] rockchip: evb-px30: "
` [PATCH 05/10] rockchip: firefly-px30: "
` [PATCH 06/10] rockchip: odroid-go2: "
` [PATCH 07/10] rockchip: px30-core-*: "
` [PATCH 08/10] rockchip: px30: make UART pinmux accessible to TPL/SPL DTB
` [PATCH 09/10] rockchip: evb-px30: do not remove pinctrl nodes from SPL DTB
` [PATCH 10/10] rockchip: evb-px30: make UART5 the debug UART

[PATCH v2 0/7] binman: ti: create binman nodes for EFI capsules
 2024-05-22 14:10 UTC  (5+ messages)
` [PATCH v2 4/7] dts: beagleplay: binman: Include firmware capsules binman nodes

[PATCH] android: Fix ramdisk loading for bootimage v3+
 2024-05-22 13:30 UTC  (2+ messages)

[PATCH 2/2 v4] board: starfive: support Pine64 Star64 board
 2024-05-22 10:49 UTC  (2+ messages)

[PATCH 1/2] net: phy: add PSGMII (Penta SGMII) mode
 2024-05-22 10:06 UTC  (2+ messages)
` [PATCH 2/2] net: phy: add Qualcomm QCA807x driver

[PATCH v2 0/5] *** phyCORE-AM62x: DDR detection / Inject DDR timing deltas ***
 2024-05-22  9:52 UTC  (8+ messages)
` [PATCH v2 1/5] board: phytec: Make AM6 SoM detection depend on I2C
` [PATCH v2 2/5] board: phytec: Fix function definitions in AM6x SOM detection
` [PATCH v2 3/5] arm: mach-k3: am625: Call do_board_detect() before DDR probing
` [PATCH v2 4/5] board: phytec: common: Introduce a method to inject DDR timings deltas
` [PATCH v2 5/5] board: phytec: am62x: Add support for 1 & 4 GB RAM variants

[PATCH] board: toradex: change maintainer to Francesco
 2024-05-22  9:44 UTC  (2+ messages)

[PATCH 00/10] xtensa: Enable qemu-xtensa board
 2024-05-22  8:37 UTC  (10+ messages)
` [PATCH 04/10] xtensa: Define PLATFORM_ELFFLAGS
` [PATCH 09/10] board: emulation: New board qemu-xtensa

[RFC 00/14] efi_loader: improve device-tree loading
 2024-05-22  6:28 UTC  (14+ messages)
` [RFC 02/14] efi_loader: library function efi_dp_merge
` [RFC 05/14] cmd: efidebug: add support for setting fdt
` [RFC 09/14] efi_loader: do not install dtb if bootmgr fails
` [RFC 10/14] efi_loader: load device-tree specified in boot option

[PATCH 0/3] k3-j721e: Enable OF_UPSTREAM for J721E
 2024-05-22  6:20 UTC  (3+ messages)
` [PATCH 1/3] arm: dts: k3-j721e-r5*: Introduce k3-j721e-r5.dtsi

[PATCH 0/7] MIPS: Enable EFI support
 2024-05-22  6:12 UTC  (6+ messages)
` [PATCH 2/7] efi: Allow runtime relocate to be disabled

[PATCH 0/2] Add AM64x Support to PRUSS and PRU_RPROC driver
 2024-05-22  5:56 UTC  (5+ messages)

[PATCH] ARM: dts: imx8mm: Enable CPLD_Dn pull down resistor on MX8Menlo
 2024-05-22  0:30 UTC  (3+ messages)

[PATCH 0/2] scripts/setlocalversion sync with linux 6.9
 2024-05-22  0:17 UTC  (2+ messages)

[PATCH] doc/sphinx, test/py: Update requests module to 2.32.0
 2024-05-21 22:32 UTC 

[PATCH v2] fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled
 2024-05-21 20:53 UTC  (13+ messages)

[PATCH] mtd: nand: pxa3xx: Incorrect bitflip return on page read
 2024-05-21 20:15 UTC  (9+ messages)
    ` [EXTERNAL] "

[PATCH 0/4] Adding support to load secure firmware for HS devices
 2024-05-21 19:23 UTC  (11+ messages)

[PATCH v3] tpm: display warning if using gpio reset with TPM
 2024-05-21 19:04 UTC  (8+ messages)

[PATCH] Add support for am623 from BSH
 2024-05-21 17:47 UTC  (2+ messages)

[PATCH 0/2] RGXX3: Set boot order for mmc0 first
 2024-05-21 15:12 UTC  (4+ messages)
` [PATCH 2/2] board: rockchip: rgxx3: Use sdmmc0 as first device

[v3 1/2] doc: process.rst: Use subsubheading for "Phases of the Development Process"
 2024-05-21 16:38 UTC  (6+ messages)
` [v3 2/2] doc: process.rst: Document device tree resync rules

[PATCH v4 0/3] cyclic/watchdog patches
 2024-05-21 16:07 UTC  (4+ messages)

[ANN] U-Boot v2024.07-rc3 released
 2024-05-21 16:03 UTC  (5+ messages)

[PATCH 0/2 V2] RGXX3: Set boot order for mmc0 first
 2024-05-21 15:45 UTC  (3+ messages)
` [PATCH 1/2 V2] Revert "board: rockchip: Add early ADC button detect for RGxx3"
` [PATCH 2/2 V2] board: rockchip: rgxx3: Use sdmmc0 as first device


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).