public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-03-31 08:46:06 to 2021-04-02 14:52:27 UTC [more...]

[PATCH 1/8] ARM: embestmx6boards: Import the marsboard/riotboard. dts files
 2021-04-02 14:52 UTC  (2+ messages)
` [PATCH 2/8] ARM: marsboard: Enable OF_CONTROL and DM gpio/pin control

[PATCH 01/19] phy: nop-phy: Add standard usb-nop-xceiv compat string
 2021-04-02 12:48 UTC  (19+ messages)
` [PATCH 02/19] arc: emsdp/iotdk: Use standard compatible string for USB no-op PHY
` [PATCH 03/19] ARM: dts: k2g-evm: "
` [PATCH 04/19] ARM: dts: imx8mm: Replace deprecated fsl, usbphy DT props with phys
` [PATCH 05/19] ARM: dts: imx8mm: Add power domain nodes
` [PATCH 06/19] imx: power-domain: Add fsl, imx8mm-gpc compatible string
` [PATCH 07/19] usb: ehci-mx6: Turn off Vbus on probe failure
` [PATCH 08/19] usb: ehci-mx6: Add DM clock support
` [PATCH 09/19] usb: ehci-mx6: Unify USBNC registers
` [PATCH 10/19] usb: ehci-mx6: Parse USB PHY and MISC offsets from DT
` [PATCH 11/19] usb: ehci-mx6: Split ehci_mx6_common_init()
` [PATCH 12/19] usb: ehci-mx6: Pass PHY address to usb_*_phy*()
` [PATCH 13/19] usb: ehci-mx6: Split usb_power_config()
` [PATCH 14/19] usb: ehci-mx6: Pass MISC address to usb_oc_config()
` [PATCH 15/19] usb: ehci-mx6: Use portnr in DM only if PHY is disabled
` [PATCH 16/19] usb: ehci-mx6: Add generic EHCI PHY support
` [PATCH 17/19] usb: ehci-mx6: Add fsl,imx7d-usb compatible string
` [PATCH 18/19] usb: ehci-mx6: Add iMX8M support
` [PATCH 19/19] ARM: imx8m: verdin-imx8mm: Enable USB Host support

Ethernet Gadget on STM32MP1 not working
 2021-04-02 12:20 UTC  (2+ messages)

[PATCH 1/1] Azure/GitLab: bump OpenSBI version to 0.9
 2021-04-02 12:09 UTC  (2+ messages)

[PATCH] stm32mp: stm32prog: add FIP header support
 2021-04-02 12:05 UTC 

[PATCH 1/1] efi_loader: simplify efi_get_device_path_text()
 2021-04-02 11:08 UTC 

[PATCH v4 0/7] Add rt-thread art-pi board support
 2021-04-02  8:42 UTC  (8+ messages)
` [PATCH v4 1/7] ARM: dts: stm32: split sdram pin & timing parameter into specific board dts
` [PATCH v4 2/7] ARM: dts: stm32: introduce stm32h7-pinctrl.dtsi to support stm32h750
` [PATCH v4 3/7] ARM: dts: stm32: add new instances for stm32h743 MCU
` [PATCH v4 4/7] ARM: dts: stm32: fix i2c node typo in stm32h743, update dmamux1 register
` [PATCH v4 5/7] ARM: dts: stm32: add support for art-pi board based on stm32h750xbh6
` [PATCH v4 6/7] ram: stm32: fix strsep failed on read only memory
` [PATCH v4 7/7] board: Add rt-thread art-pi board support

[PATCH] configs: qemu-riscv64_spl_defconfig enable CMD_SBI
 2021-04-02  8:41 UTC  (2+ messages)

[PATCH V2] doc: mmc man-page
 2021-04-02  8:11 UTC  (3+ messages)

[PATCH v2 0/2] dm: core: Add size operations on device tree references
 2021-04-02  6:28 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: dm: add test item for ofnode_get_addr() and ofnode_get_size()

[PATCH] timer: sifive_clint: Support the official clint DT bindings
 2021-04-02  1:54 UTC  (2+ messages)

[PATCH] lib/rsa: Use EVP_PKEY instead of RSA
 2021-04-01 22:42 UTC 

[PATCH 1/2] ARM: board: usbarmory: Import the usbarmory dts file
 2021-04-01 21:17 UTC  (2+ messages)
` [PATCH 2/2] ARM: board: usbarmory: Convert to OF_CONTROL and DM

[PATCH 1/4] ARM: board: udoo_neo: Import UDOO Neo dts files
 2021-04-01 20:08 UTC  (4+ messages)
` [PATCH 2/4] ARM: imx: udoo_neo: Enable OF_CONTROL and DM gpio/pin control
` [PATCH 3/4] ARM: imx: udoo_neo: convert to DM_MMC
` [PATCH 4/4] ARM: imx: udoo_neo: Convert to ethernet DM

[PATCH v8 00/28] mtd: spi-nor-core: add xSPI Octal DTR support
 2021-04-01 19:31 UTC  (29+ messages)
` [PATCH v8 01/28] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v8 02/28] spi: spi-mem: allow specifying a command's extension
` [PATCH v8 03/28] spi: spi-mem: export spi_mem_default_supports_op()
` [PATCH v8 04/28] spi: spi-mem: add spi_mem_dtr_supports_op()
` [PATCH v8 05/28] spi: cadence-qspi: Do not calibrate when device tree sets read delay
` [PATCH v8 06/28] spi: cadence-qspi: Add a small delay before indirect writes
` [PATCH v8 07/28] spi: cadence-qspi: Add support for octal DTR flashes
` [PATCH v8 08/28] arm: mvebu: x530: Use tiny SPI NOR
` [PATCH v8 09/28] mtd: spi-nor-core: Fix address width on flash chips > 16MB
` [PATCH v8 10/28] mtd: spi-nor-core: Add a ->setup() hook
` [PATCH v8 11/28] mtd: spi-nor-core: Move SFDP related declarations to top
` [PATCH v8 12/28] mtd: spi-nor-core: Introduce flash-specific fixup hooks
` [PATCH v8 13/28] mtd: spi-nor-core: Rework hwcaps selection
` [PATCH v8 14/28] mtd: spi-nor-core: Do not set data direction when there is no data
` [PATCH v8 15/28] mtd: spi-nor-core: Add support for DTR protocol
` [PATCH v8 16/28] mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D
` [PATCH v8 17/28] mtd: spi-nor-core: Get command opcode extension type from BFPT
` [PATCH v8 18/28] mtd: spi-nor-core: Parse xSPI Profile 1.0 table
` [PATCH v8 19/28] mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode
` [PATCH v8 20/28] mtd: spi-nor-core: Enable octal DTR mode when possible
` [PATCH v8 21/28] mtd: spi-nor-core: Do not make invalid quad enable fatal
` [PATCH v8 22/28] mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT
` [PATCH v8 23/28] mtd: spi-nor-core: Perform a Soft Reset on shutdown
` [PATCH v8 24/28] mtd: spi-nor-core: Perform a Soft Reset on boot
` [PATCH v8 25/28] mtd: spi-nor-core: allow truncated erases
` [PATCH v8 26/28] mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress
` [PATCH v8 27/28] mtd: spi-nor-core: Add support for Cypress Semper flash
` [PATCH v8 28/28] mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode

[PATCH] dm: core: Add size operations on device tree references
 2021-04-01 19:30 UTC  (2+ messages)

Serial console via USB (USBTTY) 
 2021-04-01 18:45 UTC  (5+ messages)

[PATCH v3 0/6] SPL: FIT: Fix some omissions of SPL_LOAD_FIT_FULL and bootm
 2021-04-01 18:25 UTC  (7+ messages)
` [PATCH v3 1/6] spl: LOAD_FIT_FULL: Fix selection of the "fdt" node
` [PATCH v3 2/6] spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT
` [PATCH v3 3/6] spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads
` [PATCH v3 4/6] spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties
` [PATCH v3 5/6] image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid
` [PATCH v3 6/6] image-fit: Accept OP-TEE images when booting a FIT

RK1808 DDR3 test uboot
 2021-04-01 16:44 UTC 

[PATCH] Makefile: Silence the deprecation script
 2021-04-01 14:36 UTC  (3+ messages)

[2021.04 URGENT PATCH] Makefile: Remove idiotic ominous messages
 2021-04-01 14:20 UTC  (2+ messages)

[PATCH V2] spi: Update speed/mode on change
 2021-04-01 14:18 UTC  (19+ messages)

[PATCH] efi: Fix Kconfig dependency for EFI_TCG2_PROTOCOL
 2021-04-01 11:13 UTC  (3+ messages)

[PATCH v3 0/4] psci: add support for SYSTEM_RESET2 and PSCI_FEATURES
 2021-04-01 11:01 UTC  (11+ messages)
` [PATCH v3 1/4] psci: add features/reset2 support
` [PATCH v3 2/4] sysreset: psci: use psci driver exported functions
` [PATCH v3 3/4] sysreset: provide type of reset in do_reset cmd
` [PATCH v3 4/4] doc: usage: add usage details for reset cmd

[PATCH] xilinx: Enable GUID partitions and EFI variable commands
 2021-04-01 10:51 UTC 

[PATCH] doc: Add build instructions for OP-TEE backed EFI variables
 2021-04-01 10:35 UTC 

[PATCH] atcspi200: Add timeout mechanism in spi_xfer()
 2021-04-01  8:48 UTC 

RISC-V: discard SBI v0.1
 2021-04-01  8:22 UTC 

[PATCH] patman: Parse checkpatch by message instead of by line
 2021-04-01  5:42 UTC  (2+ messages)

[PATCH] patman: Parse checkpatch by message instead of by line
 2021-04-01  1:48 UTC  (2+ messages)

[PATCH 1/3] clk: mediatek: Add MT8175 clock driver
 2021-04-01  1:42 UTC  (3+ messages)
` [PATCH 2/3] ARM: mediatek: Add MT8175 support

[PATCH v4 0/5] psci: add support for SYSTEM_RESET2 and PSCI_FEATURES
 2021-03-31 23:01 UTC  (6+ messages)
` [PATCH v4 1/5] psci: add v1.0/v1.1 definitions from Linux
` [PATCH v4 2/5] psci: add features/reset2 support
` [PATCH v4 3/5] sysreset: psci: use psci driver exported functions
` [PATCH v4 4/5] sysreset: provide type of reset in do_reset cmd
` [PATCH v4 5/5] doc: usage: add usage details for reset cmd

[PATCH v3 15/28] usb: ehci-mx6: Drop assignment of sequence number
 2021-03-31 22:20 UTC  (6+ messages)
` [PATCH v3 00/28] dm: Change the way sequence numbers are implemented

[PATCH v4 00/14] Makefile: Update migration warnings
 2021-03-31 22:19 UTC  (4+ messages)

[RESEND PATCH v3 0/5] psci: add support for SYSTEM_RESET2 and PSCI_FEATURES
 2021-03-31 20:18 UTC  (6+ messages)
` [RESEND PATCH v3 1/5] psci: add v1.0/v1.1 definitions from Linux
` [RESEND PATCH v3 2/5] psci: add features/reset2 support
` [RESEND PATCH v3 3/5] sysreset: psci: use psci driver exported functions
` [RESEND PATCH v3 4/5] sysreset: provide type of reset in do_reset cmd
` [RESEND PATCH v3 5/5] doc: usage: add usage details for reset cmd

[PATCH] common: fit: Add weak board_fit_config_name_match
 2021-03-31 18:32 UTC 

[PATCH] cmd: gpt: remove redundant print messages
 2021-03-31 18:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/5] sysinfo: Add gpio sysinfo driver
 2021-03-31 17:50 UTC  (6+ messages)
` [PATCH v3 1/5] dm: gpio: Fix gpio_get_list_count failing with livetree
` [PATCH v3 2/5] sysinfo: Use global sysinfo IDs for existing sysinfo drivers
` [PATCH v3 3/5] sysinfo: Require that sysinfo_detect be called before other methods
` [PATCH v3 4/5] sysinfo: Add gpio-sysinfo driver
` [PATCH v3 5/5] test: Add gpio-sysinfo test

[PATCH] imx: spl: Use FIELD_GET for bitfield access
 2021-03-31 17:09 UTC 

[GIT PULL] xilinx patches for v2021.07
 2021-03-31 17:05 UTC  (2+ messages)

Pull request for efi-2021-04-rc6
 2021-03-31 16:52 UTC 

[PATCH 0/2] A64/R40 DRAM controller dual-rank-related changes
 2021-03-31 15:57 UTC  (2+ messages)

[PATCH 1/2] sunxi: binman: Respect the default FIT configuration
 2021-03-31 15:49 UTC  (3+ messages)
` [PATCH 2/2] sunxi: binman: Do not hardcode U-Boot load address

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

[RFC PATCH v2 0/4] psci: add support for SYSTEM_RESET2 and PSCI_FEATURES
 2021-03-31 15:35 UTC  (7+ messages)
` [RFC PATCH v2 2/4] psci: add features/reset2 support
` [RFC PATCH v2 4/4] sysreset: provide type of reset in do_reset cmd

[PATCH] net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN
 2021-03-31 14:43 UTC  (3+ messages)

[v1 00/17] Add Intel N5X SoC support
 2021-03-31 14:39 UTC  (18+ messages)
` [v1 01/17] arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.h
` [v1 02/17] arm: socfpga: Add base address for Intel N5X device
` [v1 03/17] arm: socfpga: Add handoff data support "
` [v1 04/17] drivers: clk: Add clock driver "
` [v1 05/17] arm: socfpga: Get clock manager base address "
` [v1 06/17] drivers: clk: Add memory clock driver "
` [v1 07/17] arm: socfpga: Move cm_get_mpu_clk_hz function declaration to clock_manager.h
` [v1 08/17] arm: socfpga: Add clock manager for Intel N5X device
` [v1 09/17] arm: socfpga: Changed misc_s10.c to misc_soc64.c
` [v1 10/17] arm: socfpga: Add SDRAM driver helper function for Intel N5X device
` [v1 11/17] ddr: socfpga: Enable memory test on memory size less than 1GB
` [v1 12/17] ddr: altera: Add SDRAM driver for Intel N5X device
` [v1 13/17] arm: socfpga: Add SPL "
` [v1 14/17] board: intel: Add socdk board support "
` [v1 15/17] arm: dts: Add base dtsi and devkit dts "
` [v1 16/17] include: configs: Add Intel N5X device CONFIGs
` [v1 17/17] arm: socfpga: Enable Intel N5X device build

[PATCH v2 1/4] test: Include /sbin to the PATH when creating ext4 disk image
 2021-03-31 13:47 UTC  (3+ messages)
` [PATCH v2 4/4] test: Don't unmount not (yet) mounted system

[GIT PULL] sunxi: Last minute Allwinner H616 fixes
 2021-03-31 13:47 UTC  (2+ messages)

[PULL next] u-boot-atmel-2021.07-a
 2021-03-31 13:46 UTC  (2+ messages)

[PATCH 00/37] imx: hab/caam new feature and update
 2021-03-31 12:32 UTC  (2+ messages)

[PATCH V2] arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables
 2021-03-31 12:15 UTC 

[PATCH v3 0/6] Add rt-thread art-pi board support
 2021-03-31  9:20 UTC  (6+ messages)
` [PATCH v3 4/6] ram: stm32: fix strsep failed on read only memory


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