U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-02 11:57:04 to 2021-06-04 09:43:28 UTC [more...]

[PATCH v2 00/11] clk: k210: Rewrite K210 clock without CCF
 2021-06-04  4:40 UTC  (15+ messages)
` [PATCH v2 01/11] clk: Allow force setting clock defaults before relocation
` [PATCH v2 02/11] clk: k210: Rewrite to remove CCF
` [PATCH v2 03/11] clk: k210: Move pll into the rest of the driver
` [PATCH v2 04/11] clk: k210: Implement soc_clk_dump
` [PATCH v2 05/11] clk: k210: Re-add support for setting rate
` [PATCH v2 06/11] clk: k210: Don't set PLL rates if we are already at the correct rate
` [PATCH v2 07/11] clk: k210: Remove bypass driver
` [PATCH v2 08/11] clk: k210: Move k210 clock out of its own subdirectory
` [PATCH v2 09/11] k210: dts: Set PLL1 to the same rate as PLL0
` [PATCH v2 10/11] k210: Don't imply CCF
` [PATCH v2 11/11] test: Add K210 PLL tests to sandbox defconfigs

[PATCH v5 00/13] arm64: synquacer: Add SynQuacer/DeveloperBox support
 2021-06-04  9:43 UTC 

[PATCH u-boot-marvell 1/2] arm: mvebu: turris_omnia: update rescue mode boot command
 2021-06-04  9:31 UTC  (6+ messages)
` [PATCH u-boot-marvell 2/2] arm: mvebu: turris_omnia: support invoking rescue boot from console

[PATCH 1/6] arm: a37xx: pci: Don't put link into LTSSM Recovery state during probe
 2021-06-04  9:28 UTC  (7+ messages)
` [PATCH v2 1/7] "

[PATCH] keymile: common: fix hexadecimal env variable format
 2021-06-04  9:25 UTC 

[PATCH] configs: seli8: set envsize to 0x4000
 2021-06-04  9:17 UTC 

[PATCH v5 0/2] Add Xilinx clock wizard driver support
 2021-06-04 17:06 UTC  (3+ messages)
` [PATCH v5 1/2] clk: zynq: Add clock wizard driver
` [PATCH v5 2/2] dt-bindings: add xilinx clocking wizard bindings

[PATCH v2 1/2] of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'
 2021-06-04  6:11 UTC  (3+ messages)

[PATCH 1/5] riscv: ae350: dts: Add SPDX license header
 2021-06-04  5:51 UTC  (5+ messages)
` [PATCH 2/5] riscv: ae350: dts: Remove the unnecessary space in bootargs
` [PATCH 3/5] riscv: ae350: dts: Remove the unnecessary #address-cells in plic nodes
` [PATCH 4/5] riscv: ae350: dts: Fix #interrupt-cells for plic0 in 32-bit
` [PATCH 5/5] riscv: ae350: dts: Add missing "u-boot, dm-spl" for SPL config

[PATCHv3 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error
 2021-06-04  4:56 UTC  (3+ messages)
` [PATCHv3 2/3] pci: pcie_dw_rockchip: Drop the unused variable warning
` [PATCHv3 3/3] pci: pcie_dw_rockchip: Replace msleep occurences by udelay

[PATCH V5 2/2] riscv: board: Support OpenPiton SoC
 2021-06-04  4:54 UTC 

[PATCH V5 1/2] mmc: add OpenPiton mmc support
 2021-06-04  4:52 UTC 

[PATCH V5 0/2] Add OpenPiton board support
 2021-06-04  4:46 UTC 

[PATCH 2/4] pinephone_defconfig: reduce boot delay
 2021-06-03 10:10 UTC  (6+ messages)
` [PATCH] sunxi-common: support loading compressed kernel images on ARMv8

[v3, 0/3] Drop CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
 2021-06-04  2:57 UTC  (6+ messages)
` [v3, 1/3] mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
` [v3, 2/3] mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
` [v3, 3/3] armv8: layerscape: "

[PATCH] arm: iproc: Add higher speed configurations
 2021-06-04  2:25 UTC 

[BUG] network is broken on Orange Pi PC
 2021-06-03 20:19 UTC  (11+ messages)

[PATCH 1/1] test: NULL dereference in test-uclass
 2021-06-03 20:08 UTC 

[PATCH V2] clk: clk_versaclock: Add support for versaclock driver
 2021-06-03 16:32 UTC  (2+ messages)

[PATCH] env: Leave invalid env for nowhere location
 2021-06-03 16:15 UTC  (3+ messages)

[PATCH] clk: clk_versaclock: Add support for versaclock driver
 2021-06-03 16:01 UTC  (6+ messages)

[PATCH 1/3] usb: ehci-mx6: move mode set/detect to probe
 2021-06-03 15:50 UTC  (5+ messages)

[PATCH 0/6] arm: sunxi: v3s: add ethernet support
 2021-06-03 15:29 UTC  (9+ messages)
` [PATCH 6/6] net: sun8i-emac: v3s: fix soft reset timeout

[PATCH u-boot-marvell 0/7] Changes for Turris MOX
 2021-06-03 15:20 UTC  (10+ messages)
` [PATCH u-boot-marvell 1/7] arm: mvebu: dts: turris_mox: add button and LED nodes
` [PATCH u-boot-marvell 2/7] arm: mvebu: turris_mox: add support for board rescue mode
` [PATCH u-boot-marvell 3/7] arm: mvebu: turris_mox: start blinking PHY LEDs when entering rescue
` [PATCH u-boot-marvell 4/7] arm: mvebu: configs: turris_mox: add fdtfile default env variable
` [PATCH u-boot-marvell 5/7] arm: mvebu: dts: turris_mox: add nodes for SPI NOR partitions
` [PATCH u-boot-marvell 6/7] arm: mvebu: turris_mox: enable options for Turris network boot
` [PATCH u-boot-marvell 7/7] arm64: a37xx: dts: rename internal-regs node

[RFC PATCH 0/2] sizeof(gd_t) sanity checking
 2021-06-03 15:14 UTC  (7+ messages)
` [PATCH 1/4] powerpc: Don't use relative include for config.h in global_data.h
  ` [PATCH 2/4] Revert "powerpc: fix regression in arch_initr_trap()"
  ` [PATCH 3/4] socfpga64: Do not define CONFIG_SYS_MEM_RESERVE_SECURE to 0
  ` [PATCH 4/4] global_data: Ensure we have <config.h> when symbols are not in Kconfig yet

[PATCH v2] sunxi: clock: H6/H616: Fix PLL clock factor encodings
 2021-06-03 15:12 UTC  (3+ messages)

[PATCHv4,1/1] clk: zynq: Add clock wizard driver
 2021-06-03 14:49 UTC  (2+ messages)

[PATCH V2] ARM: rmobile: beacon-renesom: Enable QSPI NOR Flash
 2021-06-03 13:22 UTC 

[PATCH] arm: dts: k3-j7200: ddr: Update to 0.5.0 version of DDR for LPDDR 2666MTs
 2021-06-03 13:14 UTC 

[PATCHv5] drivers: tpm2: update reset gpio semantics
 2021-06-03 10:40 UTC 

[PATCHv4] drivers: tpm2: update reset gpio semantics
 2021-06-03 10:39 UTC  (2+ messages)

[PATCH v1 0/5] Add RK3568 SoC support
 2021-06-03 10:15 UTC  (6+ messages)
` [PATCH v1 4/5] rockchip: Add rk3568 architecture core

[PATCHv3] drivers: tpm2: update reset gpio semantics
 2021-06-03  9:33 UTC  (2+ messages)

[PATCH 0/6] AM64: Add support for higher speed modes and boot mode in eMMC
 2021-06-03  9:04 UTC  (7+ messages)
` [PATCH 1/6] arch: arm: mach-k3: am642_init: Correct the function name spl_boot_mode() to spl_mmc_boot_mode()
` [PATCH 2/6] arch: dts: am642-sk-u-boot: Disable main_sdhci0 DT node and define alias index 1 for main_sdhci1 node
` [PATCH 3/6] configs: am64x_evm_a53_defconfig: Enable configs to support HS200/HS400
` [PATCH 4/6] configs: am64x_evm: Move CONFIG_SYS_MMC_ENV_DEV and CONFIG_SYS_MMC_ENV_PART to defconfig files and enable configs to save env in eMMC and FAT write
` [PATCH 5/6] configs: am64x_evm_a53_defconfig/am64x_evm_r5_defconfig: Enable configs to support eMMC boot
` [PATCH 6/6] configs: am64x_evm_*_defconfig: Enable config to support gpt and FDT library overlay

[PATCHv2] drivers: tpm2: update reset gpio semantics
 2021-06-03  9:04 UTC  (5+ messages)

[PATCH 0/6] arm64: zynqmp: DT syncup patches
 2021-06-03  8:11 UTC  (7+ messages)
` [PATCH 1/6] arm64: zynqmp: Remove additional header from zc1232 DT
` [PATCH 2/6] arm64: zynqmp: Add maximum-speed property for dwc3 nodes
` [PATCH 3/6] arm64: zynqmp: Remove addition newline from zc1751 dc1
` [PATCH 4/6] arm64: zynqmp: Remove unused dp_aclk clock
` [PATCH 5/6] arm64: zynqmp: Sync dp port location on zc1751 dc4
` [PATCH 6/6] arm64: zynqmp: Sync psgtr location on zcu100/zcu106

[PATCH 1/1] net: sun8i-emac: fix MDIO frequency
 2021-06-03  7:52 UTC 

[PATCH] gpio: pca953x: Add missing i2c dependency
 2021-06-03  7:51 UTC 

[PATCH v2 0/5] arm: dts: stm32mp157c-odyssey-som: sync SDMMC2 with Linux and TF‑A
 2021-06-03  7:36 UTC  (8+ messages)
` [PATCH v2 1/5] arm: dts: stm32mp157c-odyssey-som: fix the basic SDMMC2 properties
` [PATCH v2 2/5] arm: dts: stm32mp157c-odyssey-som: enable all SDMMC2 data lanes
` [PATCH v2 3/5] arm: dts: stm32mp157c-odyssey-som: set the SDMMC2 VQMMC supply
` [PATCH v2 4/5] arm: dts: stm32mp157c-odyssey-som: enable the SDMMC2 eMMC HS DDR mode
` [PATCH v2 5/5] arm: dts: stm32mp157c-odyssey-som: enable SDMMC2 in SPL

[PATCH] efi: Restrict the simple file system protocol to support only FAT
 2021-06-03  6:52 UTC  (13+ messages)

[PATCHv5 00/26] Re-base / re-post of TI-K3 HSM rearch series
 2021-06-03  6:32 UTC  (27+ messages)
` [PATCHv5 01/26] lib: rational: copy the rational fraction lib routines from Linux
` [PATCHv5 02/26] arm: mach-k3: introduce new config option for sysfw split
` [PATCHv5 03/26] remoteproc: k3-r5: remove sysfw PM calls if not supported
` [PATCHv5 04/26] common: fit: Update board_fit_image_post_process() to pass fit and node_offset
` [PATCHv5 05/26] clk: fixed_rate: add API for directly registering fixed rate clocks
` [PATCHv5 06/26] clk: fix clock tree dump to properly dump out every registered clock
` [PATCHv5 07/26] clk: do not attempt to fetch clock pointer with null device
` [PATCHv5 08/26] clk: add support for setting clk rate from cmdline
` [PATCHv5 09/26] clk: sci-clk: fix return value of set_rate
` [PATCHv5 10/26] clk: fix assigned-clocks to pass with deferring provider
` [PATCHv5 11/26] clk: fix set_rate to clean up cached rates for the hierarchy
` [PATCHv5 12/26] clk: add support for TI K3 SoC PLL
` [PATCHv5 13/26] clk: add support for TI K3 SoC clocks
` [PATCHv5 14/26] power: domain: Introduce driver for raw TI K3 PDs
` [PATCHv5 15/26] cmd: ti: pd: Add debug command for K3 power domains
` [PATCHv5 16/26] tools: k3_fit_atf: add DM binary to the FIT image
` [PATCHv5 17/26] arm: mach-k3: Add platform data for j721e and j7200
` [PATCHv5 18/26] arm: mach-k3: add support for detecting firmware images from FIT
` [PATCHv5 19/26] arm: mach-k3: do board config for PM only if supported
` [PATCHv5 20/26] arm: mach-k3: common: Drop main r5 start
` [PATCHv5 21/26] arm: mach-k3: sysfw-loader: pass boardcfg to sciserver
` [PATCHv5 22/26] arm: mach-k3: j721e_init: Force early probe of clk-k3 driver
` [PATCHv5 23/26] configs: j721e_evm_r5: Enable raw access power management features
` [PATCHv5 24/26] configs: j7200_evm_r5: "
` [PATCHv5 25/26] board: ti: j72xx: README: update build instructions and image formats
` [PATCHv5 26/26] arm: dts: k3-j72xx: correct MCU timer1 frequency

[PATCH 00/10] AM642-EVM: Add USB support
 2021-06-03  6:14 UTC  (7+ messages)
` [PATCH 01/10] tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol

[PATCH v2 00/10] AM642-EVM: Add USB support
 2021-06-03  6:09 UTC  (11+ messages)
` [PATCH v2 01/10] tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig symbol
` [PATCH v2 02/10] arm: mach-k3: am642_init: Add support for USB boot mode
` [PATCH v2 03/10] arm: mach-k3: am642_init: Do USB fixups to facilitate host and device boot modes
` [PATCH v2 04/10] board: ti: am64x: Set the core voltage of USB PHY to 0.85V
` [PATCH v2 05/10] arm: dts: k3-am64-main: Add USB DT nodes
` [PATCH v2 06/10] arm: dts: k3-am642-*-evm: Add USB support
` [PATCH v2 07/10] arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to peripheral for USB subsystem
` [PATCH v2 08/10] configs: am64x_evm_*_defconfig: Move the SPL Load address to 0x70000000, move the ATF to a latter location and rearrange EEPROM and BSS data
` [PATCH v2 09/10] arm: dts: k3-am64-main: Update the location of ATF in SRAM
` [PATCH v2 10/10] configs: am64: Enable configs to support USB host and device modes

[PATCH 0/3] J7200: Add support for HS400 speed mode
 2021-06-03  5:29 UTC  (2+ messages)

[PATCH] arm: bootm: wrong lmb region reservation when PRAM is used
 2021-06-03  4:40 UTC  (3+ messages)

[v2, 0/3] Drop CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
 2021-06-03  2:43 UTC  (7+ messages)
` [v2, 3/3] armv8: layerscape: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
  ` [v2, 1/3] mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT

[PATCH v2 0/8] rtc: davinci: add driver model support
 2021-06-02 20:38 UTC  (9+ messages)
` [PATCH v2 1/8] rtc: davinci: enable compilation for omap architectures
` [PATCH v2 2/8] rtc: davinci: fix compiler errors
` [PATCH v2 3/8] rtc: davinci: replace 32bit access with 8bit access
` [PATCH v2 4/8] rtc: davinci: check BUSY bit before set TC registers
` [PATCH v2 5/8] rtc: davinci: use unlock/lock mechanism
` [PATCH v2 6/8] arm: dts: sync rtc node of am335x boards with Linux 5.9-rc7
` [PATCH v2 7/8] rtc: davinci: add driver model support
` [PATCH v2 8/8] rtc: davinci: fix date loaded on reset

[PATCH] doc: usage: man-page for ums command
 2021-06-02 18:06 UTC  (2+ messages)

[PATCH 1/1] efi_loader: efi_capsule_delete_file() NULL dereference
 2021-06-02 17:40 UTC 

[PATCHv4 00/26] J72xx: HSM rearch support series
 2021-06-02 16:26 UTC  (2+ messages)

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-06-02 15:26 UTC  (6+ messages)

[PATCH u-boot-dm + u-boot-spi v4 00/10] Support SPI NORs and OF partitions in `mtd list`
 2021-06-02 14:03 UTC  (5+ messages)

[PATCH] doc: usage: reorder commands in index.rst
 2021-06-02 13:50 UTC  (2+ messages)

[PATCH] doc: usage: man-page for pinmux command
 2021-06-02 12:09 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).