public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2024-02-25 19:05:45 to 2024-02-27 08:45:33 UTC [more...]

[PATCH] arm64: zynqmp: Add label to pmu fwnode
 2024-02-27  8:45 UTC  (2+ messages)

[PATCH v3 00/13] Hello Again Everyone!
 2024-02-27  8:23 UTC  (19+ 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 0/6] USB keyboard improvements for asahi / desktop systems
 2024-02-27  7:38 UTC  (14+ messages)
` [PATCH 2/6] usb: xhci: Set up endpoints for the first 2 interfaces
` [PATCH 4/6] usb: kbd: Ignore Yubikeys

[PATCH v1 0/3] board: amlogic: jethubj100: small updates
 2024-02-27  6:54 UTC  (4+ 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 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

[PATCH 00/10] Add initial support for IPQ9574 based boards
 2024-02-27  3:17 UTC  (22+ 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

[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 v2 0/7] Add i2c and reset support for Renesas RZ/G2L
 2024-02-26 20:55 UTC  (10+ 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] 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  (38+ messages)
` [PATCH v2 1/8] clk: imx8mp: Add support for PCIe clocks
` [PATCH v2 2/8] reset: imx: Add support for i.MX8MP reset controller
` [PATCH v2 3/8] imx8mp: power-domain: Add PCIe support
` [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 v2 6/8] pci: Add DW PCIe controller support for iMX8MP SoC
` [PATCH v2 7/8] verdin-imx8mp_defconfig: Enable PCIe/NVMe support
` [PATCH v2 8/8] MAINTAINERS: Add entry for PCIe DWC IMX driver

[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

[PATCH v2 0/2] *** Add support for phyCORE-AM64x ***
 2024-02-26 12:23 UTC  (3+ messages)
` [PATCH v2 1/2] board: phytec: am64x: Add PHYTEC phyCORE-AM64x SoM
` [PATCH v2 2/2] doc: board: phytec: Add phyCORE-AM64x

[PATCH] usb: dwc3-generic: Fix build errors when USB_DWC3_GADGET is disabled
 2024-02-26 12:36 UTC  (9+ messages)

[PATCH] rockchip: load env from boot MMC device
 2024-02-26 11:26 UTC  (2+ messages)

Need help: alternative module inclusion - duplicate symbols
 2024-02-26 10:40 UTC  (2+ messages)

[PATCH] mtd: spi-nor-ids: Add Puya Semiconductor chips description
 2024-02-26 10:25 UTC 

[PATCH v2 0/1] Agilex5 enablement
 2024-02-26  8:03 UTC  (3+ messages)
` [PATCH v2 1/1] arch:arm: "

[PATCH V2] arm: dts: k3-binman: Make optee optional as requirement
 2024-02-26  7:14 UTC 

[PATCH] arm: dts: k3-binman: Make optee optional as requirement
 2024-02-26  6:59 UTC  (3+ messages)

[PATCH v1 1/1] arch:arm: Agilex5 enablement
 2024-02-26  5:59 UTC  (3+ messages)

[PATCH 1/2] mtd: rawnand: brcmnand: fallback to detected ecc-strengh, ecc-step-size
 2024-02-26  3:37 UTC  (2+ messages)
` [PATCH 2/2] mtd: rawnand: brcmnand: Allow soc-specific callbacks to work

[PATCH v2 0/3] Enable OSPI on j721e
 2024-02-26  3:36 UTC  (4+ messages)
` [PATCH v2 3/3] arm: dts: k3-j721e-sk: Remove OSPI phypattern partition

[PATCH 0/2] phy: rockchip-inno-usb2: Write to correct GRF
 2024-02-25 22:10 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] phy: rockchip-inno-usb2: Limit changes made to regs

[PATCH] rockchip: rock64: store env in SPI flash
 2024-02-25 19:05 UTC  (3+ messages)


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