public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-04-07 20:12:05 to 2020-04-08 17:04:59 UTC [more...]

[PATCH v3 13/29] dts: Add a binding for hid-over-i2c
 2020-04-08 17:04 UTC  (40+ messages)
` [PATCH v3 00/29] dm: Add programmatic generation of ACPI tables (part A)
  ` [PATCH v3 10/29] pci: Adjust dm_pci_read_bar32() to return errors correctly
  ` [PATCH v3 12/29] dm: core: Add basic ACPI support
  ` [PATCH v3 15/29] acpi: Add a simple sandbox test
  ` [PATCH v3 16/29] x86: Move acpi_s3.h to include/acpi/
  ` [PATCH v3 17/29] x86: Move acpi_table header to main include/ directory
  ` [PATCH v3 19/29] acpi: Add a central location for table version numbers
    ` Antwort: "
  ` [PATCH v3 22/29] acpi: Add a method to write tables for a device
  ` [PATCH v3 23/29] acpi: Convert part of acpi_table to use acpi_ctx
  ` [PATCH v3 27/29] acpi: Put table-setup code in its own function
  ` Antwort: [PATCH v3 13/29] dts: Add a binding for hid-over-i2c

[PATCH v4 00/31] dm: Add programmatic generation of ACPI tables (part A)
 2020-04-08 17:02 UTC  (36+ messages)
` [PATCH v4 01/31] test: Add the beginnings of some string tests
` [PATCH v4 02/31] lib: Add a function to convert a string to upper case
` [PATCH v4 03/31] cpu: Support querying the address width
` [PATCH v4 04/31] spi: Add SPI mode enums
` [PATCH v4 05/31] tpm: cr50: Release locality on exit
` [PATCH v4 06/31] tpm: cr50: Add a comment for cr50_priv
` [PATCH v4 07/31] tpm: cr50: Use the correct GPIO binding
` [PATCH v4 08/31] tpm: Don't cleanup unless an error happens
` [PATCH v4 09/31] dm: pci: Allow disabling auto-config for a device
` [PATCH v4 10/31] x86: Correct wording of coreboot source code
` [PATCH v4 11/31] x86: apl: Move p2sb ofdata reading to the correct method
` [PATCH v4 12/31] pci: Adjust dm_pci_read_bar32() to return errors correctly
` [PATCH v4 13/31] x86: apl: Add Global NVS table header
` [PATCH v4 14/31] dm: core: Add basic ACPI support
` [PATCH v4 15/31] dts: Add a binding for hid-over-i2c
` [PATCH v4 16/31] acpi: Add a binding for ACPI settings in the device tree
` [PATCH v4 17/31] acpi: Add a simple sandbox test
` [PATCH v4 18/31] x86: Move acpi_s3.h to include/acpi/
` [PATCH v4 19/31] x86: Move acpi_table header to main include/ directory
` [PATCH v4 20/31] acpi: Add an __ACPI__ preprocessor symbol
` [PATCH v4 21/31] acpi: Add a central location for table version numbers
` [PATCH v4 22/31] acpi: Add support for DMAR
` [PATCH v4 23/31] test: Add hexdump.h to the unit test header
` [PATCH v4 24/31] acpi: Add a method to write tables for a device
` [PATCH v4 25/31] acpi: Convert part of acpi_table to use acpi_ctx
` [PATCH v4 26/31] x86: Allow devices to write ACPI tables
` [PATCH v4 27/31] acpi: Drop code for missing XSDT from acpi_write_rsdp()
` [PATCH v4 28/31] acpi: Move acpi_add_table() to generic code
` [PATCH v4 29/31] acpi: Put table-setup code in its own function
` [PATCH v4 30/31] acpi: Move the xsdt pointer to acpi_ctx
` [PATCH v4 31/31] acpi: Add an acpi command

[PULL u-boot] Please pull u-boot-amlogic-20200406
 2020-04-08 16:06 UTC  (2+ messages)

[PATCH] Series-to: u-boot Cover-letter: Fix Typo error in Makefile
 2020-04-08 15:39 UTC 

iMX8MM USB support?
 2020-04-08 15:31 UTC  (5+ messages)

[U-Boot] [PATCH v2] imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode
 2020-04-08 15:23 UTC  (5+ messages)
`  "

[PATCH v3 16/19] ARM: dts: imxrt1050: allow this dtsi file to be compiled in Linux
 2020-04-08 15:11 UTC  (4+ messages)
` [PATCH v3 17/19] arch: arm: dts: imxrt1050-evk: add lcdif node
` [PATCH v3 18/19] configs: imxrt1050-evk: enable video support/console
` [PATCH v3 19/19] configs: imxrt1050-evk: temporary disable DCACHE

[PATCH v3 00/19] i.MXRT1050 add LCDIF support
 2020-04-08 15:10 UTC  (16+ messages)
` [PATCH v3 01/19] clk: imx: pllv3: add enable_bit
` [PATCH v3 02/19] clk: imx: clk-imxrt1050: fix typo in clock name "video:"
` [PATCH v3 03/19] clk: imx: clk-imxrt1050: setup PLL5 for video in non-SPL
` [PATCH v3 04/19] clk: imx: clk-imxrt1050: add set_parent() callback
` [PATCH v3 05/19] videomodes: add helper function to convert from ctfb to display_timing
` [PATCH v3 06/19] sunxi: display: use common video_ctfb_mode_to_display_timing()
` [PATCH v3 07/19] video: mxsfb: add support for DM CLK
` [PATCH v3 08/19] video: mxsfb: add support for i.MXRT
` [PATCH v3 09/19] video: mxsfb: refactor for using display_timings
` [PATCH v3 10/19] video: mxsfb: enable setting HSYNC negative polarity
` [PATCH v3 11/19] video: mxsfb: enable setting VSYNC "
` [PATCH v3 12/19] video: mxsfb: enable setting PIXDATA on negative edge
` [PATCH v3 13/19] video: mxsfb: enable setting ENABLE negative polarity
` [PATCH v3 14/19] imxrt1050_evk: add 16bpp video support if video layer enabled
` [PATCH v3 15/19] ARM: dts: i.mxrt1050: add lcdif node

[PATCH 0/2] Reading size-cells and address-cells from a node should walk up the
 2020-04-08 14:48 UTC  (4+ messages)
` [PATCH 1/2] libfdt: Make fdt_cells function accessible
` [PATCH 2/2] dm: core: Walk the tree to find address- and size-cells properties

[PATCH v5 0/6] A few little patches
 2020-04-08 14:43 UTC  (8+ messages)
` [PATCH v5 1/6] test: Add the beginnings of some string tests
` [PATCH v5 2/6] lib: Add a function to convert a string to upper case
` [PATCH v5 3/6] usb: Update struct usb_device to indicate speed enum
` [PATCH v5 4/6] uuid: Use const char * where possible
` [PATCH v5 5/6] pci: Add a macro to convert BDF from linux to U-Boot
` [PATCH v5 6/6] dm: mmc: Update mmc_get_mmc_dev() to use const *

[PATCH 01/16] arm: stm32mp: update dependency for STM32_ETZPC
 2020-04-08 14:31 UTC  (9+ messages)
` [PATCH 04/16] arm: stm32mp: detect U-Boot version used to save environment
        ` [Uboot-stm32] "
` [PATCH 05/16] arm: stm32mp: spl: add bsec driver in SPL

[PATCH 1/7] riscv: qemu: Remove the simple-bus driver for the SoC node
 2020-04-08 14:20 UTC  (8+ messages)
` [PATCH 2/7] riscv: Merge unnecessary SMP ifdefs in start.S
` [PATCH 3/7] riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL
` [PATCH 4/7] riscv: Add SMP Kconfig option dependency for U-Boot proper
` [PATCH 5/7] riscv: Add Kconfig option for SBI v0.2
` [PATCH 6/7] riscv: Remove CONFIG_IS_ENABLED(SMP) in global data
` [PATCH 7/7] riscv: Make SBI v0.2 the default SBI version

[PATCH 1/4] [RFC] ARM: stm32: Implement board coding on AV96
 2020-04-08 13:53 UTC  (11+ messages)
` [PATCH 2/4] [RFC] ram: stm32mp1: Add support for multiple configs
` [PATCH 3/4] [RFC] ARM: dts: stm32: Rework DDR DT inclusion

[PATCH 1/1] net: fm: fix build error when not using nand
 2020-04-08 13:48 UTC 

[PATCH v3 1/1] drivers: usb: host: Add BRCM xHCI driver
 2020-04-08 13:45 UTC  (5+ messages)

[PATCH v2 0/3] arm: socfpga: arria10: Update device tree
 2020-04-08 13:25 UTC  (8+ messages)
` [PATCH v2 1/3] arm: dts: arria10: Move uboot specific properties to u-boot.dtsi
` [PATCH v2 2/3] arm: dts: arria10: Update dtsi/dts from Linux
` [PATCH v2 3/3] arm: socfpga: arria10: Enable cache driver in SPL

Basic syntax question
 2020-04-08 12:51 UTC  (2+ messages)

[GIT PULL] Xilinx patches for v2020.07
 2020-04-08 12:48 UTC  (2+ messages)

zynq_z_turn_defconfig: broken networking
 2020-04-08 12:26 UTC  (16+ messages)

[PATCH] xilinx: zynqmp: Fix MIO 18 configuration on zcu104 revC
 2020-04-08 11:31 UTC 

i.MX8QXP hangs in SPL after a "reboot" command
 2020-04-08 10:14 UTC  (6+ messages)

[PATCH v3 u-boot-marvell 0/6] Turris Mox changes
 2020-04-08 10:02 UTC  (7+ messages)
` [PATCH v3 u-boot-marvell 1/6] arm: mvebu: turris_mox: Fix early SPI communication
` [PATCH v3 u-boot-marvell 2/6] arm: mvebu: dts: turris_mox: update sdhci properties
` [PATCH v3 u-boot-marvell 3/6] arm: mvebu: turris_mox: Setup Linux's device tree before boot
` [PATCH v3 u-boot-marvell 4/6] arm: mvebu: dts: turris_mox: fix USB3 regulator
` [PATCH v3 u-boot-marvell 5/6] arm: mvebu: turris_mox: don't use hardcoded addresses
` [PATCH v3 u-boot-marvell 6/6] arm: mvebu: turris_mox: sort headers alphabetically

Bug: qemu_arm64: Cannot access the second flash bank
 2020-04-08  8:54 UTC  (6+ messages)

[PATCH] xilinx: Introduce board_late_init_xilinx()
 2020-04-08  8:50 UTC 

[PATCH] xilinx: Enable MTD and UBIFS for zynq and zynqmp
 2020-04-08  8:39 UTC 

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200408
 2020-04-08  8:18 UTC 

[PATCH 00/26 v6] Refactor the architecture parts of mt7628
 2020-04-08  8:09 UTC  (27+ messages)
` [PATCH 01/26 v6] mips: add support to restore exception vector base before booting linux
` [PATCH 02/26 v6] mips: mtmips: add predefined i-cache/d-cache size and linesize
` [PATCH 03/26 v6] mips: add an option to support initialize SRAM for initial stack
` [PATCH 04/26 v6] mips: start.S: avoid overwriting outside gd when clearing global data in stack
` [PATCH 05/26 v6] sysreset: add reset controller based reboot driver
` [PATCH 06/26 v6] mips: mtmips: make use of sysreset-resetctrl for mt7628 soc
` [PATCH 07/26 v6] configs: enable CONFIG_RESTORE_EXCEPTION_VECTOR_BASE for all mtmips boards
` [PATCH 08/26 v6] mips: add a mtmips-specific field to architecture-specific global data
` [PATCH 09/26 v6] mips: add a option to support not reserving malloc space on initial stack
` [PATCH 10/26 v6] mips: mtmips: rewrite lowlevel codes of mt7628
` [PATCH 11/26 v6] dts: mtmips: add alternative pinmux node for uart2
` [PATCH 12/26 v6] mips: enable support for appending dtb to spl binary
` [PATCH 13/26 v6] mips: add an option to enable u_boot_list section for SPL loaders in u-boot-spl.lds
` [PATCH 14/26 v6] lib: enable lzma decompression support for SPL build
` [PATCH 15/26 v6] Makefile: add support to generate LZMA compressed u-boot image
` [PATCH 16/26 v6] tools: binman: add etype file for u-boot-lzma-img
` [PATCH 17/26 v6] spl: Extract legacy image handling into separate file
` [PATCH 18/26 v6] spl: spl_legacy: Use IS_ENABLED() to remove #ifdef
` [PATCH 19/26 v6] spl: spl_nor: Copy image header to local struct
` [PATCH 20/26 v6] spl: spl_nor: Move legacy image loading into spl_legacy.c
` [PATCH 21/26 v6] spl: spl_legacy: Add lzma decompression support for legacy image
` [PATCH 22/26 v6] spl: spl_legacy: Add cache flush after reading U-Boot image
` [PATCH 23/26 v6] mips: mtmips: add SPL support
` [PATCH 24/26 v6] mips: mtmips: enable SPL for all boards
` [PATCH 25/26 v6] mips: mtmips: add support for mt7628-rfb
` [PATCH 26/26 v6] mips: mtmips: Increase CONFIG_SPL_SYS_MALLOC_F_LEN

[PATCH] lib: strto: Stop detection when invalid char is used
 2020-04-08  8:09 UTC 

[PATCH v6 00/17] RISC-V SiFive FU540 support SPL
 2020-04-08  7:41 UTC  (24+ messages)
` [PATCH v6 02/17] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v6 06/17] sifive: fu540: add ddr driver
` [PATCH v6 07/17] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v6 10/17] riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
` [PATCH v6 16/17] sifive: fix palmer's email address

u-boot DT configuration node
 2020-04-08  6:57 UTC  (5+ messages)

[PATCH v5 17/20] spl: nor: add lzma decompression support for legacy image
 2020-04-08  6:53 UTC  (3+ messages)

[PATCH V2] mmc: zynq: parse dt when probing
 2020-04-08  6:50 UTC  (2+ messages)

[PATCH] mmc: zynq: parse dt when probing
 2020-04-08  6:41 UTC  (3+ messages)

[PATCH v3 1/1] drivers: i2c: add brcm iproc I2C driver support
 2020-04-08  5:42 UTC 

[PATCH v2 1/1] drivers: i2c: add brcm iproc I2C driver support
 2020-04-08  4:33 UTC  (3+ messages)

[PATCH] cmd: eeprom: Staticize eeprom_i2c_bus
 2020-04-08  4:14 UTC  (2+ messages)

[RFC PATCH v2 00/13] arm: add support for SoC S5P4418
 2020-04-08  4:08 UTC  (3+ messages)
` [RFC PATCH v2 04/13] i2c: add nexell driver

[PATCH v4 0/8] Cortina Access Drivers Package 2
 2020-04-08  4:03 UTC  (5+ messages)
` [PATCH v4 3/8] i2c: i2c-cortina: added CAxxxx I2C support
` [PATCH v4 4/8] board: presidio-asic: Add "

[PATCH] i2c: muxes: pca954x: add PCA9546 variant
 2020-04-08  3:48 UTC  (2+ messages)

[PATCH v2 1/1] drivers: usb: host: Add BRCM xHCI driver
 2020-04-08  3:36 UTC  (3+ messages)

[RFC 0/7] mx6cuboxi: enable OF_PLATDATA with MMC support
 2020-04-08  3:14 UTC  (5+ messages)
` [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

[RFC] dm: uclass: add functions to get device by platdata
 2020-04-08  3:14 UTC  (10+ messages)

[PATCH v2] dm: core: remove the duplicated function dm_ofnode_pre_reloc
 2020-04-08  2:57 UTC  (2+ messages)

[RFC PATCH v3] arch: x86: apl: Read FSP-M configuration from device-tree
 2020-04-08  2:57 UTC  (2+ messages)

[PATCH v1] x86: acpi: Refactor XSDT handling in acpi_add_table()
 2020-04-08  2:57 UTC  (12+ messages)

[PATCH v2 0/2] fdtdec: support multiple phandles in memory carveout
 2020-04-08  2:57 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] test: fdtdec: test fdtdec_set_carveout()

[PATCH] Revert "common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled"
 2020-04-07 21:37 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