messages from 2024-05-22 10:15:15 to 2024-05-23 06:56:31 UTC [more...]
[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 v2 0/7] binman: ti: create binman nodes for EFI capsules
2024-05-23 4:12 UTC (6+ messages)
` [PATCH v2 4/7] dts: beagleplay: binman: Include firmware capsules binman nodes
[PATCH 00/10] rockchip: px30: migrate to common bss and stack addresses + UART fixes for evb-px30
2024-05-23 3:49 UTC (25+ 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 0/2 V2] RGXX3: Set boot order for mmc0 first
2024-05-23 3:47 UTC (6+ 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] 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 00/42] mmc: dw_mmc: Enable eMMC on E850-96 board
2024-05-22 23:31 UTC (43+ 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 01/15] net: introduce alternative implementation as net-lwip/
2024-05-22 23:10 UTC (21+ 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 0/7] Enable QoS for DSS on J7 family of TI SoCs
2024-05-22 23:06 UTC (11+ 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] arm: dts: mvebu: Migrate to upstream DT for Synology DS116 (Armada 385) board
2024-05-22 21:51 UTC
[PATCH 2/2 v5] board: starfive: support Pine64 Star64 board
2024-05-22 21:42 UTC (2+ messages)
[PATCH 1/2 v5] board: starfive: support Pine64 Star64 board
2024-05-22 21:40 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] board: rockchip: add ArmSoM Sige7 Rk3588 board
2024-05-22 18:15 UTC (3+ messages)
[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 (4+ 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 00/15] Introduce the lwIP network stack
2024-05-22 16:00 UTC
[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 (9+ 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
` [PATCH 6/6] configs: phycore_am62x_a53_defconfig: Enable CONFIG_ENV_OVERWRITE
` [Upstream] "
[PATCH] include: extension_board: Increase overlay file name size
2024-05-22 7:21 UTC
[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] 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] 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)
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