public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-03-08 00:35:15 to 2021-03-09 13:51:45 UTC [more...]

[PATCH 0/9] stm32: Add Engicam STM32MP1 SoM
 2021-03-09 13:51 UTC  (7+ messages)
` [PATCH 1/9] ARM: dts: stm32: Add Engicam i.Core "
` [PATCH 2/9] ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3
` [PATCH 3/9] ARM: stm32: Imply SPL_SPI_LOAD

[PATCH] rtc: add support for rv3028 rtc
 2021-03-09 13:45 UTC 

[PATCH u-boot 00/39] U-Boot LTO (Sandbox + Some ARM boards)
 2021-03-09 13:30 UTC  (65+ messages)
` [PATCH u-boot-marvell 01/39] ddr: marvell: axp: align signature of mv_xor_mem_init() with a38x
` [PATCH u-boot-marvell 02/39] ddr: marvell: axp: fix array types have different bounds warning
` [PATCH u-boot-dm 03/39] regmap: fix a serious pointer casting bug
` [PATCH u-boot 04/39] api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBA
` [PATCH u-boot 06/39] treewide: Convert macro and uses of __section(foo) to __section("foo")
` [PATCH u-boot 07/39] compiler.h: align the __ADDRESSABLE macro with Linux' version
` [PATCH u-boot 08/39] linker_lists: prepare macros to avoid code repetition
` [PATCH u-boot 10/39] linker_lists: declare lists and entries as __ADDRESSABLE for LTO
` [PATCH u-boot 11/39] binman: declare symbols externally visible
` [PATCH u-boot 12/39] string: make memcpy() and memset() visible to fix LTO linking errors
` [PATCH u-boot 13/39] efi_loader: fix warning when linking with LTO
` [PATCH u-boot 15/39] Makefile, Makefile.spl: cosmetic change
    ` [PATCH u-boot v1.1 "
` [PATCH u-boot 16/39] build: use thin archives instead of incremental linking
` [PATCH u-boot 17/39] build: support building with Link Time Optimizations

[PATCH 1/4] watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
 2021-03-09 13:27 UTC  (13+ messages)
` [PATCH 2/4] watchdog: Show error message when initr_watchdog() cannot start watchdog
` [PATCH 3/4] watchdog: Allow to use CONFIG_WDT without starting watchdog
` [PATCH 4/4] arm: mvebu: Espressobin: Enable watchdog support but do not start it
` [PATCH v2 1/4] watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
  ` [PATCH v2 2/4] watchdog: Show error message when initr_watchdog() cannot start watchdog
  ` [PATCH v2 3/4] watchdog: Allow to use CONFIG_WDT without starting watchdog
  ` [PATCH v2 4/4] arm: mvebu: Espressobin: Enable watchdog support but do not start it

[PATCH] stm32mp: bsec: manage clock when present in device tree
 2021-03-09 13:27 UTC  (2+ messages)

[PATCH 1/4] stm32mp: stm32prog: Add Kconfig file for stm32prog command
 2021-03-09 13:14 UTC  (8+ messages)
` [PATCH 2/4] stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB
` [PATCH 3/4] stm32mp: stm32prog: reactivate console and display serial error
` [PATCH 4/4] stm32mp: stm32prog: replace alias by serial device sequence number

[PATCH] board: st: remove the nand MTD configuration for NOR boot in stm32mp1 board
 2021-03-09 13:06 UTC  (2+ messages)

[PATCH 0/6] stm32mp1_trusted_defconfig rely on SCMI support
 2021-03-09 13:05 UTC  (14+ messages)
` [PATCH 1/6] ARM: dts: stm32mp1: explicit clock reference needed by RCC clock driver
` [PATCH 2/6] clk: stm32mp1: gets root clocks from fdt
` [PATCH 3/6] scmi: Include device_compat.h
  ` [Uboot-stm32] "
` [PATCH 4/6] scmi: define LOG_CATEGORY
  ` [Uboot-stm32] "
` [PATCH 5/6] scmi: cosmetic: reorder include files
  ` [Uboot-stm32] "
` [PATCH 6/6] configs: stm32mp1_trusted_defconfig rely on SCMI support

[PATCH 00/16] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-03-09 12:27 UTC  (17+ messages)
` [PATCH 01/16] dm: core: Add helper to compare node names
` [PATCH 02/16] drivers: reset: Handle gracefully NULL pointers
` [PATCH 03/16] dt-bindings: phy: Add definitions for additional phy types
` [PATCH 04/16] phy: cadence: Add driver for Sierra PHY
` [PATCH 05/16] phy: cadence: Add driver for Torrent SERDES
` [PATCH 06/16] phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC
` [PATCH 07/16] usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name
` [PATCH 08/16] board: ti: j721e: Add support for probing and configuring Torrent serdes on J7200
` [PATCH 09/16] ARM: dts: k3-j721e: Add the entries required for USB3 support on USB0
` [PATCH 10/16] arm: dts: k3-j7200-main: Add DT node for torrent serdes
` [PATCH 11/16] arm: dts: k3-j7200-common-proc-board: Enable SERDES DT
` [PATCH 12/16] arm: dts: k3-j7200-common-proc-board-u-boot: Add u-boot tags for torrent serdes
` [PATCH 13/16] configs: j721e_evm_a72: Enable the drivers required for the USB3 support
` [PATCH 14/16] configs: j7200_evm_a72_defconfig: Add config for torrent serdes and common clock framework
` [PATCH 15/16] env: ti: j721e-evm: Add env variable to power on & reset QSGMII PHY in J7200 EVM
` [PATCH 16/16] configs: j7200_evm_a72: Enhance bootcmd to configure ethernet PHY

[PATCH 1/2] board: gateworks: venice: fix gsc_get_dev
 2021-03-09 12:04 UTC  (4+ messages)
` [PATCH 2/2] board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZE

[PATCH] usb: ehci-hcd: Add IAA handshake for removing async QH
 2021-03-09 10:00 UTC  (6+ messages)
  ` [EXT] "

bug report : /drivers/pci/pcie_layerscape_rc.c "pcie->ctrl used without being initialised"
 2021-03-09  9:55 UTC 

[PATCH] disk: gpt: verify alternate LBA points to last usable LBA
 2021-03-09  9:36 UTC  (3+ messages)

[PATCH] tools: mtk_image: add an option to set device header offset
 2021-03-09  7:52 UTC 

[PATCH 1/2] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output
 2021-03-09  7:46 UTC  (7+ messages)
` [PATCH 2/2] mmc: fsl_esdhc_imx: remove redundant cmd11 related code

[PATCH v2 00/19] video: sunxi: rework DE2 driver
 2021-03-09  5:38 UTC  (15+ messages)
` [PATCH v2 09/19] video: sunxi: de2: switch to public uclass functions
` [PATCH v2 14/19] clk: sunxi: Add DE2 and HDMI clocks to H3 and A64
` [PATCH v2 15/19] clk: sunxi: add DE2 clock driver
` [PATCH v2 16/19] video: sunxi: de2: switch clock setup to DM model
` [PATCH v2 18/19] video: sunxi: Add DW HDMI PHY driver

Please pull u-boot-x86
 2021-03-09  5:15 UTC 

[PATCH v2] usb: ehci-hcd: Add IAA handshake for removing async QH
 2021-03-09  3:26 UTC 

[PATCH 00/20] ppc: qemu: Add eTSEC support
 2021-03-09  2:41 UTC  (4+ messages)
` [PATCH 06/20] of: extra: Introduce ofnode_phy_is_fixed_link() API

[PATCH v4 0/2] x86: Minor improvements mostly for image loading
 2021-03-09  2:33 UTC  (3+ messages)
` [PATCH v4 2/2] x86: coral: Show memory config and SKU ID on startup

request for i.MX8MM Venice test
 2021-03-08 22:19 UTC  (6+ messages)

Booting a FIT: The load address of the FDT blob and overlays
 2021-03-08 22:16 UTC 

[PATCH 0/2] ANATOP regulator driver
 2021-03-08 21:47 UTC  (5+ messages)
  ` [PATCH 1/2] power: regulator: add driver for ANATOP regulator

[PATCH v4 1/5] firmware: scmi: voltage regulator
 2021-03-08 21:38 UTC  (5+ messages)
` [PATCH v4 2/5] firmware: scmi: sandbox test for "
` [PATCH v4 3/5] firmware: scmi: fix inline comments and minor coding style issues
` [PATCH v4 4/5] test: scmi: add local variables for scmi agent reference
` [PATCH v4 5/5] regulator: scmi: fix header file inclusion order

[PATCH v5 0/2] gpio: Update and simplify the uclass API
 2021-03-08 19:07 UTC  (8+ messages)
` [PATCH v5 1/2] gpio: i2c-gpio: Drop use of dm_gpio_set_dir()
` [PATCH v5 2/2] gpio: Drop dm_gpio_set_dir()

[PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms
 2021-03-08 17:31 UTC  (5+ messages)
` [PATCH v2 2/4] arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled
` [PATCH v2 3/4] arch: Kconfig: enable IRQ using select for x86 architecture
` [PATCH v2 4/4] sandbox: enable IRQ using select for sandbox architecture

[PATCHv3] arm64: gic-v3-its: Clear the Pending table before enabling LPIs
 2021-03-08 17:29 UTC  (2+ messages)

[PULL u-boot] Please pull u-boot-amlogic-20210308
 2021-03-08 16:51 UTC  (2+ messages)

[GIT PULL] SoCFPGA changes for v2021.04-rc4
 2021-03-08 16:51 UTC  (2+ messages)

[PATCH] mmc: kconfig: Add CONFIG_SPL_MMC_VERBOSE
 2021-03-08 16:49 UTC 

[PATCH] rk3399: Add basic support for helios64
 2021-03-08 16:29 UTC  (6+ messages)

[PATCH] imx: imx8: Update README with somewhat correct firmware versions
 2021-03-08 15:19 UTC 

[PATCH v5 00/41] test: Refactor tests to have a single test runner
 2021-03-08 15:07 UTC  (7+ messages)
` [PATCH v5 03/41] doc: Document make tcheck
` [PATCH v5 39/41] spl: test: Add a test for spl_load_simple_fit()
` [PATCH v5 40/41] test: sandbox: Move sandbox test docs into doc/develop
` [PATCH v5 41/41] doc: Explain briefly how to write new tests

Dead code CONFIG_ARMADA_39X?
 2021-03-08 14:35 UTC  (3+ messages)
` [PATCH] arm: mvebu: a38x: Remove dead code ARMADA_39X

[PATCH 3/4] arch: Kconfig: enable IRQ using select for x86 architecture
 2021-03-08 12:22 UTC 

[PATCH 2/4] arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled
 2021-03-08 12:21 UTC 

[PATCH 1/4] misc: make CONFIG_IRQ selectable for all platforms
 2021-03-08 12:19 UTC  (3+ messages)

Pull request for efi-2021-04-rc3-3
 2021-03-08 12:10 UTC  (2+ messages)

[PATCH 0/4 v6] Add ESRT and test ESRT creation
 2021-03-08 11:29 UTC  (5+ messages)
` [PATCH 1/4 v6] efi: Add ESRT to the EFI system table
` [PATCH 2/4 v6] cmd: efi: ESRT table debug print
` [PATCH 3/4 v6] efi: ESRT creation tests
` [PATCH 4/4 v6] Test the ESRT creation within an existing pytest

Habv4 on imx8m
 2021-03-08 11:28 UTC  (9+ messages)

[PATCH] cmd: part: number: remove inconsistent 0x from returned value
 2021-03-08 10:45 UTC  (6+ messages)

[PATCH u-boot 14/39] lib: crc32: put the crc_table variable into efi_runtime_rodata section
 2021-03-08  9:54 UTC  (8+ messages)
` [PATCH u-boot v1.1 14.1/39] efi_loader: add macro for const EFI runtime data
    ` [PATCH u-boot v1.2 14.1/39] efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
    ` [PATCH u-boot v1.2 14.2/39] efi_loader: add macro for const EFI runtime data
    ` [PATCH u-boot v1.2 14.3/39] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v1.1 14.2/39] "

[PATCH] button: adc: fix treshold typo
 2021-03-08  9:44 UTC  (3+ messages)

[RFC/RFT 0/7] arm: meson: static ethernet init cleanup
 2021-03-08  9:43 UTC  (2+ messages)

[PATCH] net: add MMIO Register MDIO MUX driver
 2021-03-08  9:43 UTC  (3+ messages)

[PATCH] net: designware: add DM_MDIO support
 2021-03-08  9:43 UTC  (3+ messages)

[PATCH] net: add Amlogic Meson G12A MDIO MUX driver
 2021-03-08  9:43 UTC  (3+ messages)

[PATCH] net: designware: add Amlogic Meson8b & later glue driver
 2021-03-08  9:42 UTC  (2+ messages)

[PATCH v5 00/10] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2021-03-08  9:20 UTC  (22+ messages)
` [PATCH v5 02/10] mtd: spi-nor-ids: Add "
` [PATCH v5 04/10] mtd: spi-nor-core: Add support for volatile QE bit
` [PATCH v5 05/10] mtd: spi-nor-core: Add the ->ready() hook
` [PATCH v5 07/10] mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress
` [PATCH v5 08/10] mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte
` [PATCH v5 09/10] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t

[IMPORTANT] gitlab relocation / rename
 2021-03-08  7:34 UTC  (3+ messages)

[PATCH v2 3/5] board/Synology: Unify legacy kernel support
 2021-03-08  6:36 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 2/5] configs: ds414: Enable XHCI_PCI by default
 2021-03-08  6:34 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v3 "

[PATCH 0/5] riscv: enable SBI system reset
 2021-03-08  6:29 UTC  (5+ messages)
` [PATCH 2/5] cmd/sbi: use constants instead of numerical values
` [PATCH 4/5] pinctrl: K210_PINCTRL depends on REGMAP and on SYSCON


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