public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-07-23 08:47:08 to 2020-07-24 14:56:43 UTC [more...]

[PATCH V2 1/7] env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set
 2020-07-24 14:56 UTC  (10+ messages)
` [PATCH V2 2/7] env: Add H_DEFAULT flag
` [PATCH V2 3/7] env: Discern environment coming from external storage
` [PATCH V2 5/7] env: nowhere: Implement .load callback
` [PATCH V2 6/7] env: Add option to only ever append environment

[PATCH] CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
 2020-07-24 14:54 UTC 

[PATCH v4 00/27] rockchip: x86: Support building ROM files automatically with binman
 2020-07-24 14:48 UTC  (4+ messages)

[U-Boot] Pull request: u-boot-riscv/master 20200724
 2020-07-24 14:33 UTC  (2+ messages)

[PATCH] arm: imx6q: pcm058: Rework SPI NOR configuration
 2020-07-24 14:33 UTC 

[PATCH v2 00/10] mips: octeon: Misc Octeon drivers, DT and Kconfig / defconfig updates
 2020-07-24 14:27 UTC  (13+ messages)
` [PATCH v2 01/10] gpio: octeon_gpio: Add GPIO controller driver for Octeon
` [PATCH v2 02/10] mips: octeon: mrvl,cn73xx.dtsi: Add GPIO DT nodes
` [PATCH v2 03/10] mips: octeon: dts: Add I2C "
` [PATCH v2 04/10] clk: clk_octeon: Add simple MIPS Octeon clock driver
` [PATCH v2 05/10] mips: octeon: dts: Add Octeon clock driver DT nodes
` [PATCH v2 06/10] drivers: spi: Add SPI controller driver for Octeon
` [PATCH v2 07/10] mips: octeon: mrvl,cn73xx.dtsi: Add SPI DT node
` [PATCH v2 08/10] mips: octeon: mrvl, octeon-ebb7304.dts: Add SPI flash "
` [PATCH v2 09/10] mips: octeon: Update Octeon Kconfig
` [PATCH v2 10/10] mips: octeon: Update EBB7304 defconfig

[PATCH] sandbox, test: change hog gpio
 2020-07-24 13:51 UTC 

Using gerrit or github for review?
 2020-07-24 13:30 UTC  (4+ messages)

[PATCH 00/18] arm: mach-k3: Initial support for Texas Instrument's J7200 Platform
 2020-07-24 13:10 UTC  (22+ messages)
` [PATCH 01/18] board: ti: board_detect: Add stub functions for EEPROM detection apis
` [PATCH 02/18] board: ti: j721e: Probe eeprom only when CONFIG_TI_I2C_BOARD_DETECT is defined
` [PATCH 07/18] arm: mach-k3: j721e: Add detection for j721e
` [PATCH 08/18] arm: mach-k3: j721e: Fix unlocking control module registers
` [PATCH 09/18] arm: mach-k3: j7200: Add support for SOC detection
` [PATCH 10/18] arm: mach-k3: j7200: Add support for storing extended boot info from ROM
` [PATCH 11/18] arm: mach-k3: j7200: Detect if ROM has already loaded sysfw
` [PATCH 12/18] board: ti: j7200: Add board detection support for j7200
` [PATCH 13/18] ram: k3-j721e: Relax version checks for memory controller
` [PATCH 14/18] mmc: am654_sdhci: Add support for J7200 devices
` [PATCH 15/18] arm: dts: k3-j7200: Add dts support
` [PATCH 16/18] arm: dts: k3-j7200: Add lpddr4 1600MTs configuration
` [PATCH 17/18] configs: j7200_evm_r5: Add initial support
` [PATCH 18/18] configs: j7200_evm_a72: Add Initial support

Please pull u-boot-dm
 2020-07-24 12:41 UTC  (4+ messages)

[PATCH] clk: versal: Move pm_query_id out of clock driver
 2020-07-24 12:26 UTC 

[PATCH 1/2] xilinx: Align dfu ram with booti command
 2020-07-24 12:18 UTC  (4+ messages)
` [PATCH 2/2] xilinx: zynqmp: Enable DFU tftp support

[PATCH] arm64: zynqmp: Reduce malloc memory for mini QSPI configuration
 2020-07-24 12:17 UTC  (2+ messages)

[PATCH v2 0/3] xilinx: Enable Versal allocation from low memory
 2020-07-24 12:17 UTC  (2+ messages)

[PATCH] versal: fix versal PM ret payload size
 2020-07-24 12:15 UTC  (2+ messages)

[PATCH v2] xilinx: versal: Add new versal loadpdi command
 2020-07-24 12:15 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Fix set_fdtfile() not to break u-boots DTB
 2020-07-24 12:14 UTC  (2+ messages)

[PATCH v4 01/17] Kconfig: Introduce CONFIG_SYS_HAS_SRAM
 2020-07-24 12:14 UTC  (18+ messages)
` [PATCH v4 02/17] Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig
` [PATCH v4 03/17] Kconfig: Convert CONFIG_SYS_SRAM_SIZE "
` [PATCH v4 04/17] Kconfig: Remove CONFIG_SYS_SRAM_START
` [PATCH v4 05/17] cmd: bdinfo: Move sram info prints to generic code
` [PATCH v4 06/17] board_f: Introduce setup_bdinfo initcall
` [PATCH v4 07/17] board_f: Introduce arch_setup_bdinfo initcall
` [PATCH v4 08/17] board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo
` [PATCH v4 09/17] board_f: Move sram bdinfo assignments to generic code
` [PATCH v4 10/17] board_f: m68k: Factor out m68k-specific bdinfo setup
` [PATCH v4 11/17] board_f: ppc: Factor out ppc-specific "
` [PATCH v4 12/17] board_f: Remove setup_board_part1
` [PATCH v4 13/17] dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe
` [PATCH v4 14/17] drivers: serial: Make serial_initialize return int
` [PATCH v4 15/17] common/board_r: Remove initr_serial wrapper
` [PATCH v4 16/17] blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC
` [PATCH v4 17/17] common/board_r: Move blkcache_init call earlier in the boot sequence

[PATCH] xilinx: Setup bootm variables
 2020-07-24 12:14 UTC  (2+ messages)

[PATCH v2 1/3] armv8: gpio: add gpio feature
 2020-07-24 11:03 UTC  (3+ messages)
` [PATCH v2 2/3] dm: armv8: gpio: include <asm/arch/gpio.h> for fsl-layerscape
` [PATCH v2 3/3] gpio: mpc8xxx: support fsl-layerscape platform

[PATCH 0/7] rockchip: Add Engicam PX30.Core support
 2020-07-24 10:51 UTC  (8+ messages)
` [PATCH 1/7] arm: dts: rockchip: px30: Add Engicam EDIMM2.2 Starter Kit
` [PATCH 2/7] arm: dts: rockchip: Add Engicam PX30.Core SOM
` [PATCH 3/7] rockchip: px30: Add EVB_PX30 Kconfig help
` [PATCH 4/7] rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit
` [PATCH 5/7] arm: dts: rockchip: px30: Add Engicam C.TOUCH 2.0 10.1" OF
` [PATCH 6/7] rockchip: Add Engicam PX30.Core "
` [PATCH 7/7] doc: rockchip: Document Rockchip miniloader flashing

[PATCH v4 0/6] Introduce DSA Ethernet switch class and Felix driver
 2020-07-24 10:30 UTC  (6+ messages)
` [PATCH v4 2/6] drivers: net: add a DSA sandbox driver
` [PATCH v4 6/6] configs: ls1028a: enable the Ethernet switch driver in defconfig

[PATCH v1 00/24] arm: Introduce Marvell/Cavium OcteonTX/TX2
 2020-07-24 10:08 UTC  (25+ messages)
` [PATCH v1 01/24] fdtdec: Add API to read pci bus-range property
` [PATCH v1 02/24] pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always set
` [PATCH v1 03/24] pci: pci-uclass: Dynamically allocate the PCI regions
` [PATCH v1 04/24] pci: pci-uclass: Fix incorrect argument in map_sysmem
` [PATCH v1 05/24] pci: pci-uclass: Make DT subnode parse optional
` [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions
` [PATCH v1 07/24] pci: pci-uclass: Add support for Enhanced Allocation in Bridges
` [PATCH v1 08/24] pci: pci-uclass: Add support for Single-Root I/O Virtualization
` [PATCH v1 09/24] pci: pci-uclass: Add VF BAR map support for Enhanced Allocation
` [PATCH v1 10/24] pci: pci-uclass: Add support for Alternate-RoutingID capability
` [PATCH v1 11/24] pci: pci-uclass: Check validity of ofnode
` [PATCH v1 12/24] arm: include/asm/io.h: Add 64bit clrbits and setbits helpers
` [PATCH v1 13/24] arm: octeontx: Add headers for OcteonTX
` [PATCH v1 14/24] arm: octeontx2: Add headers for OcteonTX2
` [PATCH v1 15/24] ata: ahci: Add BAR index quirk for Cavium PCI SATA device
` [PATCH v1 16/24] pci: Add PCI controller driver for OcteonTX / TX2
` [PATCH v1 17/24] mmc: Remove static qualifier on mmc_power_init
` [PATCH v1 18/24] mmc: Add MMC controller driver for OcteonTX / TX2
` [PATCH v1 19/24] mtd: nand: Add NAND controller driver for OcteonTX
` [PATCH v1 20/24] net: Add NIC "
` [PATCH v1 21/24] net: Add NIC controller driver for OcteonTX2
` [PATCH v1 22/24] watchdog: Add reset support for OcteonTX / TX2
` [PATCH v1 23/24] arm: octeontx: Add support for OcteonTX SoC platforms
` [PATCH v1 24/24] arm: octeontx2: Add support for OcteonTX2 "

[PATCH 1/4] firmware: add new driver for SCMI firmwares
 2020-07-24  9:54 UTC  (6+ messages)
  ` [PATCH 2/4] dt-bindings: arm: SCMI bindings documentation
  ` [PATCH 3/4] clk: add clock driver for SCMI agents

[PATCH] stm32mp1: mmu_set_region_dcache_behaviour
 2020-07-24  9:21 UTC 

[PATCH 1/1] mtd: cfi_flash: read device tree correctly
 2020-07-24  9:14 UTC  (2+ messages)

[PATCH] arm: stm32mp: move dbgmcu_init call when DT is ready
 2020-07-24  9:13 UTC 

[PATCH 1/3] armv8: gpio: add gpio feature
 2020-07-24  8:52 UTC  (3+ messages)
` [PATCH 3/3] gpio: mpc8xxx: support fsl-layerscape platform

[PATCH v4 0/5] add DM based reset driver for SiFive SoC's
 2020-07-24  8:47 UTC  (7+ messages)
` [PATCH v4 1/5] dt-bindings: prci: add indexes for reset signals available in prci
` [PATCH v4 2/5] fu540: prci: use common reset indexes defined in binding header
` [PATCH v4 3/5] fu540: dtsi: add reset producer and consumer entries
` [PATCH v4 4/5] sifive: reset: add DM based reset driver for SiFive SoC's
` [PATCH v4 5/5] configs: reset: fu540: enable dm reset framework for SiFive

[PATCH 0/6] riscv: Clean up timer drivers
 2020-07-24  8:03 UTC  (20+ messages)
` [PATCH 2/6] riscv: Rework Andes PLMT as a UCLASS_TIMER driver
` [PATCH 5/6] riscv: Update Kendryte device tree for new CLINT driver
` [PATCH 6/6] riscv: Update SiFive "

[PATCH 1/2] Kconfig: add SPL_LOAD_FIT_ADDRESS
 2020-07-24  7:10 UTC  (3+ messages)
` [PATCH 2/2] configs: migrate CONFIG_SPL_LOAD_FIT_ADDRESS to defconfigs

[PATCH] arm64: zynqmp: Fix zynqmp mini qspi max frequency
 2020-07-24  7:06 UTC 

[PATCH] mmc: zynq: Fix default value for xlnx,mio-bank
 2020-07-24  7:03 UTC 

[PATCH v4] riscv: Make SiFive HiFive Unleashed board boot again
 2020-07-24  7:02 UTC  (4+ messages)

[PATCH] xilinx: Fix xlnx,mio_bank property
 2020-07-24  7:01 UTC 

[PATCH 0/1] Fix SPL_EARLY_BSS applying to normal build
 2020-07-24  6:54 UTC  (3+ messages)
` [PATCH 1/1] arm: Add SPL build check to SPL early bss clear

[PATCH] cmd: host: return value of do_host_bind()
 2020-07-24  6:29 UTC 

[PATCH] Fix data abort caused by mis-aligning fit data in
 2020-07-24  5:19 UTC 

[PATCH v3 0/2] Basic Kontron SMARC-sAL28 board support
 2020-07-24  4:09 UTC  (3+ messages)
` [PATCH v3 2/2] board: kontron: add sl28 support

[PATCH v2] ls1028a: use default scan_dev_for_boot
 2020-07-24  2:43 UTC  (2+ messages)
` [EXT] "

Improvements to FIT ciphering
 2020-07-24  2:06 UTC 

[PATCH] env/fat.c: allow loading from a FAT partition on the MMC boot device
 2020-07-23 23:18 UTC  (2+ messages)

Can't access mmc #0 on mt7623 when booted from external SD
 2020-07-23 23:18 UTC  (13+ messages)
                    ` [PATCH] pinctrl: mediatek: add PUPD/R0/R1 support for MT7623

[PATCH 1/3] board: mediatek: fix mmc_get_boot_dev() for platforms without external SD
 2020-07-23 23:17 UTC  (3+ messages)
` [PATCH 3/3] board: mediatek: Add support for UniElec U7623 board

[PATCH] board: ti: am65x: Update fdt fixup logic for interconnect nodes
 2020-07-23 22:56 UTC 

[PATCH 0/1] fw_setenv always locks flash whenever it tries to write
 2020-07-23 22:20 UTC  (2+ messages)

[PATCH] ram: rockchip: Disable debug output of RAM init by default
 2020-07-23 21:35 UTC 

[PATCH] dm: Fix build error when OF_CONTROL is not set
 2020-07-23 18:38 UTC  (3+ messages)

Pull request for UEFI sub-system for efi-2020-10-rc1 (5)
 2020-07-23 18:36 UTC  (2+ messages)

[PATCH v5 0/6] ARM: arbitrary virtual-physical mappings for RPi4 XHCI support
 2020-07-23 16:32 UTC  (4+ messages)
  ` [PATCH v5 3/6] arm: provide a function for boards init code to modify MMU virtual-physical map

[PATCH v2] efi_loader: Enable run-time variable support for tee based variables
 2020-07-23 15:55 UTC  (2+ messages)

[PATCH v4 00/16] efi_loader: add capsule update support
 2020-07-23 15:54 UTC  (5+ messages)
` [PATCH v4 06/16] efi_loader: define UpdateCapsule api
` [PATCH v4 07/16] efi_loader: capsule: add capsule_on_disk support

Debian boot failure with UEFI runtime variables enabled
 2020-07-23 15:38 UTC  (7+ messages)

[PATCH v2 00/14] toradex: imx: fixes and updates for v2020.10
 2020-07-23 15:16 UTC  (3+ messages)

[PATCH 1/1] efi_loader: efi_current_var after SetVirtualAddressMap
 2020-07-23 14:33 UTC 

Pull request: u-boot-rockchip-20200722
 2020-07-23 12:35 UTC  (2+ messages)

[PATCH] i2c: octeon_i2c: Misc fixes for ARM Octeon TX2 support
 2020-07-23 12:09 UTC 

[PATCH v2 0/4] Support for specifying extra IOMMU mappings for PCI
 2020-07-23 12:08 UTC  (5+ messages)
` [PATCH v2 1/4] pci: layerscape: move per-pci device fdt fixup in a function
` [PATCH v2 2/4] pci: layerscape: move pci node search in a common function
` [PATCH v2 3/4] pci: add a few ARI and SRIOV related defines
` [PATCH v2 4/4] pci: layerscape: add a way of specifying additional iommu mappings

[PATCH v2] dm: Fix build error when OF_CONTROL is not set
 2020-07-23 12:01 UTC 

[PATCH v4 1/1] cmd: gpt: add eMMC and GPT support
 2020-07-23 12:00 UTC 

[PATCH v3 1/1] cmd: gpt: add eMMC and GPT support
 2020-07-23 11:59 UTC  (3+ messages)

[PATCH] efi_loader: Enable run-time variable support for tee based variables
 2020-07-23 11:10 UTC  (3+ messages)

[PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon
 2020-07-23 10:07 UTC  (7+ messages)

[PATCH] ls1028a: fix EFI boot
 2020-07-23  9:43 UTC  (5+ messages)
      ` [EXT] "

[PATCH 0/5] Add support for a series of MikroTik CRS3xx switches
 2020-07-23  8:56 UTC  (6+ messages)
` [PATCH 1/5] arm: mvebu: Add CRS305-1G-4S Bit board
` [PATCH 2/5] arm: mvebu: Add CRS326-24G-2S board
` [PATCH 3/5] arm: mvebu: Add CRS328-4C-20S-4S board
` [PATCH 4/5] arm: mvebu: crs3xx-98dx3236: Add a maintainer
` [PATCH 5/5] arm: mvebu: Update CRS305-1G-4S board flash layout


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