public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-07-09 16:37:40 to 2021-07-12 06:21:49 UTC [more...]

[PATCH v4 00/21] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-07-12  6:20 UTC  (6+ messages)
` [PATCH v4 01/21] drivers: reset: Add devm_to_reset() to return dummy "struct reset_ctl"
` [PATCH v4 02/21] dm: core: Add helper to compare node names
` [PATCH v4 03/21] dm: test: Add test case to check node name ignoring unit address
` [PATCH v4 04/21] dt-bindings: phy: Add definitions for additional phy types
` [PATCH v4 05/21] dt-bindings: phy: Add defines for AM64 SERDES Wrapper

[PATCH] spl: Align device tree blob address at 8-byte boundary
 2021-07-12  5:36 UTC  (3+ messages)

Convert mvebu_mmc driver to driver model
 2021-07-12  5:11 UTC 

[PATCH 1/4] configs: ls1088aqds.h: Update mc size in env
 2021-07-12  4:48 UTC  (4+ messages)
` [PATCH 2/4] configs: ls1088ardb.h: "
` [PATCH 3/4] configs: ls2080aqds.h: "
` [PATCH 4/4] configs: ls2080ardb.h: "

[PATCH 0/8] dtoc: Improvements to warnings
 2021-07-12  2:23 UTC  (24+ messages)
` [PATCH 1/8] dtoc: Avoid using subscripts on match objects
` [PATCH 2/8] dtoc: Convert to use ArgumentParser
` [PATCH 3/8] dtoc: Allow multiple warnings for a driver
` [PATCH 4/8] dtoc: Correct the re_compat regular expression
` [PATCH 5/8] dtoc: Add a stdout check in test_normalized_name()
` [PATCH 6/8] dtoc: Detect unexpected suffix on .of_match
` [PATCH 7/8] dtoc: Detect drivers which do not parse correctly
` [PATCH 8/8] dtoc: Update documentation to cover warnings in more detail

[PATCH v3 0/7] vpl: Introduce a verifying program loader
 2021-07-12  2:19 UTC  (8+ messages)
` [PATCH v3 1/7] doc: Convert SPL documentation to ReST
` [PATCH v3 2/7] doc: Expand SPL docs to explain the phase and config
` [PATCH v3 3/7] test: Tidy up test building with SPL
` [PATCH v3 4/7] spl: Move TPL_HASH_SUPPORT down next to other TPL options
` [PATCH v3 5/7] binman: Add VPL support
` [PATCH v3 6/7] Introduce Verifying Program Loader (VPL)
` [PATCH v3 7/7] vpl: Add Kconfig options for VPL

[PATCH] arm: vexpress64: juno: Enable distro_bootcmd functionality
 2021-07-11 23:25 UTC 

[PATCH] distro_boot: Fix block device after DHCP boot sequence
 2021-07-11 23:07 UTC 

[PATCH] net: Use phys_addr_t for SMC net device addresses
 2021-07-11 22:29 UTC  (3+ messages)

[PATCH v3 0/6] This patch set fixes minor issues related to tapdelays
 2021-07-11 22:24 UTC  (13+ messages)
  ` [PATCH v3 1/6] mmc: zynq_sdhci: Resolve uninitialized return value
  ` [PATCH v3 2/6] mmc: zynq_sdhci: Allow configuring zero Tap values
  ` [PATCH v3 3/6] mmc: zynq_sdhci: Use Mask writes for Tap delays
  ` [PATCH v3 4/6] mmc: zynq_sdhci: Split set_tapdelay function to in and out
  ` [PATCH v3 5/6] mmc: zynq_sdhci: Fix kernel doc warnings
  ` [PATCH v3 6/6] mmc: zynq_sdhci: Make variables/structure static

[PATCH 00/17] Makefile: Start simplifying Makefile rules (Part A)
 2021-07-11 22:22 UTC  (19+ messages)
` [PATCH 01/17] README: Fix hyphenation in the directory docs
` [PATCH 02/17] Makefile: Sort the subdirectories
` [PATCH 03/17] Makefile: Move phy rules into drivers/phy
` [PATCH 04/17] Rename SPL_POWER_SUPPORT to SPL_POWER
` [PATCH 05/17] Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO
` [PATCH 06/17] Rename SPL_ETH_SUPPORT to SPL_ETH
` [PATCH 07/17] Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW
` [PATCH 08/17] Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG
` [PATCH 09/17] Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST
` [PATCH 10/17] Rename GPIO_SUPPORT to GPIO
` [PATCH 11/17] Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC
` [PATCH 12/17] i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY
` [PATCH 13/17] i2c: Fix the migration warning
` [PATCH 14/17] i2c: Drop unused CONFIG_I2C
` [PATCH 15/17] i2c: Create a new Kconfig for I2C
` [PATCH 16/17] i2c: Rename SPL/TPL_I2C_SUPPORT to I2C
` [PATCH 17/17] Makefile: Move drivers/i2c/ into drivers/Makefile

[PATCH u-boot-mvebu 00/31] kwboot / kwbimage improvements
 2021-07-11 21:56 UTC  (11+ messages)

[PATCH v2 0/6] arm64: synquacer: DeveloperBox updates
 2021-07-11 11:18 UTC  (8+ messages)
` [PATCH v2 1/6] board: synquacer: Initialize SCBM SMMU at board_init()
` [PATCH v2 2/6] configs: synquacer: Make U-Boot binary position independent
` [PATCH v2 3/6] dts: synquacer: Add partition information to the spi-nor
` [PATCH v2 4/6] configs: synquacer: Remove mtdparts settings and update DFU setting
` [PATCH v2 5/6] configs: synquacer: Drop Ext2/4 support by default
` [PATCH v2 6/6] configs: synquacer: Enable UEFI secure boot

[PATCH 1/3] arm: a37xx: pci: Extend validation for PCIe resources and oubound windows
 2021-07-11 10:08 UTC  (6+ messages)
` [PATCH 2/3] arm: a37xx: pci: Optimize a3700_fdt_fix_pcie_regions() when fixup offset is zero
  ` [EXT] "
` [PATCH 3/3] arm: a37xx: pci: Fix typo in comment
  ` [EXT] "
` [EXT] [PATCH 1/3] arm: a37xx: pci: Extend validation for PCIe resources and oubound windows

[PATCH] ARM: dts: rmobile: Disable RPC HF by default
 2021-07-11  8:36 UTC 

[PATCH] ARM: dts: rmobile: Remove multiple unused DT properties on R-Car Gen3
 2021-07-11  8:35 UTC 

[PATCH] x86: Ensure the e820 map is installed in all cases
 2021-07-11  3:15 UTC 

RFC: Devices for files and partitions
 2021-07-11  0:01 UTC  (4+ messages)

[PATCH 0/5] stm32mp1: handle TF-A boot with FIP
 2021-07-11  0:01 UTC  (2+ messages)

[PATCH 0/5] add measurement support
 2021-07-11  0:01 UTC  (5+ messages)
` [PATCH 1/5] efi_loader: increase eventlog buffer size

[PATCH] gpio: mcp230xx: Introduce new driver
 2021-07-11  0:01 UTC  (2+ messages)

[PATCH 1/2 v2] tpm2: Introduce TIS tpm core
 2021-07-11  0:00 UTC  (4+ messages)
` [PATCH 2/2] tpm2: Add a TPMv2 MMIO TIS driver

[PATCH 0/6] Convert MIPS Malta boards to PCI DM
 2021-07-11  0:00 UTC  (3+ messages)
` [PATCH 5/6] MIPS: malta: add support for PCI driver model

[PATCH] sunxi: Load sun8i secure monitor to SRAM A2
 2021-07-10 23:51 UTC  (2+ messages)

[PATCH 1/4] phy: phy-imx8mq-usb: Add USB PHY driver for i.MX8MQ
 2021-07-10 23:34 UTC  (8+ messages)
` [PATCH 4/4] imx8mq_evk: Enable the USB3.0 host port
    ` [EXT] "

[PATCH 0/2] Add MNT Reform 2 board support
 2021-07-10 23:17 UTC  (3+ messages)
` [PATCH 1/2] arm: dts: imx8mq: add MNT Reform 2
` [PATCH 2/2] board: mntre: imx8mq: Add MNT Reform 2 board support

Broken arc toolchain
 2021-07-10 22:03 UTC 

Broken arc toolchain
 2021-07-10 20:22 UTC  (2+ messages)

[PATCH] mx6sabresd: Make checkboard respect CONFIG_NXP_BOARD_REVISION
 2021-07-10 19:39 UTC 

[PATCH 11/11] imx: ventana: display 'none' for MMC if board does not have it
 2021-07-10 19:37 UTC  (3+ messages)

[PATCH V2 1/2] spl: mmc: Factor out eMMC boot partition selection code
 2021-07-10 19:37 UTC  (2+ messages)

[PATCH 9/9] configs: imx8mm_venice_defconfig: add support for gbe switch
 2021-07-10 19:37 UTC  (2+ messages)

[PATCH 07/11] imx: ventana: put LTC3676 regulators in continuous mode
 2021-07-10 19:37 UTC  (3+ messages)

[PATCH 1/5] board: gateworks: venice: gsc: fix typo
 2021-07-10 19:37 UTC  (2+ messages)

[PATCH 4/5] board: gateworks: venice: add ftd_file env vars on boot
 2021-07-10 19:37 UTC  (2+ messages)

[PATCH v3 4/9] board: phytec: phycore_imx8mp: Change debug UART
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH v3 9/9] board: phytec: imx8mp-phycore: Switch to binman
 2021-07-10 19:36 UTC  (3+ messages)

[RESEND PATCH 4/6] imx8m: Restrict usable memory to space below 4G boundary
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH 04/11] imx: ventana: add legacy uboot image support
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH v3 8/9] arm: dts: imx8mp-phyboard-pollux-rdk-u-boot: Add wdog pinctrl entry
 2021-07-10 19:36 UTC  (3+ messages)

[RESEND PATCH 1/6] mtd: spi-nor-ids: Add support for Macronix MX25V8035F and MX25R1635F
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH 05/11] imx: ventana: add PMIC fix for GW54xx-G
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH 3/5] board: gateworks: venice: display DTB used
 2021-07-10 19:36 UTC  (2+ messages)

[PATCH 4/9] net: add set_promisc function to enable/disable Promiscuous mode
 2021-07-10 19:36 UTC  (2+ messages)

[PATCH 06/11] imx: ventana: put PFUZ100 regulators in continuous mode
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH v3 7/9] board: phytec: phycore-imx8mp: Enable DVS1 control
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH v2] pci: imx: use reset-gpios if defined by device-tree
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH 03/11] imx: ventana: increase SYS_BOOTM_LEN
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH v3 5/9] board: phytec: phycore_imx8mp: Add fec support
 2021-07-10 19:36 UTC  (3+ messages)

[PATCH V2 2/2] ARM: imx: Pick correct eMMC boot partition from ROM log
 2021-07-10 19:36 UTC  (2+ messages)

[PATCH v3 0/9] phyCORE-i.MX8MP Update
 2021-07-10 19:36 UTC  (6+ messages)
` [PATCH v3 2/9] arm: dts: imx8mp: Add common u-boot dtsi

[PATCH 7/9] net: add support for KSZ9477/KSZ9897/KSZ9567 GbE switch
 2021-07-10 19:35 UTC  (2+ messages)

[PATCH 3/3] smegw01: Select the CMD_UNZIP option
 2021-07-10 19:35 UTC  (3+ messages)

[PATCH v3 6/9] board: phytec: phycore_imx8mp: Set VDD_ARM to 0,95V
 2021-07-10 19:35 UTC  (3+ messages)

[PATCH 01/11] imx: ventana: remove USB_KEYBOARD support
 2021-07-10 19:35 UTC  (3+ messages)

[RESEND PATCH 2/6] spi: fsl_qspi: Build driver only if DM_SPI is available
 2021-07-10 19:35 UTC  (3+ messages)

[PATCH 2/5] board: gateworks: venice: gsc: fix voltage offset
 2021-07-10 19:35 UTC  (2+ messages)

[PATCH 6/9] net: dsa: enable master promisc mode if available and needed
 2021-07-10 19:35 UTC  (2+ messages)

[PATCH] arm/mach-imx: Fix macros in mmdc_size.c
 2021-07-10 19:35 UTC 

[PATCH v3 3/9] arm: dts: imx8mp-phyboard-pollux: Sync dts files with kernel
 2021-07-10 19:35 UTC  (3+ messages)

[PATCH 02/11] imx: ventana: remove unneeded includes
 2021-07-10 19:35 UTC  (3+ messages)

[PATCH 2/9] net: fec: use device sequence vs index when fetching fec
 2021-07-10 19:35 UTC  (2+ messages)

[PATCH 10/11] imx: ventana: add support for DLC0700XDP21LF LCD display
 2021-07-10 19:35 UTC  (3+ messages)

[PATCH 1/9] board: gateworks: venice: add imx8mm-gw7901 support
 2021-07-10 19:35 UTC  (2+ messages)

[PATCH 8/9] arm: dts: imx8mm-venice-gw7901.dts: fix dsa switch configuration
 2021-07-10 19:35 UTC  (2+ messages)

[PATCH v3 1/9] arm: dts: imx8mp: Resync imx8mp device tree include
 2021-07-10 19:35 UTC  (3+ messages)

[PATCH 5/9] net: fec: add set_promisc function
 2021-07-10 19:35 UTC  (2+ messages)

[PATCH V2] ARM: imx6: Update dhelectronics/dh_imx6/MAINTAINERS file
 2021-07-10 19:34 UTC 

[PATCH 3/9] net: fec: set phy_of_node properly for fixed-link phy
 2021-07-10 19:34 UTC  (2+ messages)

[PATCH 09/11] imx: ventana: display neteowrk PHY
 2021-07-10 19:34 UTC  (3+ messages)

[PATCH 1/3] smegw01: Allow booting the Yocto image by default
 2021-07-10 19:34 UTC  (3+ messages)

[RESEND PATCH 3/6] clk: imx8mm: Add SPI clocks
 2021-07-10 19:34 UTC  (3+ messages)

[PATCH 08/11] imx: ventana: add DP83867 PHY LED configuration
 2021-07-10 19:34 UTC  (3+ messages)

[PATCH 5/5] board: gateworks: venice: remove forced enable of GSC thermal protection
 2021-07-10 19:34 UTC  (2+ messages)

[PATCH] board: dragonboard410c: Load U-Boot directly without LK
 2021-07-10 19:27 UTC  (3+ messages)

[PATCH] arm/mach-imx: Fix macros in mmdc_size.c
 2021-07-10 15:52 UTC 

[PATCH V2] ARM: imx6: Update dhelectronics/dh_imx6/MAINTAINERS file
 2021-07-10 15:52 UTC 

[RESEND PATCH 0/6] Add support for Kontron i.MX6UL/ULL and i.MX8MM modules/boards
 2021-07-10 14:53 UTC  (5+ messages)
` [RESEND PATCH 5/6] imx: imx6ul: Add support for Kontron Electronics SL/BL i.MX6UL/ULL boards (N63xx/N64xx)
` [RESEND PATCH 6/6] imx: imx8mm: Add support for Kontron Electronics SL/BL i.MX8M-Mini boards (N801x)

[PATCH] spi: mxc_spi: fix warnings if CLK_ENABLED not set
 2021-07-10 14:51 UTC 

Read Kernel Command Line Options From a Text File
 2021-07-10  9:48 UTC 

[PATCH 1/3] efi_loader: rework messages for capsule updates
 2021-07-10 13:21 UTC  (3+ messages)
` [PATCH 2/3] efi_loader: missing EFI_CALL() in set_capsule_result
` [PATCH 3/3] efi_loader: set CapsuleLast after each capsule

IMX8M Mini HAB secure boot - working?
 2021-07-10 12:24 UTC  (3+ messages)

sandbox: drivers/core/ofnode.c:118: ofnode_read_bool: Assertion `ofnode_valid(node)' failed
 2021-07-10 11:57 UTC 

[PATCH] acpi: Use U-Boot version for OEM_REVISION
 2021-07-10 11:10 UTC 

[PATCH 0/6] arm64: synquacer: DeveloperBox updates
 2021-07-10 10:12 UTC  (4+ messages)
` [PATCH 2/6] configs: synquacer: Make U-Boot binary position independent

[PATCH v2 0/6] net: dwc_eth_qos: add support of device tree configuration for reset delay
 2021-07-10  5:40 UTC  (3+ messages)

[PATCH] cmd: ubi: add a command to swap volumes
 2021-07-09 15:57 UTC 

[RFC PATCH v1 6/6] arm: dts: rockchip: add rk3318 A95X Z2 board
 2021-07-09 11:17 UTC  (2+ messages)
` [RESEND RFC "

Build a standalone ext4 file system driver
 2021-07-09  7:13 UTC 

Illegal instruction - While starting Linux kernel
 2021-07-09  5:49 UTC 

Please pull u-boot-marvell/master
 2021-07-10  1:08 UTC  (2+ messages)

[PATCH] arm: armv8: Fix warning about redeclaring global functions as weak
 2021-07-10  1:08 UTC  (2+ messages)

[PATCH] arm: bootm: Disable LMB reservation for command line and board info on arm64
 2021-07-10  1:08 UTC  (2+ messages)

[PATCH] arch: cache: cp15: Add mmu_set_region_dcache_behaviour() when SYS_DCACHE_OFF is enable
 2021-07-10  1:08 UTC  (2+ messages)

[PATCH v4] armv8: Handle EL2 Host mode
 2021-07-10  1:08 UTC  (2+ messages)

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-07-09 23:06 UTC  (12+ messages)

[PATCH u-boot-mvebu v2] arm: mvebu: armada-3720: remove unused config option
 2021-07-09 19:26 UTC  (2+ messages)

RZ/G2 USB quirks U-Boot
 2021-07-09 16:37 UTC 


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