public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-04-08 07:25:09 to 2020-04-09 07:29:48 UTC [more...]

[PATCH 00/26 v6] Refactor the architecture parts of mt7628
 2020-04-09  7:29 UTC  (29+ 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 V2] mmc: zynq: parse dt when probing
 2020-04-09  7:26 UTC  (3+ messages)

[RFC PATCH] powerpc, qe: add DTS support for parallel I/O ports
 2020-04-09  6:58 UTC  (3+ messages)

Btrfs and endian convert
 2020-04-09  6:53 UTC  (2+ messages)

[PATCH] ARM: omap3_logic boards: Convert to DM_ETH
 2020-04-09  6:48 UTC  (2+ messages)

[PATCH v4 00/31] dm: Add programmatic generation of ACPI tables (part A)
 2020-04-09  5:32 UTC  (13+ messages)
` [PATCH v4 02/31] lib: Add a function to convert a string to upper case
` [PATCH v4 13/31] x86: apl: Add Global NVS table header
` [PATCH v4 21/31] acpi: Add a central location for table version numbers

[RFC PATCH] net, qe: add DM support for QE UEC ethernet
 2020-04-09  5:19 UTC  (2+ messages)

[PATCH] bdinfo: Show information about fdt blob via bdinfo
 2020-04-09  5:14 UTC  (2+ messages)

[PATCH] mpc83xx, abb: remove suvd3 board
 2020-04-09  5:13 UTC  (2+ messages)

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

[PATCH v3 1/1] drivers: usb: host: Add BRCM xHCI driver
 2020-04-09  3:54 UTC  (6+ messages)

[PATCH v4 1/1] drivers: usb: host: Add BRCM xHCI driver
 2020-04-09  3:53 UTC 

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

[PATCH v3 00/29] dm: Add programmatic generation of ACPI tables (part A)
 2020-04-08 22:15 UTC  (36+ messages)
` [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 13/29] dts: Add a binding for hid-over-i2c
  ` Antwort: "
        ` Antwort: "
` [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 27/29] acpi: Put table-setup code in its own function

[PATCH] Series-to: u-boot Cover-letter: Fix Typo error in Makefile
 2020-04-08 22:15 UTC  (2+ messages)

[PATCH] mmc: zynq: parse dt when probing
 2020-04-08 21:57 UTC  (4+ messages)

[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200408
 2020-04-08 21:27 UTC  (2+ messages)

[PATCH 1/3] arm: caches: protect dram_bank_mmu_setup access to bi_dram
 2020-04-08 19:18 UTC  (10+ messages)
` [PATCH 2/3] arm: caches: add DCACHE_DEFAULT_OPTION

[RESEND PATCH v3 0/7] x86: Improve support for chain-loading U-Boot
 2020-04-08 18:57 UTC  (8+ messages)
` [RESEND PATCH v3 1/7] x86: fsp: Allow skipping init code when chain loading
` [RESEND PATCH v3 2/7] x86: apl: Skip "
` [RESEND PATCH v3 3/7] x86: cpu: "
` [RESEND PATCH v3 4/7] pci: Avoid auto-config "
` [RESEND PATCH v3 5/7] board: Add a gd flag for "
` [RESEND PATCH v3 6/7] x86: Add a way to detect running from coreboot
` [RESEND PATCH v3 7/7] x86: Use the existing stack when chain-loading

[PATCH v5 0/6] A few little patches
 2020-04-08 18:17 UTC  (10+ 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 v1 u-boot-marvell 0/5] MVEBU ARM64 improvments + another Turris Mox patch
 2020-04-08 17:25 UTC  (6+ messages)
` [PATCH v1 u-boot-marvell 1/5] arm64: mvebu: armada-8k: move dram init code
` [PATCH v1 u-boot-marvell 2/5] arm64: mvebu: a37xx: improve code determining memory info structures
` [PATCH v1 u-boot-marvell 3/5] arm: mvebu: turris_mox: support devices with RAM > 1 GB
` [PATCH v1 u-boot-marvell 4/5] arm64: mvebu: a37xx: add device-tree fixer for PCIe regions
` [PATCH v1 u-boot-marvell 5/5] arm: mvebu: turris_mox: fix PCIe ranges in device tree

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

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 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 v2 0/3] arm: socfpga: arria10: Update device tree
 2020-04-08 13:25 UTC  (2+ messages)

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 

[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  (4+ messages)
` [PATCH v6 06/17] sifive: fu540: add ddr driver


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