public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-06-02 13:34:59 to 2020-06-03 13:55:53 UTC [more...]

[PATCH v5 0/6] ARM: arbitrary virtual-physical mappings for RPi4 XHCI support
 2020-06-03 13:55 UTC  (9+ messages)
  ` [PATCH v5 1/6] powerpc: move ADDR_MAP to Kconfig
  ` [PATCH v5 2/6] arm: update comments to the common style
  ` [PATCH v5 3/6] arm: provide a function for boards init code to modify MMU virtual-physical map
  ` [PATCH v5 4/6] mmc: bcm283x: fix int to pointer cast
  ` [PATCH v5 5/6] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit)
  ` [PATCH v5 6/6] config: Enable support for the XHCI controller on RPI4 board

[PATCH 1/1] clk: ccf: mux: change the get_rate helper
 2020-06-03 13:36 UTC 

[PATCH] doc: driver-model: fix typo in design.rst
 2020-06-03 13:12 UTC 

UCLASS_BLK driver binding without devtree and U_BOOT_DEVICE
 2020-06-03 13:07 UTC 

[PATCH v2 00/35] dm: Add programmatic generation of ACPI tables (part B)
 2020-06-03 13:04 UTC  (7+ messages)
` [PATCH v2 20/35] acpi: Support writing a GPIO
  ` Antwort: "
` [PATCH v2 21/35] acpi: Support copying properties from device tree to ACPI
` [PATCH v2 22/35] acpi: Add support for various misc ACPI opcodes

[PATCH v3 00/10] new rtc methods, rtc command, and tests
 2020-06-03 12:50 UTC  (22+ messages)
` [PATCH v3 01/10] rtc: add dm_rtc_read helper and ->read method
` [PATCH v3 02/10] rtc: add dm_rtc_write() helper
` [PATCH v3 03/10] rtc: fall back to ->{read, write} if ->{read, write}8 are not provided
  ` [PATCH v3 03/10] rtc: fall back to ->{read,write} if ->{read,write}8 "
` [PATCH v3 04/10] rtc: pcf2127: provide ->read method
` [PATCH v3 05/10] rtc: pcf2127: provide ->write method
` [PATCH v3 06/10] rtc: add rtc command
` [PATCH v3 07/10] rtc: sandbox-rtc: fix set method
` [PATCH v3 08/10] rtc: i2c_rtc_emul: catch any write to the "reset" register
` [PATCH v3 09/10] test: dm: rtc: add test of dm_rtc_read, dm_rtc_write
` [PATCH v3 10/10] test: dm: rtc: add tests of rtc shell command

[u-boot PATCH] phy: omap-usb2-phy: disable phy charger detect
 2020-06-03 11:46 UTC 

[PATCH] doc: board: xilinx: zynq.rst: add description how to flash a SD card
 2020-06-03  9:50 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCHv4 0/3] spi: Split CONFIG_DM_SPI* to CONFIG_{SPL_TPL}DM_SPI*
 2020-06-03  9:48 UTC  (14+ messages)
` [PATCHv4 1/3] spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)
` [PATCHv4 3/3] spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*

Video support question
 2020-06-03  9:19 UTC 

[PATCH v1 00/15] add basic driver support for broadcom NS3 soc
 2020-06-03  9:10 UTC  (12+ messages)
` [PATCH v1 04/15] arm: dts: ns3: add gpio node

[PATCH v4 1/2] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs
 2020-06-03  8:05 UTC  (2+ messages)
` [PATCH v4 2/2] board: presidio-asic: Add CAxxxx Ethernet support

[PATCH v3 1/2] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs
 2020-06-03  7:58 UTC  (2+ messages)
` [PATCH v3 2/2] board: presidio-asic: Add CAxxxx Ethernet support

[PATCH v2 1/2] net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCs
 2020-06-03  7:52 UTC  (2+ messages)
` [PATCH v2 2/2] board: presidio-asic: Add CAxxxx Ethernet support

[PATCHv2 00/36] spi: fsl-espi: Convert eSPI driver to DM
 2020-06-03  7:41 UTC  (39+ messages)
` [PATCHv2 01/36] dm: spi: Convert Freescale ESPI driver to driver model
` [PATCHv2 03/36] powerpc: dts: t2080qds: add espi slave nodes support
` [PATCHv2 04/36] configs: enable espi device module in T2080QDS
` [PATCHv2 05/36] dts: P1020: Add ESPI DT nodes
` [PATCHv2 06/36] dts: P1020RDB: Add ESPI slave device node
` [PATCHv2 07/36] configs: P1020RDB: Enable ESPI driver
` [PATCHv2 08/36] dts: P2020: Add ESPI DT nodes
` [PATCHv2 09/36] dts: P2020RDB: Add ESPI slave device node
` [PATCHv2 10/36] configs: P2020RDB: Enable ESPI driver
` [PATCHv2 11/36] dts: P2041: Add ESPI DT nodes
` [PATCHv2 12/36] dts: P2041RDB: Add ESPI slave device node
` [PATCHv2 13/36] configs: P2041RDB: Enable ESPI driver
` [PATCHv2 14/36] dts: P3041: Add ESPI DT nodes
` [PATCHv2 15/36] dts: P3041DS: Add ESPI slave device node
` [PATCHv2 16/36] configs: P3041DS: Enable ESPI driver
` [PATCHv2 17/36] dts: P4080: Add ESPI DT nodes
` [PATCHv2 18/36] dts: P4080DS: Add ESPI slave device node
` [PATCHv2 19/36] configs: P4080DS: Enable ESPI driver
` [PATCHv2 20/36] dts: P5040: Add ESPI DT nodes
` [PATCHv2 21/36] dts: P5040DS: Add ESPI slave device node
` [PATCHv2 22/36] configs: P5040DS: Enable ESPI driver
` [PATCHv2 23/36] dts: T102x: Add ESPI DT nodes
` [PATCHv2 24/36] dts: T1024RDB: Add ESPI slave device node
` [PATCHv2 25/36] configs: T1024RDB: Enable ESPI driver
` [PATCHv2 26/36] dts: T104x: Add ESPI DT nodes
` [PATCHv2 27/36] dts: T1042D4RDB: Add ESPI slave device node
` [PATCHv2 28/36] configs: T1042D4RDB: Enable ESPI driver
` [PATCHv2 29/36] dts: T2080RDB: Add ESPI slave device node
` [PATCHv2 30/36] configs: T2080RDB: Enable ESPI driver
` [PATCHv2 31/36] dts: T4240: Add ESPI DT nodes
` [PATCHv2 32/36] dts: T4240RDB: Add ESPI slave device node
` [PATCHv2 33/36] configs: T4240RDB: Enable ESPI driver
` [PATCHv2 34/36] dts: P1010: Add eSPI controller DT node
` [PATCHv2 35/36] dts: P1010RDB: Add eSPI slave DT nodes
` [PATCHv2 36/36] configs: P1010RDB: Enable eSPI controller and SPI flash DM driver

[PATCH v3 1/2] mtd: rawnand: ca_nand: add Cortina Access Parallel NAND controller support
 2020-06-03  7:39 UTC  (10+ messages)

[PATCH 1/6] Update MEM_SUPPORT_64BIT_DATA to be always defined
 2020-06-03  7:07 UTC  (11+ messages)
` [PATCH 2/6] cmd: mem: Use a macro to avoid #ifdef in help
` [PATCH 3/6] cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
` [PATCH 4/6] display_options: "
` [PATCH 5/6] command: "
` [PATCH 6/6] cmd: Add a memory-search command

[PATCH 00/13] powerpc: covert p1010, p1020 and p2020 RDB board
 2020-06-03  7:02 UTC  (4+ messages)
` [PATCH 01/13] net: fsl_pq_mdio: Add the compatible "fsl, gianfar-mdio" support

[PATCH v2] i2c: octeon_i2c: Add I2C controller driver for Octeon
 2020-06-03  5:43 UTC  (3+ messages)

[PATCH v1] i2c: octeon_i2c: Add I2C controller driver for Octeon
 2020-06-03  5:39 UTC  (5+ messages)

[PATCH v13 00/19] RISC-V SiFive FU540 support SPL
 2020-06-03  3:21 UTC  (3+ messages)

[PATCH v4] net: tftp: Add client support for RFC 7440
 2020-06-03  2:54 UTC  (2+ messages)

[PATCH 1/2] riscv: sbi: Remove sbi_spec_version
 2020-06-03  2:33 UTC  (12+ messages)
` [PATCH 2/2] riscv: sbi: Move sbi_probe_extension() out of CONFIG_SBI_V01

[PATCH 1/1] efi_loader: validate load option
 2020-06-03  2:25 UTC  (2+ messages)

[PATCH v1 1/2] net: cortina_ni: Addd eth support for Cortina Access CAxxxx SoCs
 2020-06-03  1:35 UTC  (5+ messages)

[PATCH 1/2] riscv: Avoid the reserved memory fixup if src and dst point to the same place
 2020-06-03  1:14 UTC  (14+ messages)
` [PATCH 2/2] riscv: Enable CONFIG_OF_BOARD_FIXUP by default

[PATCH 1/6] env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set
 2020-06-03  0:01 UTC  (6+ messages)
` [PATCH 2/6] env: Add H_DEFAULT flag
` [PATCH 3/6] env: Fix invalid env handling in env_init()
` [PATCH 4/6] env: nowhere: Implement .load callback
` [PATCH 5/6] env: Add option to only ever append environment
` [PATCH 6/6] env: Add support for explicit write access list

[PATCH 1/1] sunxi: CONFIG_INIT_SP_RELATIVE=y for Pine64 LTS
 2020-06-02 23:46 UTC  (5+ messages)

[PATCH] env: Add option to only ever append environment
 2020-06-02 23:42 UTC  (17+ messages)

[PATCH 1/8] pfla02: Rework excluding NAND from SPL
 2020-06-02 23:05 UTC  (3+ messages)
` [PATCH 2/8] mx6memcal: Finish migration to defconfig options

[tools] FIT tools rework
 2020-06-02 22:35 UTC 

[PATCH 0/4] crypto/fsl: add RNG support
 2020-06-02 22:05 UTC  (5+ messages)
` [PATCH 1/4] crypto/fsl: make SEC%u status line consistent
` [PATCH 2/4] crypto/fsl: export caam_get_era()
` [PATCH 3/4] crypto/fsl: support newer SEC modules
` [PATCH 4/4] crypto/fsl: add RNG support

[PATCH] serial: Convert ARM_DCC to Kconfig
 2020-06-02 21:26 UTC 

[PATCH 0/6] rtc: add rtc_{read,write}8_array and rtc command
 2020-06-02 20:56 UTC  (12+ messages)
` [PATCH v2 00/10] new rtc methods, rtc command, and tests
  ` [PATCH v2 06/10] rtc: add rtc command

[PATCH 0/2] omap5 uevm: convert to device model
 2020-06-02 20:23 UTC  (3+ messages)
` [PATCH 1/2] omap5: Copy device tree from linux 5.7.y
` [PATCH 2/2] omap5: uevm: convert to device model

[PATCH v2 00/13] armv8: layerscape: spin table relocation fixes and cleanups
 2020-06-02 20:19 UTC  (4+ messages)
` [PATCH v2 12/13] armv8: layerscape: relocate spin table if EFI_LOADER is enabled

[PATCH 1/1] config: remove CONFIG_ARMV8_SWITCH_TO_EL1 from whitelist.txt
 2020-06-02 20:07 UTC  (2+ messages)

[PATCH]: cmd: part: add part block command
 2020-06-02 19:23 UTC  (9+ messages)
` [PATCH] cmd: part: Add 'block' sub-command

Pull request: u-boot-spi/master
 2020-06-02 18:54 UTC 

Pull request: u-boot-sunxi/master
 2020-06-02 18:49 UTC 

[PATCH v2 1/3] riscv: Avoid the reserved memory fixup if src and dst point to the same place
 2020-06-02 18:23 UTC  (3+ messages)
` [PATCH v2 2/3] riscv: Expand the DT size before copy reserved memory node

[PATCH] watchdog: allow overriding the rate-limiting logic
 2020-06-02 15:38 UTC  (7+ messages)
` [PATCH 0/3] watchdog: honour hw_margin_ms property

[ANN] U-Boot v2020.07-rc3 released
 2020-06-02 15:22 UTC  (3+ messages)

U-BOOT build for t1024rdb
 2020-06-02 15:15 UTC 

[PATCH] rockchip: Add delay after link-training
 2020-06-02 15:12 UTC  (4+ messages)

[PATCH] armv8: layerscape: don't remove crypto node on LS1028A
 2020-06-02 15:09 UTC 

[PATCH v4 0/5] ARM: arbitrary virtual-physical mappings for RPi4 XHCI support
 2020-06-02 14:28 UTC  (5+ messages)
  ` [PATCH v4 2/5] arm: provide a function for boards init code to modify MMU virtual-physical map
  ` [PATCH v4 1/5] powerpc: move ADDR_MAP to Kconfig

[PATCH] RFC: tiny-dm: Proposal for using driver model in SPL
 2020-06-02 13:53 UTC  (8+ messages)

[PATCH v2 1/2] arm: dts: bcm283x: Allow UARTs to work before relocation
 2020-06-02 13:46 UTC  (6+ messages)

[PATCH v2 00/12] TI: AM654/J721e: Add support to boot from OSPI
 2020-06-02 13:46 UTC  (3+ messages)
` [PATCH v2 01/12] drivers: Descend to drivers/soc unconditionally


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