public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2024-02-26 13:08:15 to 2024-02-27 21:02:20 UTC [more...]

[PATCH] mmc: arm_pl180: Limit data transfer to U16_MAX
 2024-02-27 20:18 UTC 

[PATCH v3 0/8] Add i2c and reset support for Renesas RZ/G2L
 2024-02-27 20:40 UTC  (9+ messages)
` [PATCH v3 1/8] clk: renesas: Confirm all clock & reset changes on RZ/G2L
` [PATCH v3 2/8] arm: dts: rzg2l: Sync with Linux v6.7
` [PATCH v3 3/8] i2c: rzg2l: Add I2C driver for RZ/G2L family
` [PATCH v3 4/8] pmic: Add Renesas RAA215300 PMIC driver
` [PATCH v3 5/8] board: rzg2l: Enable access to Renesas RAA215300 PMIC
` [PATCH v3 6/8] sysreset: Support reset via "
` [PATCH v3 7/8] pmic: raa215300: Bind sysreset driver
` [PATCH v3 8/8] board: rzg2l: Support reset via Renesas RAA215300 PMIC

[PATCH v2 0/2] enable OSPI support on AM64x
 2024-02-27 18:40 UTC  (6+ messages)
` [PATCH v2 2/2] arm: dts: k3-am642-evm/sk: Enable OSPI support in SPL

[PATCH v10 00/15] Introduce initial TI's J784S4 and AM69 support
 2024-02-27 16:29 UTC  (8+ messages)
` [PATCH v10 11/15] arm: dts: Introduce j784s4 u-boot dts files
` [PATCH v10 12/15] arm: dts: Introduce am69-sk "
` [PATCH v10 13/15] configs: j784s4_evm: Add defconfig for J784S4 EVM board

[PATCH 00/10] Add initial support for IPQ9574 based boards
 2024-02-27 16:35 UTC  (25+ messages)
` [PATCH 01/10] mach-snapdragon: Add support for IPQ9574
` [PATCH 02/10] mach-snapdragon: ipq9574: Add SMEM defines needed "
` [PATCH 03/10] clk/qcom: Add support for clock registers in IPQ9574
` [PATCH 04/10] clk/qcom: Include IPQ9574
` [PATCH 05/10] mach-snapdragon: Update gd->ram_size in msm_fixup_memory
` [PATCH 06/10] pinctrl: qcom: Add support for 'pull-down'
` [PATCH 07/10] pinctrl: qcom: Include IPQ9574
` [PATCH 08/10] mmc: msm_sdhci: Handle different vendor cap register offsets
` [PATCH 09/10] mmc: msm_sdhci: Reset clocks before reconfiguration
` [PATCH 10/10] board: qualcomm: Add support for IPQ9574 RDP433

[PATCH 00/19] ARM: renesas: Rename R-Mobile to Renesas
 2024-02-27 16:05 UTC  (20+ messages)
` [PATCH 01/19] ARM: renesas: Drop remnants of R8A7740 support
` [PATCH 02/19] ARM: renesas: Drop unused sh_sdhi.h
` [PATCH 03/19] ARM: renesas: Drop unused mmc.h
` [PATCH 04/19] ARM: renesas: Drop unused pfc-r8a7790.h
` [PATCH 05/19] ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()
` [PATCH 06/19] ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*()
` [PATCH 07/19] ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_*
` [PATCH 08/19] ARM: renesas: Rename rmobile_cpuinfo_idx() to renesas_cpuinfo_idx()
` [PATCH 09/19] ARM: renesas: Rename rmobile_cpuinfo[] to renesas_cpuinfo[]
` [PATCH 10/19] ARM: renesas: Simplify weak symbols
` [PATCH 11/19] ARM: renesas: Rename rmobile_get_prr() to renesas_get_prr()
` [PATCH 12/19] ARM: renesas: Rename ARCH_RMOBILE_BOARD_STRING to ARCH_RENESAS_BOARD_STRING
` [PATCH 13/19] ARM: renesas: Rename CONFIG_ARCH_RMOBILE_EXTRAM_BOOT to CONFIG_RENESAS_EXTRAM_BOOT
` [PATCH 14/19] ARM: renesas: Rename rmobile.h to renesas.h
` [PATCH 15/19] ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS
` [PATCH 16/19] ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas
` [PATCH 17/19] ARM: renesas: Post rename fix ups
` [PATCH 18/19] mmc: renesas-sdhi: Rename rmobile_is_gen3_mmc0() to rcar_is_gen3_mmc0()
` [PATCH 19/19] git-mailrc: Add renesas entry and update rmobile entry

[PATCH v1 0/4] Introduce mtdblock device
 2024-02-27 13:37 UTC  (9+ messages)
` [PATCH v1 1/4] drivers: introduce mtdblock abstraction
` [PATCH v1 2/4] disk: support MTD partitions
` [PATCH v1 3/4] spinand: bind mtdblock
` [PATCH v1 4/4] efi: block: compile only if CONFIG_EFI_PARTITION enabled

[PATCH v2 0/7] Add i2c and reset support for Renesas RZ/G2L
 2024-02-27 15:59 UTC  (16+ messages)
` [PATCH v2 1/7] clk: renesas: Confirm all clock & reset changes on RZ/G2L
` [PATCH v2 2/7] arm: dts: rzg2l: Sync with Linux v6.7
` [PATCH v2 3/7] i2c: rzg2l: Add I2C driver for RZ/G2L family
` [PATCH v2 4/7] pmic: Add Renesas RAA215300 PMIC driver
` [PATCH v2 5/7] sysreset: Support reset via Renesas RAA215300 PMIC
` [PATCH v2 6/7] pmic: raa215300: Bind sysreset driver
` [PATCH v2 7/7] board: rzg2l: Support reset via Renesas RAA215300 PMIC

[PATCH 1/2] opos6uldev: make the LCD work again
 2024-02-27 15:42 UTC  (3+ messages)
` [PATCH 2/2] video: mxsfb: add back imx6ul/imx6ull support

[PATCH v5] misc: fs-loader: Use fw_storage_interface instead of storage_interface
 2024-02-27 14:03 UTC  (3+ messages)

[PATCH 0/2] net: ti: am65-cpsw / cpsw-mdio: Switch to DM MDIO
 2024-02-27 13:52 UTC  (5+ messages)
` [PATCH 1/2] net: mdio: Handle bus level GPIO Reset

[PATCH v2 0/4] Add initial support for Microchip SAMA7G54 Curiosity board
 2024-02-27 13:44 UTC  (5+ messages)
` [PATCH v2 1/4] ARM: dts: at91: sama7g5: Add flexcom 10 node
` [PATCH v2 2/4] ARM: dts: at91: sama7g54_curiosity: Add initial device tree of the board
` [PATCH v2 3/4] board: at91: sama7g54_curiosity: Add initial board support
` [PATCH v2 4/4] configs: at91: sama7g54_curiosity: Add initial default configs

[PATCH v1 0/3] board: amlogic: jethubj100: small updates
 2024-02-27 13:38 UTC  (5+ messages)
` [PATCH v1 1/3] board: amlogic: jethubj100: fix common config header
` [PATCH v1 2/3] board: amlogic: jethubj100: update MAINTAINERS
` [PATCH v1 3/3] board: amlogic: jethubj100: update docs

[PATCH 0/6] USB keyboard improvements for asahi / desktop systems
 2024-02-27 12:02 UTC  (16+ messages)
` [PATCH 2/6] usb: xhci: Set up endpoints for the first 2 interfaces
` [PATCH 4/6] usb: kbd: Ignore Yubikeys

[PATCH 00/10] Add support for Ethernet Boot on SK-AM62
 2024-02-27 11:24 UTC  (6+ messages)
` [PATCH 07/10] arm: mach-k3: am625_init: Probe AM65 CPSW NUSS

[PATCH v5] remoteproc: uclass: Add methods to load firmware to rproc and boot rproc
 2024-02-27 11:17 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Add label to pmu fwnode
 2024-02-27 11:04 UTC  (4+ messages)

[PATCH v3 00/13] Hello Again Everyone!
 2024-02-27  9:16 UTC  (21+ messages)
` [PATCH v3 01/13] soc: add info to identify the am62p SoC family
` [PATCH v3 02/13] power: domain: ti: use IS_ENABLED macro
` [PATCH v3 03/13] arm: mach-k3: am62px: introduce clock and device files for wkup spl
` [PATCH v3 04/13] ram: k3-ddrss: enable the am62ax's DDR controller for am62px
` [PATCH v3 05/13] arm: mach-k3: invert logic for split DM firmware config
` [PATCH v3 06/13] arch: mach-k3: introduce basic files to support the am62px SoC family
` [PATCH v3 07/13] board: ti: introduce basic board files for the am62px family
` [PATCH v3 08/13] firmware: ti_sci_static_data: add static DMA channel data
` [PATCH v3 09/13] dma: ti: k3-udma: Add DMA PSIL mappings for AM62P and J722S
` [PATCH v3 10/13] arm: dts: introduce am62p5 U-Boot dts files
` [PATCH v3 11/13] Makefile: remove hardcoded device tree source directory
` [PATCH v3 12/13] configs: introduce configs needed for the am62px
` [PATCH v3 13/13] doc: board: ti: introduce am62px documentation

[PATCH v5 00/39] Qualcomm generic board support
 2024-02-27  5:38 UTC  (43+ messages)
` [PATCH v5 01/39] arm: init: export prev_bl_fdt_addr
` [PATCH v5 02/39] usb: dwc3-generic: support external vbus regulator
` [PATCH v5 03/39] mmc: msm_sdhci: use modern clock handling
` [PATCH v5 04/39] dt-bindings: drop msm_sdhci binding
` [PATCH v5 05/39] clk/qcom: use upstream compatible properties
` [PATCH v5 06/39] clock/qcom: qcs404: fix clk_set_rate
` [PATCH v5 07/39] serial: msm: add debug UART
` [PATCH v5 08/39] serial: msm: fix clock handling and pinctrl
` [PATCH v5 09/39] gpio: qcom_pmic: 1-based GPIOs
` [PATCH v5 10/39] gpio: qcom_pmic: add a quirk to skip GPIO configuration
` [PATCH v5 11/39] gpio: qcom_pmic: add pinctrl driver
` [PATCH v5 12/39] sandbox: dts: fix qcom pmic gpio
` [PATCH v5 13/39] pinctrl: qcom: stub support for special GPIOs
` [PATCH v5 14/39] pinctrl: qcom: fix DT compatibility
` [PATCH v5 15/39] pinctrl: qcom: apq8016: init pre-reloaction
` [PATCH v5 16/39] board: dragonboard410c: add chainloaded config fragment
` [PATCH v5 17/39] board: dragonboard410c: upstream DT compat
` [PATCH v5 18/39] board: dragonboard410c: import board code from mach-snapdragon
` [PATCH v5 19/39] board: dragonboard820c: use LINUX_KERNEL_IMAGE_HEADER
` [PATCH v5 20/39] mach-snapdragon: generalise board support
` [PATCH v5 21/39] mach-snapdragon: dynamic load addresses
` [PATCH v5 22/39] mach-snapdragon: generate fdtfile automatically
` [PATCH v5 23/39] mach-snapdragon: carve out no-map regions
` [PATCH v5 24/39] board: qcs404-evb: drop board code
` [PATCH v5 25/39] doc: board/qualcomm: document generic targets
` [PATCH v5 26/39] doc: board/qualcomm: link to APQ8016 TRM
` [PATCH v5 27/39] dt-bindings: import headers for SDM845
` [PATCH v5 28/39] dts: sdm845: import supporting dtsi files
` [PATCH v5 29/39] dts: sdm845: replace with upstream DTS
` [PATCH v5 30/39] dt-bindings: import headers for MSM8916
` [PATCH v5 31/39] dts: msm8916: import PMIC dtsi files
` [PATCH v5 32/39] dts: msm8916: replace with upstream DTS
` [PATCH v5 33/39] dt-bindings: import headers for MSM8996
` [PATCH v5 34/39] dts: msm8996: import PMIC dtsi files
` [PATCH v5 35/39] dts: dragonboard820c: use correct bindings for clocks
` [PATCH v5 36/39] dts: msm8996: replace with upstream DTS
` [PATCH v5 37/39] dt-bindings: import headers for qcs404
` [PATCH v5 38/39] dts: qcs404-evb: replace with upstream DT
` [PATCH v5 39/39] MAINTAINERS: Qualcomm: add some missing paths

[ANN] U-Boot v2024.04-rc3 released
 2024-02-27  2:25 UTC 

[PATCH RESEND] serial: pl01x: set baudrate when probing
 2024-02-27  1:29 UTC  (3+ messages)

[PATCH 0/4] rockchip: Migrate to use DM_USB_GADGET on RK3328
 2024-02-26 23:08 UTC  (5+ messages)
` [PATCH 1/4] rockchip: Update the default USB Product ID value
` [PATCH 2/4] rockchip: board: Prepare for use of DM_USB_GADGET with DWC2_OTG
` [PATCH 3/4] rockchip: board: Use a common USB Product ID for UMS
` [PATCH 4/4] rockchip: Migrate to use DM_USB_GADGET on RK3328

[PATCH] imx9: Update to mx93 A1 chip revision
 2024-02-26 17:48 UTC 

[PATCH v2 0/2] arm: separate .data and .text sections of EFI binaries
 2024-02-26 21:24 UTC  (3+ messages)
` [PATCH v2 1/2] arm: page align EFI binary section
` [PATCH v2 2/2] arm: separate .data and .text sections of EFI binaries

[PATCH] efi_loader: Don't carve out memory reservations too early
 2024-02-26 20:36 UTC  (5+ messages)

[PATCH v2] efi_loader: Don't carve out memory reservations too early
 2024-02-26 20:35 UTC 

[PATCH v4] cmd: add FDT setup for bootelf by flag
 2024-02-26 18:35 UTC 

[PATCH 1/1] serial: move sbi_dbcn_available to .data section
 2024-02-26 17:58 UTC  (2+ messages)

[PATCH 0/2] Fix OP-TEE support
 2024-02-26 17:37 UTC  (3+ messages)
` [PATCH 1/2] imx9: "
` [PATCH 2/2] tools: imx9_image: Reword warning message

[PATCH] arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property
 2024-02-26 15:54 UTC 

[PATCH] doc: develop: commands: Fix function prototype
 2024-02-26 15:46 UTC 

[PATCH v2 0/8] imx8mp: Enable PCIe/NVMe support
 2024-02-26 14:21 UTC  (26+ messages)
` [PATCH v2 2/8] reset: imx: Add support for i.MX8MP reset controller
` [PATCH v2 4/8] imx8mp: power-domain: Expose high performance PLL clock
` [PATCH v2 5/8] phy: phy-imx8m-pcie: Add support for i.MX8M{M/P} PCIe PHY

[PATCH 0/2] *** Introduce get_boot_device() for K3 platform ***
 2024-02-26 13:30 UTC  (3+ messages)
` [PATCH 1/2] arm: mach-k3: am625: copy bootindex to OCRAM for main domain SPL
` [PATCH 2/2] arm: mach-k3: am625: Provide a way to obtain boot device for non SPLs


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