public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-03-04 15:00:20 to 2020-03-06 20:36:42 UTC [more...]

[PATCH v1 0/8] riscv: Add SPI support for Kendryte K210
 2020-03-06 20:36 UTC  (13+ messages)
` [PATCH v1 1/8] doc: Fix typo in FIT documentation
` [PATCH v1 2/8] spi: dw: Add device tree properties for fields in CTRL0
` [PATCH v1 3/8] spi: dw: Rename "cs-gpio" to "cs-gpios"
` [PATCH v1 4/8] spi: dw: Use generic function to read reg address
` [PATCH v1 5/8] spi: dw: Speed up transfer loops
` [PATCH v1 6/8] spi: dw: Add mem_ops
` [PATCH v1 7/8] riscv: Add device tree bindings for SPI
` [PATCH v1 8/8] riscv: Add support for SPI on Kendryte K210

[RFC] dm: uclass: add functions to get device by platdata
 2020-03-06 20:32 UTC  (7+ messages)

[PATCH v3 0/4] Insure 16 alignment of reserved memory in board_f.c
 2020-03-06 19:13 UTC  (6+ messages)
` [PATCH v3 1/4] board_f.c: Insure gd->new_bootstage alignment
` [PATCH v3 2/4] Revert "stm32mp1: remove the imply BOOTSTAGE"
` [PATCH v3 3/4] arm: set the relocated gd with gd->new_gd
` [PATCH v3 4/4] board_f.c: Insure 16 alignment of start_addr_sp and reserved memory

[PATCH v4 00/14] RISC-V SiFive FU540 support SPL
 2020-03-06 17:02 UTC  (2+ messages)

[PATCH v2] ARM: dts: stm32mp1: DT alignment with Linux 5.6-rc1
 2020-03-06 16:54 UTC 

[PATCH 1/6] bcm6750: add initial support
 2020-03-06 16:25 UTC  (6+ messages)
` [PATCH 2/6] gpio: do not include <asm/arch/gpio.h> on ARCH_BCM6750
` [PATCH 3/6] gpio: bcm6345: allow to use this driver on arm bcm6750
` [PATCH 4/6] nand: brcmnand: add bcm6750 support
` [PATCH 5/6] watchdog: bcm6345: allow to use this driver on arm bcm6750
` [PATCH 6/6] bcm96750ref1: add initial support

[RFT PATCH v5 0/3] Add compressed Image booting support
 2020-03-06 15:01 UTC  (6+ messages)
` [RFT PATCH v5 1/3] lib: kconfig: Add option to set BZIP2 compression method
` [RFT PATCH v5 2/3] image: Add a common compression type detection function
` [RFT PATCH v5 3/3] image: Add compressed Image parsing support in booti

[PATCH 1/3] mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()
 2020-03-06 14:14 UTC  (3+ messages)
` [PATCH 2/3] mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/max
` [PATCH 3/3] mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementations

[PATCH v2 0/3] arm: socfpga: arria10: Add save_boot_params()
 2020-03-06 11:49 UTC  (5+ messages)
` [PATCH v2 1/3] arm: socfpga: Add onchip RAM size macro
` [PATCH v2 2/3] configs: socfpga: Change to use SOCFPGA_PHYS_OCRAM_SIZE macro
` [PATCH v2 3/3] arm: socfpga: arria10: Add save_boot_params()

[PATCH 0/2] drivers/rng: add Amlogic hardware RNG driver
 2020-03-06 11:45 UTC  (4+ messages)
` [PATCH 1/2] drivers/rng: simplify Kconfig

[PATCH v5 0/5] usb: host: dwc2: use driver model for PHY and CLOCK
 2020-03-06 11:28 UTC  (7+ messages)
` [PATCH v5 1/5] dm: clk: add stub when CONFIG_CLK is deactivated
` [PATCH v5 2/5] usb: host: dwc2: add phy support
` [PATCH v5 3/5] usb: host: dwc2: add clk support
` [PATCH v5 4/5] usb: host: dwc2: force reset assert
` [PATCH v5 5/5] usb: host: dwc2: add trace to have clean usb start

[PATCH] arm: imx: Add support for Google's Coral Dev Board
 2020-03-06 10:46 UTC 

[PATCH 0/9] ram: stm32mp1: fixes
 2020-03-06 10:14 UTC  (10+ messages)
` [PATCH 1/9] ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR
` [PATCH 2/9] ram: stm32mp1: display result for software read DQS gating
` [PATCH 3/9] ram: stm32mp1: don't display the prompt two times
` [PATCH 4/9] ram: stm32mp1: tuning: add timeout for polling BISTGSR.BDDONE
` [PATCH 5/9] ram: stm32mp1: tuning: deactivate derating during BIST test
` [PATCH 6/9] ram: stm32mp1: update BIST config for tuning
` [PATCH 7/9] ram: stm32mp1_ddr: fix self refresh disable during DQS training
` [PATCH 8/9] ram: stm32mp1: reduce delay after BIST reset for tuning
` [PATCH 9/9] ram: stm32mp1: the property st,phy-cal becomes optional

[PATCH] i2c: stm32f7_i2c: allows for any bus frequency
 2020-03-06 10:09 UTC 

[PATCH] net: zynq-gem: Setup and use mdio base separately
 2020-03-06  9:57 UTC 

porting marvell-nand driver for u-boot
 2020-03-06  8:48 UTC  (2+ messages)

[PATCH 1/2] riscv: Fix sbi_remote_sfence_vma{,_asid}
 2020-03-06  8:44 UTC  (2+ messages)
` [PATCH 2/2] riscv: Avoid calling sbi_clear_ipi()

[PATCH v4 13/14] sifive: fix palmer's email address
 2020-03-06  7:43 UTC  (3+ messages)

[PATCH v4 01/14] misc: add driver for the SiFive otp controller
 2020-03-06  7:42 UTC  (3+ messages)

[U-Boot] [PATCH] board: ti: README: Update OP-TEE binary name
 2020-03-06  7:31 UTC  (2+ messages)

[PATCH v2 0/3] arm: dts: k3-j721e: Enable OSPI1/QSPI
 2020-03-06  7:31 UTC  (2+ messages)

[RESEND v8 6/8] dm: arm64: ls1043a: add i2c DM support
 2020-03-06  4:14 UTC  (4+ messages)
` [RESEND v8 7/8] dm: arm64: ls1046a: "

[PATCH] arm: socfpga: arria10: Add save_boot_params()
 2020-03-06  3:15 UTC  (13+ messages)

[RFC PATCH 0/1] Add boot hartid to a Device tree
 2020-03-06  0:34 UTC  (11+ messages)

[U-Boot] [RFC/RFT PATCH v4 3/3] image: Add compressed Image parsing support in booti
 2020-03-05 23:36 UTC  (12+ messages)

[PATCH] net: phy: dp83867: Add SGMII mode type switching
 2020-03-05 23:32 UTC  (2+ messages)

[PATCH v2] net: phy: add XFI, USXGMII types to is_10g_interface() helper
 2020-03-05 23:22 UTC  (2+ messages)

[PATCH] net: eth-uclass: Do not return error when no MAC is found
 2020-03-05 23:21 UTC  (2+ messages)

[PATCH] net: phy: Fix overlong PHY timeout
 2020-03-05 23:20 UTC  (5+ messages)

[PATCH] doc: net: Rewrite network driver documentation
 2020-03-05 23:15 UTC  (2+ messages)

[PATCH 1/2] drivers: net: phy: aquantia: drop XGMII as a valid system interface proto
 2020-03-05 23:13 UTC  (4+ messages)
` [PATCH 2/2] drivers: net: phy: aquantia: make it less verbose

[PATCH v2 00/12] phy: atheros: dt bindings and cleanup
 2020-03-05 23:10 UTC  (13+ messages)
` [PATCH v2 06/12] phy: atheros: fix AR8021 PHY ID mask
` [PATCH v2 08/12] phy: atheros: introduce debug read and write functions
` [PATCH v2 09/12] phy: atheros: move delay config to common function
` [PATCH v2 10/12] phy: atheros: add device tree bindings and config
` [PATCH v2 11/12] phy: atheros: ar8035: remove static clock config
` [PATCH v2 12/12] phy: atheros: consolidate {ar8031|ar8035}_config()

[PATCH v1] doc: board: verdin-imx8mm: use mainline TF-A
 2020-03-05 21:00 UTC  (2+ messages)

[PATCH v1 1/3] verdin-imx8mm: adjust dram size in case bl32 is used
 2020-03-05 20:37 UTC  (3+ messages)
` [PATCH v1 2/3] imx8mm_evk: "
` [PATCH v1 3/3] verdin-imx8mm: add nfsboot wrapper to env

[PATCH v1 0/8] riscv: Add FPIOA and GPIO support for Kendryte K210
 2020-03-05 18:53 UTC  (9+ messages)
` [PATCH v1 1/8] pinctrl: Add support for Kendryte K210 FPIOA
` [PATCH v1 2/8] gpio: sifive: Use generic reg read function
` [PATCH v1 3/8] gpio: dw: Fix warnings about casting int to pointer
` [PATCH v1 4/8] gpio: dw: Add a trailing underscore to generated name
` [PATCH v1 5/8] gpio: dw: Return output value when direction is out
` [PATCH v1 6/8] led: gpio: Default to using node name if label is absent
` [PATCH v1 7/8] riscv: Add pinmux and gpio bindings for Kendryte K210
` [PATCH v1 8/8] riscv: Add FPIOA and GPIO support "

[PATCH v4 0/5] usb: host: dwc2: use driver model for PHY and CLOCK
 2020-03-05 18:24 UTC  (12+ messages)
` [PATCH v4 1/5] dm: clk: add stub when CONFIG_CLK is desactivated
` [PATCH v4 2/5] usb: host: dwc2: add phy support
` [PATCH v4 3/5] usb: host: dwc2: add clk support

[PATCH v6 00/19] riscv: Add Sipeed Maix support
 2020-03-05 18:13 UTC  (20+ messages)
` [PATCH v6 01/19] clk: Always use the supplied struct clk
` [PATCH v6 02/19] clk: Check that ops of composite clock components exist before calling
` [PATCH v6 03/19] clk: Unconditionally recursively en-/dis-able clocks
` [PATCH v6 04/19] clk: Add functions to register CCF clock structs
` [PATCH v6 05/19] clk: Add K210 pll support
` [PATCH v6 06/19] clk: Add a bypass clock for K210
` [PATCH v6 07/19] clk: Add K210 clock support
` [PATCH v6 08/19] dm: Add support for simple-pm-bus
` [PATCH v6 09/19] dm: Fix error handling for dev_read_addr_ptr
` [PATCH v6 10/19] reset: Add generic reset driver
` [PATCH v6 11/19] lib: Always set errno in hcreate_r
` [PATCH v6 12/19] riscv: Add headers for asm/global_data.h
` [PATCH v6 13/19] riscv: Fix race conditions when initializing IPI
` [PATCH v6 14/19] riscv: Add option to support RISC-V privileged spec 1.9
` [PATCH v6 15/19] riscv: Allow use of reset drivers
` [PATCH v6 16/19] riscv: Try to get cpu frequency from a "clocks" node if it exists
` [PATCH v6 17/19] riscv: Enable cpu clock if it is present
` [PATCH v6 18/19] riscv: Add device tree for K210 and Sipeed Maix BitM
` [PATCH v6 19/19] riscv: Add Sipeed Maix support

[PATCH] Makefile: doesn't need check stack size when dtb is not built
 2020-03-05 16:54 UTC  (6+ messages)

Please pull u-boot-x86
 2020-03-05 12:49 UTC 

How to set boot count in U-boot for NXP iMX.6 Dual and Dual lite?
 2020-03-05 12:47 UTC 

[U-Boot] [PATCH V3 00/27] i.MX8MM support
 2020-03-05 12:18 UTC  (8+ messages)
` [U-Boot] [PATCH V3 15/27] imx8m: Fix MMU table issue for OPTEE memory

[PATCH v1] x86: acpi: Refactor XSDT handling in acpi_add_table()
 2020-03-05 12:17 UTC  (9+ messages)

[PATCH v3 0/6] arm64: meson: add libretech-pc support
 2020-03-05 12:15 UTC  (8+ messages)
` [PATCH v3 1/6] dt-bindings: leds: import common led bindings from linux v5.5
` [PATCH v3 2/6] mmc: meson-gx: enable input clocks
` [PATCH v3 3/6] clk: meson: reset mmc clock on probe
` [PATCH v3 4/6] arm64: dts: meson: sync dt and bindings from v5.6-rc2
` [PATCH v3 5/6] arm64: dts: meson: import libretech-pc from linux v5.6-rc2
` [PATCH v3 6/6] arm64: dts: meson: add libretech-pc support

[PATCH v3 00/11] Add Support for eMMC boot in AM65x and J721e
 2020-03-05 12:02 UTC  (5+ messages)

[PATCH v2] serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()
 2020-03-05 10:23 UTC  (2+ messages)

[PATCH] ARM: zynq: Do not print message about boot device
 2020-03-05 10:13 UTC 

[PATCH] arch: arm: rockchip: order the rk3399 entries alphabetically
 2020-03-05  8:04 UTC  (6+ messages)

[PATCH] net: phy: fix autoneg timeout
 2020-03-05  7:19 UTC  (3+ messages)

[PATCH 1/4] cmd: mem: Correctly count the errors in mtest
 2020-03-05  6:21 UTC  (4+ messages)
` [PATCH 2/4] cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()
` [PATCH 3/4] cmd: mem: Use IS_ENABLED instead of alt_test variable
` [PATCH 4/4] cmd: mem: Add bitflip memory test to alternate mtest

[PULL] u-boot-sh/master
 2020-03-05  3:41 UTC  (2+ messages)

[PATCH v5 00/33] riscv: Add Sipeed Maix support
 2020-03-05  3:40 UTC  (23+ messages)
` [PATCH v5 13/33] pinctrl: Add support for Kendryte K210 FPIOA
` [PATCH v5 19/33] spi: dw: Add device tree properties for fields in CTRL1
` [PATCH v5 27/33] riscv: Fix race conditions when initializing IPI
` [PATCH v5 33/33] riscv: Add Sipeed Maix support

bitbake u-boot-imx: undefined reference to `eth_setenv_enetaddr'
 2020-03-05  2:35 UTC 

[PULL] u-boot-socfpga/master
 2020-03-04 23:51 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2020-03-04 23:50 UTC  (2+ messages)

[PATCH] common/board_f.c: use #ifdefs a little more consistently
 2020-03-04 23:11 UTC  (10+ messages)
          ` caching BLOBLISTT_SPL_HANDOFF (was Re: [PATCH] common/board_f.c: use #ifdefs a little more consistently)
              ` caching BLOBLISTT_SPL_HANDOFF

[PATCH 0/8] malloc: implement USE_DL_PREFIX using inline functions
 2020-03-04 20:50 UTC  (9+ messages)
` [PATCH 1/8] malloc: implement USE_DL_PREFIX via "
` [PATCH 2/8] Revert "mtd: Rename free() to rfree()"

[v1 PATCH 0/1] Add boot hartid to a Device tree
 2020-03-04 18:53 UTC  (4+ messages)
` [v1 PATCH 1/1] riscv: Add boot hartid to "

[PATCH v3 0/3] usb: Covert to support Live DT
 2020-03-04 18:00 UTC  (7+ messages)
` [PATCH v3 2/3] usb: ehci-msm: Use dev interface to get device address
` [PATCH v3 3/3] usb: Migrate to support live DT for some driver

[PATCH 0/2] ARM: zynq: Start to use unified configurations
 2020-03-04 17:51 UTC  (9+ messages)
` [PATCH 1/2] Makefile: Add environment variable DEVICE_TREE to header

Please pull u-boot-dm
 2020-03-04 15:41 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