messages from 2024-05-22 15:37:12 to 2024-05-23 21:54:01 UTC [more...]
[PATCH 0/2 V2] RGXX3: Set boot order for mmc0 first
2024-05-23 20:53 UTC (7+ 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
[PATCH v2 0/7] binman: ti: create binman nodes for EFI capsules
2024-05-23 21:09 UTC (8+ messages)
` [PATCH v2 4/7] dts: beagleplay: binman: Include firmware capsules binman nodes
[PATCH v5 0/6] Add DFU and usb boot for TI am62x SK and beagleplay
2024-05-23 20:08 UTC (3+ messages)
` [PATCH v5 4/6] configs: am62x_evm_*: Enable USB and DFU support
[PATCH] arm: mach-k3: am62p: Fixup TF-A/OP-TEE reserved-memory node in FDT
2024-05-23 17:43 UTC (5+ messages)
[PATCH v2 1/5] clock: qcom: ipq4019: add ESS clock
2024-05-23 17:37 UTC (5+ messages)
` [PATCH v2 2/5] dt-bindings: clock: qcom: ipq4019: drop downstream file
` [PATCH v2 3/5] clock: qcom: ipq4019: add missing networking resets
` [PATCH v2 4/5] net: add Qualcomm ESS EDMA adapter
` [PATCH v2 5/5] arm: dts: add IPQ4019 ESS EDMA U-Boot additions
[PATCH 1/2 v5] board: starfive: support Pine64 Star64 board
2024-05-23 17:24 UTC (3+ messages)
[PATCH v2 0/3] rockchip: ringneck-px30: migrate to common bss and stack addresses
2024-05-23 16:59 UTC (4+ messages)
` [PATCH v2 1/3] rockchip: px30: default TPL_SYS_MALLOC_F_LEN to 0x600 on PX30 Kconfig level
` [PATCH v2 2/3] rockchip: Use common bss and stack addresses on PX30
` [PATCH v2 3/3] rockchip: ringneck_px30: Use common bss and stack addresses
[PATCH 00/16] LoongArch initial support
2024-05-23 16:46 UTC (16+ messages)
` [PATCH 06/16] LoongArch: skeleton and headers
` [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 01/15] net: introduce alternative implementation as net-lwip/
2024-05-23 15:05 UTC (27+ messages)
` [PATCH 02/15] net-lwip: import lwIP library under lib/lwip
` [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 1/1] Added arm64 assembly for examples/api crt0
2024-05-23 16:01 UTC (14+ messages)
[PATCH 00/42] mmc: dw_mmc: Enable eMMC on E850-96 board
2024-05-23 15:03 UTC (53+ messages)
` [PATCH 01/42] mmc: dw_mmc: Remove common.h
` [PATCH 02/42] mmc: dw_mmc: Remove unused version field from struct dwmci_host
` [PATCH 03/42] mmc: dw_mmc: Move struct idmac to dw_mmc.c
` [PATCH 04/42] mmc: dw_mmc: Extract waiting for data busy into a separate routine
` [PATCH 05/42] mmc: dw_mmc: Extract FIFO init "
` [PATCH 06/42] mmc: dw_mmc: Extract clock on/off code "
` [PATCH 07/42] mmc: dw_mmc: Extract FIFO data transfer "
` [PATCH 08/42] mmc: dw_mmc: Extract DMA transfer handling code "
` [PATCH 09/42] mmc: dw_mmc: Extract setting the DMA descriptor "
` [PATCH 10/42] mmc: dw_mmc: Improve 32-bit IDMAC descriptor namings
` [PATCH 11/42] mmc: dw_mmc: Add support for 64-bit IDMAC
` [PATCH 12/42] mmc: dw_mmc: Replace fifoth_val property with fifo-depth
` [PATCH 13/42] mmc: dw_mmc: Fix kernel-doc comments in dwmmc.h
` [PATCH 14/42] mmc: dw_mmc: Use CONFIG_IS_ENABLED() to check config options
` [PATCH 15/42] mmc: dw_mmc: Improve coding style
` [PATCH 16/42] arm: dts: exynos: Add upstream DW MMC properties to all Exynos dts
` [PATCH 17/42] dt-bindings: exynos: Update bindings doc for DW MMC controller
` [PATCH 18/42] arm: exynos: Add header guard for dwmmc.h
` [PATCH 19/42] mmc: exynos_dw_mmc: Fix obtaining the base address of controller
` [PATCH 20/42] mmc: exynos_dw_mmc: Fix getting private data in exynos_dwmci_board_init()
` [PATCH 21/42] mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chips
` [PATCH 22/42] mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF API
` [PATCH 23/42] mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsing
` [PATCH 24/42] mmc: exynos_dw_mmc: Convert to use livetree API
` [PATCH 25/42] mmc: exynos_dw_mmc: Read upstream SDR timing properties
` [PATCH 26/42] mmc: exynos_dw_mmc: Abstract CLKSEL register
` [PATCH 27/42] mmc: exynos_dw_mmc: Refactor fixed CIU clock divider
` [PATCH 28/42] mmc: exynos_dw_mmc: Read common bus-width property
` [PATCH 29/42] mmc: exynos_dw_mmc: Read common clock-frequency property
` [PATCH 30/42] mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data
` [PATCH 31/42] mmc: exynos_dw_mmc: Read and use DDR timing when available
` [PATCH 32/42] mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callback
` [PATCH 33/42] mmc: exynos_dw_mmc: Add support for ARM64 Exynos chips
` [PATCH 34/42] mmc: exynos_dw_mmc: Remove common.h
` [PATCH 35/42] mmc: exynos_dw_mmc: Use CONFIG_IS_ENABLED() to check config options
` [PATCH 36/42] mmc: exynos_dw_mmc: Pull all init code into probe function
` [PATCH 37/42] mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()
` [PATCH 38/42] mmc: exynos_dw_mmc: Use dev->name as driver's displayed name
` [PATCH 39/42] mmc: exynos_dw_mmc: Improve coding style
` [PATCH 40/42] arm: dts: exynos: Remove outdated DW MMC properties in all Exynos dts
` [PATCH 41/42] configs: e850-96: Enable MMC
` [PATCH 42/42] doc: samsung: Mention enabled eMMC in E850-96 board doc
[PATCH v2] ARM: imx: verdin-imx8mm: Set CAN oscillator frequency based on model
2024-05-23 15:03 UTC (4+ messages)
[PATCH v2 0/6] Introduce UBI block device
2024-05-23 10:59 UTC (6+ messages)
[PATCH v2] arm: dts: k3-j7200: Move to OF_UPSTREAM
2024-05-23 7:43 UTC (2+ messages)
[PATCH] image: Set load_end on partial loads
2024-05-23 9:27 UTC
[PATCH v2] board: rockchip: add ArmSoM Sige7 Rk3588 board
2024-05-23 7:40 UTC (4+ messages)
[PATCH] arm: dts: mvebu: Migrate to upstream DT for Synology DS116 (Armada 385) board
2024-05-23 7:27 UTC (2+ messages)
[PATCH v3] abootimg: Add init_boot image support
2024-05-23 7:16 UTC (2+ messages)
[PATCH v2] abootimg: Add init_boot image support
2024-05-23 6:56 UTC (3+ messages)
[PATCH] doc: board: sophgo: milkv_duo: Update Milk-V Duo documentation
2024-05-23 6:40 UTC
[PATCH 0/3] Enable ICSSG Driver for AM64x
2024-05-23 6:33 UTC (4+ messages)
` [PATCH 1/3] arm: dts: k3-am642-evm-u-boot: Add remoteproc-name for PRU cores
[PATCH] abootimg: Add init_boot image support
2024-05-23 6:08 UTC (4+ messages)
[PATCH 0/4] clk: sophgo: milkv_duo: Add and enable clock controller driver
2024-05-23 5:38 UTC (4+ messages)
` [PATCH 2/4] clk: sophgo: cv1800b: Add clock controller driver for cv1800b SoC
[PATCH v3 0/8] Inline ECC Series
2024-05-23 5:04 UTC (9+ messages)
` [PATCH v3 1/8] ram: k3-ddrss: Use the DDR controller BIST engine for ECC priming
` [PATCH v3 2/8] ram: k3-ddrss: Add k3_ddrss_ddr_bank_base_size_calc() to solve 'calculations restricted to 32 bits' issue
` [PATCH v3 3/8] ram: k3-ddrss: Setup ECC region start and range
` [PATCH v3 4/8] ram: k3-ddrss: Enable ECC interrupts
` [PATCH v3 5/8] drivers: ram: Kconfig: Add CONFIG_K3_INLINE_ECC
` [PATCH v3 6/8] configs: j7*_evm_r5_defconfig: Set NR_DRAM_BANKS to 2
` [PATCH v3 7/8] board: ti: Pull redundant DDR functions to a common location and Fixup DDR size when ECC is enabled
` [PATCH v3 8/8] arm: dts: k3-*-ddr: Add ss_cfg reg entry
[PATCH 00/10] rockchip: px30: migrate to common bss and stack addresses + UART fixes for evb-px30
2024-05-23 3:49 UTC (21+ 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] clk: rockchip: rk3588: Set SPLL frequency during SPL stage
2024-05-23 3:45 UTC (2+ messages)
[PATCH V3] board: rockchip: Add Indiedroid Nova
2024-05-23 3:43 UTC (2+ messages)
[PATCH V4] board: rockchip: add Powkiddy X55
2024-05-23 3:43 UTC (2+ messages)
[PATCH v1] ARM: dts: Revise the default baudrate
2024-05-23 3:18 UTC
[PATCH v3 0/4] Clean-up patch set for MbedTLS integration
2024-05-23 2:46 UTC (2+ messages)
[PATCH 0/7] Enable QoS for DSS on J7 family of TI SoCs
2024-05-22 23:06 UTC (6+ 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 2/2 v5] board: starfive: support Pine64 Star64 board
2024-05-22 21:42 UTC (2+ messages)
[PATCH v2 00/10] Add support for Ethernet Boot on SK-AM62
2024-05-22 20:18 UTC (7+ messages)
` [PATCH v2 06/10] arm: mach-k3: am625_init: Probe AM65 CPSW NUSS
[PATCH 0/4] rockchip: Add gpio request() ops and drop PCIe reset-gpios workaround
2024-05-22 19:46 UTC (10+ messages)
[PATCH] xilinx: Add option to load environment from outside of boot media
2024-05-22 17:47 UTC
[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 (10+ messages)
` [PATCH 2/5] dt-bindings: clock: qcom: ipq4019: add missing networking resets
` [PATCH 3/5] "
` [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 (4+ messages)
[PATCH 1/2 v4] tpm-v2: add support for mapping algorithm names to algos
2024-05-22 16:17 UTC (3+ messages)
[PATCH 00/15] Introduce the lwIP network stack
2024-05-22 16:00 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox