public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-04-08 09:27:47 to 2021-04-09 09:59:58 UTC [more...]

[PATCH 1/3] configs: stm32mp1: stm32mp1: Increase SPL malloc() size
 2021-04-09  9:59 UTC  (6+ messages)
` [PATCH 2/3] configs: stm32mp1: Remove misleading CONFIG_SPL_BSS_START_ADDR
` [PATCH 3/3] configs: stm32mp1: Fix misleading SPL size limitations

[PATCH v3 0/8] stm32: Add Engicam STM32MP1 SoM
 2021-04-09  9:55 UTC  (17+ messages)
` [PATCH v3 1/8] ARM: dts: stm32: Add Engicam i.Core "
` [PATCH v3 2/8] ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3
` [PATCH v3 3/8] ARM: stm32: Imply SPL_SPI_LOAD
` [PATCH v3 4/8] board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit
` [PATCH v3 5/8] board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0
` [PATCH v3 6/8] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 Micro SoM
` [PATCH v3 7/8] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 board
` [PATCH v3 8/8] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OF

[PATCH v1 0/2] cmd: bind: Fix driver binding
 2021-04-09  9:48 UTC  (6+ messages)
` [PATCH v1 1/2] cmd: bind: Fix driver binding on a device
` [PATCH v1 2/2] usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller

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

[RFC PATCH v4 0/2] arch: riscv: cpu: Add callback to init each core
 2021-04-09  8:16 UTC  (5+ messages)
` [RFC PATCH v4 1/2] "

Running u-boot 2021.04 on Raspberry Pi 4
 2021-04-09  8:14 UTC  (4+ messages)

[PATCH] net: dwc_eth_qos: add support of device tree configuration for reset delay
 2021-04-09  8:00 UTC 

[PATCH v3 00/12] Add support for pinmux status command on beaglebone
 2021-04-09  7:21 UTC  (2+ messages)

MXC I2C recover/idle_bus does not work if CONFIG_DM_I2C is configured
 2021-04-09  7:00 UTC  (3+ messages)

[PATCH 0/5] Add support for embedding public key in platform's dtb
 2021-04-09  6:25 UTC  (18+ messages)
` [PATCH 2/5] efi_loader: Kconfig: Add symbols for embedding the public key into the "
` [PATCH 3/5] efi_capsule: Add a weak function to check whether capsule authentication is enabled
` [PATCH 4/5] efi_capsule: Add a weak function to get the public key needed for capsule authentication
` [PATCH 5/5] Makefile: Add provision for embedding public key in platform's dtb

[v1 00/17] Add Intel N5X SoC support
 2021-04-09  6:08 UTC  (15+ messages)
` [v1 05/17] arm: socfpga: Get clock manager base address for Intel N5X device
` [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

[PATCH 0/2] Add Xilinx clock wizard driver support
 2021-04-09  5:42 UTC  (7+ messages)
` [PATCH 1/2] clk: zynq: Add clock wizard driver
` [PATCH 2/2] board: Add Zynq Mxic picozed development board support

[PATCH] power: regulator: Add support for regulator-force-boot-off
 2021-04-09  5:20 UTC  (5+ messages)

[PATCH 0/4] sf: Add documentation and an 'sf mmap' command
 2021-04-09  3:32 UTC  (3+ messages)
` [PATCH 1/4] command: Use a constant pointer for the help

[PATCH v3 00/11] riscv: k210: Enable use of AI ram bank
 2021-04-09  3:09 UTC  (18+ messages)
` [PATCH v3 01/11] clk: Warn on failure to assign rate
` [PATCH v3 02/11] clk: k210: Fix PLLs not being enabled
` [PATCH v3 03/11] clk: k210: Fix PLL enable always getting taken
` [PATCH v3 04/11] clk: k210: Remove k210_register_pll
` [PATCH v3 05/11] clk: k210: Move the clint clock to under aclk
` [PATCH v3 06/11] clk: Add support for the k210 clock driver pre-relocation
` [PATCH v3 07/11] riscv: Enable some devices pre-relocation
` [PATCH v3 08/11] riscv: Enable AI ram on K210
` [PATCH v3 09/11] riscv: k210: Rename airam to aisram
` [PATCH v3 10/11] riscv: k210: Use AI as the parent clock of aisram, not PLL1
` [PATCH v3 11/11] riscv: Don't reserve AI ram in k210 dts

[GIT PULL] SoCFPGA changes for v2021.07-rc1
 2021-04-09  2:47 UTC 

mkimage regression when building ARCH=mips defconfig Linux kernel
 2021-04-08 23:55 UTC  (2+ messages)

[PATCH] Revert "spl: Drop bd_info in the data section"
 2021-04-08 23:55 UTC  (2+ messages)

[PATCH v4 0/7] Add rt-thread art-pi board support
 2021-04-08 23:16 UTC  (14+ messages)
` [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] stm32mp1: remove the board_check_usb_power function when ADC is not activated
 2021-04-08 22:10 UTC  (3+ messages)

[PATCH 00/17] misc: Some more misc patches
 2021-04-08 22:07 UTC  (3+ messages)
  ` [PATCH 15/17] x86: Check ROM exists before building vboot

[PATCH v2] imx: support i.MX8QM DMSSE20 a1 board
 2021-04-08 21:59 UTC  (2+ messages)

[PATCH] ARM: imx: imx8mn-ddr4-evk: Add ethernet support
 2021-04-08 21:31 UTC  (3+ messages)

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-04-08 21:22 UTC  (6+ messages)

[PATCH] dm: core: Fix uninitialized return value from dm_scan_fdt_node
 2021-04-08 21:15 UTC 

[PATCH 1/2] net: fec: Don't use disabled phys
 2021-04-08 21:10 UTC  (2+ messages)
` [PATCH 2/2] net: fec: Only unregister MII bus if we registered it

[PATCH 1/5] ARM: board: udoo: Import UDOO dts files
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 08/11] imx: ventana: enable dm support for USB
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 2/8] ARM: marsboard: Enable OF_CONTROL and DM gpio/pin control
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 1/4] colibri_imx6: adjust boot order
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 5/5] ARM: board: warp7: Minor cleanups and DM_ETH
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 2/5] ARM: imx: udoo: Enable OF_CONTROL and DM gpio/pin control
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 1/4] ARM: board: udoo_neo: Import UDOO Neo dts files
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 2/2] configs: imx8mn_beacon: Enable QSPI Support
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 1/5] ARM: board: warp: Import dts files
 2021-04-08 20:59 UTC  (5+ messages)
` [PATCH 4/5] ARM: board: warp: convert to DM_USB

[PATCH 2/3] board: freescale: imxrt1050-evk: fix console is not enabled while init dram
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 10/11] imx: ventana: enable dm for MTD and NAND
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 2/5] ARM: board: warp: Enable OF_CONTROL and DM gpio/pin control
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 1/2] ARM: board: usbarmory: Import the usbarmory dts file
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 2/4] colibri_imx6ull/imx7: add missing tdxargs variable
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH] MAINTAINERS: Use my personal e-mail address
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 2/2] ARM: board: usbarmory: Convert to OF_CONTROL and DM
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 7/8] ARM: embestmx6boards: convert mars/riot boards to DM_ETH
 2021-04-08 20:59 UTC  (2+ messages)

[PATCH 1/8] ARM: embestmx6boards: Import the marsboard/riotboard. dts files
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 1/2] board: gateworks: venice: fix gsc_get_dev
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 1/3] board: freescale: imxrt1020-evk: fix console is not enabled while init dram
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 6/8] ARM: embestmx6boards: convert mars/riot boards to DM_USB
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 4/5] ARM: imx: udoo: Convert block devices to DM
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 8/8] ARM: embestmx6boards: convert the mars/riot boards to DM SPI
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 3/8] ARM: embestmx6boards: merge the riotboard's configs together
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 02/11] spl: fit: nand: allow for non-page-aligned elements
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 3/4] apalis/colibri_imx6: remove video= settings
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 09/11] imx: ventana: enable dm support for MMC and SATA
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH] ARM: imx: Add OCRAM_S into iMX8M MMU tables
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 5/8] ARM: embestmx6boards: convert the mars/riot boards to DM_MMC
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 3/3] board: st: stm32f746-disco: fix console is not enabled while init dram
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 3/5] ARM: board: warp: convert to DM_MMC
 2021-04-08 20:58 UTC  (2+ messages)

[PATCH 03/11] dt-bindings: add tda1997x and bindings
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 4/8] ARM: riotboard: Enable OF_CONTROL and DM gpio/pin control
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 01/11] spl: fit: nand: skip bad block handling if NAND chip not fully defined
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 3/5] ARM: imx: udoo: drop MTD config
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 05/11] arm: dts: imx6qdl-gw*: add dr_mode prop to dt to avoid error
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 11/11] imx: ventana: enable dm for SPI
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 06/11] imx: ventana: convert U-Boot to OF_CONTROL using FIT image
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 5/5] ARM: imx: udoo: convert to DM_ETH
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 04/11] imx: ventana: add Gateworks Ventana dts
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 07/11] imx: ventana: add pinctrl and remove unneeded UART init and config
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 1/2] arm: dts: imx8mn, imx8mn-beacon: Sync dts files with Kernel 5.12-rc5
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 2/2] board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZE
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 4/4] board: toradex: apalis-imx8x: fix build instructions
 2021-04-08 20:57 UTC  (2+ messages)

[PATCH 1/1] tools/mkeficapsule: improve online help
 2021-04-08 20:06 UTC 

[PATCH 0/6] octeontx cleanup and fixes
 2021-04-08 19:55 UTC  (7+ messages)
` [PATCH 4/6] drivers: net: octeontx: fix QSGMII

[PATCH v1 0/5] net: phy: marvell: Sync Marvell ethernet PHY code with Marvell version
 2021-04-08 19:43 UTC  (17+ messages)
` [PATCH v1 2/5] net: phy: marvell: extend 88E2110 to use both 2.5GHz modes
    ` [EXT] "

[PULL] u-boot-riscv/master
 2021-04-08 19:36 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2021-04-08 19:35 UTC  (2+ messages)

[PATCH 00/37] imx: hab/caam new feature and update
 2021-04-08 18:24 UTC  (3+ messages)
` [PATCH 31/37] crypto: caam: Add fsl caam driver

[PATCH v2 0/6] Enable ECDSA FIT verification for stm32mp
 2021-04-08 17:05 UTC  (9+ messages)
` [PATCH v2 6/6] test: dm: Add test for ECDSA UCLASS support
      ` [EXTERNAL] "

[PATCH v3 0/6] Enable ECDSA FIT verification for stm32mp
 2021-04-08 16:03 UTC  (3+ messages)
` [PATCH v3 4/6] arm: stm32mp1: Implement ECDSA signature verification

[PATCH v4 00/22] ppc: qemu: Add eTSEC support
 2021-04-08 15:29 UTC  (3+ messages)

[PATCH v6] imx: support for conga-QMX8 board
 2021-04-08 15:04 UTC  (2+ messages)

[PATCH 1/2] stm32mp: update uart number in trace of serial device not found
 2021-04-08 13:57 UTC  (4+ messages)
` [PATCH 2/2] stm32mp: replace printf by log macro in setup_boot_mode

[PATCH] stm32mp: stm32prog: add FIP header support
 2021-04-08 13:55 UTC  (2+ messages)

[PATCH v6 0/7] Add FU740 chip and HiFive Unmatched board support
 2021-04-08 13:40 UTC  (8+ messages)
` [PATCH v6 1/7] riscv: dts: add fu740 support
` [PATCH v6 2/7] riscv: cpu: fu740: Add support for cpu fu740
` [PATCH v6 3/7] drivers: clk: add fu740 support
` [PATCH v6 4/7] drivers: ram: sifive: rename fu540_ddr and "
` [PATCH v6 5/7] drivers: pci: add pcie support for fu740
` [PATCH v6 6/7] board: sifive: add HiFive Unmatched board support
` [PATCH v6 7/7] drivers: net: macb: add fu740 support

[PATCH v5 0/8] Add FU740 chip and HiFive Unmatched board support
 2021-04-08 13:11 UTC  (11+ messages)
` [PATCH v5 1/8] riscv: dts: add fu740 support
` [PATCH v5 2/8] riscv: cpu: fu740: Add support for cpu fu740
` [PATCH v5 3/8] drivers: clk: add fu740 support
` [PATCH v5 4/8] drivers: ram: sifive: rename fu540_ddr and "
` [PATCH v5 5/8] drivers: pci: add pcie support for fu740
` [PATCH v5 6/8] board: sifive: add HiFive Unmatched board support
` [PATCH v5 7/8] drivers: net: macb: add fu740 support
` [PATCH v5 8/8] arch: riscv: dts: Set speed of FU740 to 1.2GHz

[PATCH 1/1] efi_loader: esrt: wrong type for LocateHandleBuffer()
 2021-04-08 11:04 UTC 

[PATCH 1/1] efi_loader: use correct printf codes
 2021-04-08 11:03 UTC 

[PATCH v1 0/6] arm: armada: Add Octeon TX2 CN9130 base support
 2021-04-08  9:27 UTC  (5+ messages)
` [PATCH v1 3/6] arm: armada: dts: Add support for ap807-based platforms
` [PATCH v1 4/6] arm: armada: configs: Move environment location for mvebu
` [PATCH v1 5/6] arm: octeontx2: Add dtsi/dts files for Octeon TX2 CN9130 CRB
` [PATCH v1 6/6] arm: octeontx2: Add Octeon TX2 CN9130 CRB support


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