public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-06-05 10:05:52 to 2019-06-07 15:40:17 UTC [more...]

[U-Boot] Pull request, u-boot-tegra/master
 2019-06-07 15:40 UTC  (4+ messages)

[U-Boot] [PATCH] rpi: increase SYS_BOOTM_LEN to 64M
 2019-06-07 15:04 UTC 

[U-Boot] [PATCH] aspeed/watchdog: Correct timeout value
 2019-06-07 14:57 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls1028a: define the integrated PCI bus (ECAM)
 2019-06-07 14:41 UTC  (6+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v2 00/16] arm: k3: arm64: Initial support for Texas Instrument's J721E Platform
 2019-06-07 14:01 UTC  (17+ messages)
` [U-Boot] [PATCH v2 01/16] arm: K3: j721e: Add basic support for J721E SoC definition
` [U-Boot] [PATCH v2 02/16] armv7R: K3: j721e: Add support for boot device detection
` [U-Boot] [PATCH v2 03/16] armv7R: K3: j721e: Unlock all applicable control MMR registers
` [U-Boot] [PATCH v2 04/16] armv7R: K3: j721e: Store boot index from ROM
` [U-Boot] [PATCH v2 05/16] armv7R: K3: j721e: Shut down R5 core after ATF startup on A72
` [U-Boot] [PATCH v2 06/16] armv7R: K3: j721e: Load SYSFW binary and config from boot media
` [U-Boot] [PATCH v2 07/16] armv8: K3: j721e: Add custom MMU support
` [U-Boot] [PATCH v2 08/16] board: ti: j721e: Add board support for j721e evm
` [U-Boot] [PATCH v2 09/16] board: ti: j721e: Enable fixing up msmc sram node
` [U-Boot] [PATCH v2 10/16] mmc: am654_sdhci: Separate J721E compatible into 8bit and 4bit versions
` [U-Boot] [PATCH v2 11/16] dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721E
` [U-Boot] [PATCH v2 12/16] arm: dts: ti: Add Support for J721E SoC
` [U-Boot] [PATCH v2 13/16] arm: dts: k3-j721e: Add initial support for common processor board
` [U-Boot] [PATCH v2 14/16] arm: dts: k3-j721e: Add r5 specific dt support
` [U-Boot] [PATCH v2 15/16] configs: j721e_evm_r5: Add initial support
` [U-Boot] [PATCH v2 16/16] configs: j721e_evm_a72: "

[U-Boot] [PATCH v2 0/5] remoteproc: cleanup k3_rpoc driver
 2019-06-07 13:55 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] cmd: remoteproc: Add support for initializing devices individually
` [U-Boot] [PATCH v2 2/5] cmd: remoteproc: Allow list command to print the probed devices
` [U-Boot] [PATCH v2 3/5] remoteproc: tisci: add TI-SCI processor control helper functions
` [U-Boot] [PATCH v2 4/5] remoteproc: k3_rproc: Update the driver to use ti_sci_proc helpers
` [U-Boot] [PATCH v2 5/5] remoteproc: k3_rproc: Rename to ti_k3_arm64_rproc

[U-Boot] [PATCH v3 0/9] arm: k3: Allow for exclusive and shared device requests
 2019-06-07 13:54 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] firmware: ti_sci: Allow for device shared and exclusive requests
` [U-Boot] [PATCH v3 2/9] firmware: ti_sci: Add processor shutdown API method
` [U-Boot] [PATCH v3 3/9] firmware: ti_sci: Add a command for releasing all exclusive devices
` [U-Boot] [PATCH v3 4/9] armv7R: K3: am654: Shut down R5 core after ATF startup on A53
` [U-Boot] [PATCH v3 5/9] armv7R: k3: Release all the exclusive devices
` [U-Boot] [PATCH v3 6/9] power-domain: Add private data to power domain
` [U-Boot] [PATCH v3 7/9] dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared access
` [U-Boot] [PATCH v3 8/9] power: domain: ti_sci_power_domains: "
` [U-Boot] [PATCH v3 9/9] arm: dts: k3-am654: Update power-domains property for each node

[U-Boot] Kconfig options for several boards
 2019-06-07 13:42 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/5] net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver
 2019-06-07 12:55 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] net: macb: Fixed reading MII_LPA register
 2019-06-07 11:18 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] net: macb: Add support for 1000-baseX

[U-Boot] [PATCH] ids8313: Disable SPI
 2019-06-07  9:46 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2019-06-07  9:33 UTC  (8+ messages)

[U-Boot] [PATCH] ids8313: Start DM/DT conversion
 2019-06-07  9:12 UTC  (3+ messages)

[U-Boot] [PATCH] clk: sifive: fu540-prci: align primary DT match string to the DT bindings
 2019-06-07  8:35 UTC  (5+ messages)

[U-Boot] [PATCH v1 0/2] Add SDHCI card detection support
 2019-06-07  8:35 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/2] mmc: sdhci: Implement SDHCI card detect
` [U-Boot] [PATCH v1 2/2] mmc: sdhci: Read sdhci card detect properties from DT

[U-Boot] [PATCH 1/2] drivers: pci: add map_bar support for Enhanced Allocation
 2019-06-07  8:24 UTC  (12+ messages)
` [U-Boot] [PATCH 1/4 v2] pci: fixed dm_pci_map_bar comment
  ` [U-Boot] [PATCH 3/4 v2] test: dm: Add a test for PCI Enhanced Allocation
          ` [U-Boot] [PATCH 1/4 v3] pci: fixed dm_pci_map_bar comment
            ` [U-Boot] [PATCH 2/4 v3] drivers: pci: add map_bar support for Enhanced Allocation
            ` [U-Boot] [PATCH 3/4 v3] test: dm: Add a test for PCI "
            ` [U-Boot] [PATCH 4/4 v3] drivers: pci: add API to issue FLR on a PCI function if supported
  ` [U-Boot] [PATCH 4/4 v2] "

[U-Boot] [PATCH 0/4] nand: davinci: enable driver model for NAND
 2019-06-07  8:16 UTC  (7+ messages)
` [U-Boot] [PATCH 1/4] nand: davinci: make davinci_nand_init() static
` [U-Boot] [PATCH 2/4] nand: davinci: add support for driver model
` [U-Boot] [PATCH 3/4] davinci: omapl138-lcdk: enable driver model for NAND
` [U-Boot] [PATCH 4/4] davinci: da850-evm: "

[U-Boot] [PATCH] mmc: Avoid HS400 mode when accessing boot partitions
 2019-06-07  7:53 UTC  (7+ messages)

[U-Boot] [PATCHv3] ARM: zynq: Add configuration for Z-turn board
 2019-06-07  7:36 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] efi_loader: correct event signaling
 2019-06-07  6:22 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] efi_loader: RegisterProtocolNotify "
` [U-Boot] [PATCH 2/3] efi_loader: SignalEvent for event in signaled state
` [U-Boot] [PATCH 3/3] efi_loader: event signaling in ExitBootServices

[U-Boot] [PATCH v2] pci: Avoid assigning PCI resources that are below 0x1000
 2019-06-07  5:50 UTC  (2+ messages)

[U-Boot] [PATCH v7 00/15] Add Support for eMMC in Am65x-evm
 2019-06-07  3:37 UTC  (17+ messages)
` [U-Boot] [PATCH v7 01/15] arm64: dts: k3: Sync sdhci0 node from kernel and change driver name
` [U-Boot] [PATCH v7 02/15] mmc: am654_sdhci: Remove quirks
` [U-Boot] [PATCH v7 03/15] regmap: Add API regmap_init_mem_index()
` [U-Boot] [PATCH v7 04/15] mmc: sdhci: Add support for sdhci-caps-mask
` [U-Boot] [PATCH v7 05/15] mmc: sdhci: Make sdhci_set_clock() non static
` [U-Boot] [PATCH v7 06/15] arm: dts: k3: Add phy specific properties to SD card node
` [U-Boot] [PATCH v7 07/15] mmc: sdhci: Make set_ios_post() return int
` [U-Boot] [PATCH v7 08/15] mmc: am654_sdhci: Add Support for PHY
` [U-Boot] [PATCH v7 09/15] configs: am65x_evm: Enable CONFIG_REGMAP
` [U-Boot] [PATCH v7 10/15] mmc: am654_sdhci: Use f_max in mmc_config
` [U-Boot] [PATCH v7 11/15] mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
` [U-Boot] [PATCH v7 12/15] mmc: am654_sdhci: Add a platform specific set_control_reg() callback
` [U-Boot] [PATCH v7 13/15] configs: am65x: Add configs to support environment in eMMC
` [U-Boot] [PATCH v7 14/15] am65x_evm: Add Support for creating a filesystem GPT partition "
` [U-Boot] [PATCH v7 15/15] configs: am65x_evm_a53: Add Support for creating GPT partitions

[U-Boot] Pull request for UEFI sub-system for v2019.07-rc4 (2)
 2019-06-07  0:13 UTC  (2+ messages)

[U-Boot] Did anything ever happen with mvmdio / marvell xsmi support?
 2019-06-06 19:09 UTC 

[U-Boot] [PATCH] MAINTAINERS: change Ramon Fried email address
 2019-06-06 18:35 UTC 

[U-Boot] [PATCH V2 0/7] ARM: imx: Update Novena to DM/DT
 2019-06-06 17:17 UTC  (3+ messages)

[U-Boot] [PATCH] arm: imx8: factor out uart init code
 2019-06-06 17:08 UTC 

[U-Boot] [PATCH] net: eth-uclass: No warning for using ROM MAC
 2019-06-06 16:19 UTC 

[U-Boot] [PATCH v6 00/15] Add Support for eMMC in Am65x-evm
 2019-06-06 13:36 UTC  (5+ messages)

[U-Boot] ARMv8 switching CPUs into EL1
 2019-06-06 13:15 UTC 

[U-Boot] [PATCH v2] armv8: ls1046afrwy: Add support for LS1046AFRWY platform
 2019-06-06 12:35 UTC 

[U-Boot] [PATCH v5 0/5] net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver
 2019-06-06 12:13 UTC  (6+ messages)
` [U-Boot] [PATCH v5 1/5] driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addr
` [U-Boot] [PATCH v5 2/5] net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver
` [U-Boot] [PATCH v5 3/5] arm64: dts: ti: k3-am65: add mcu cpsw node
` [U-Boot] [PATCH v5 4/5] arm64: dts: k3-am654-base-board: add mcu cpsw nuss pinmux and phy defs
` [U-Boot] [PATCH v5 5/5] configs: am65x_evm_a53: enable networking

[U-Boot] [PATCH 1/1] colibri imx6/t20: enable CONFIG_SYS_WHITE_ON_BLACK
 2019-06-06 10:52 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] colibri_imx7: fastboot support
 2019-06-06 10:36 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/2] power: pmic: Kconfig: Add SPL_PMIC configs for palmas/lp873x/lp87565
 2019-06-06 10:36 UTC  (2+ messages)
` [U-Boot] [PATCH v3 2/2] power: regulator: Kconfig: Add SPL_DM_REGULATOR "

[U-Boot] [PATCH] usb: dwc3: Handle case where setup_phy is not needed
 2019-06-06 10:13 UTC  (8+ messages)

[U-Boot] [PATCH v8 1/3] rockchip: rk3399: Add Nanopi NEO4 board support
 2019-06-06  9:55 UTC  (5+ messages)
` [U-Boot] [PATCH v8 2/3] rockchip: rk3399: Add Rockpro64 "

[U-Boot] [PATCH v3] riscv: add Kconfig entries for the F and D ISA extensions support
 2019-06-06  9:06 UTC 

[U-Boot] [PATCH 1/2] arm: i.MX: Add CMD_NANDBCB Kconfig entry
 2019-06-06  8:59 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] i.MX6: nand: add nandbcb command for imx

[U-Boot] [PATCH 1/2] watchdog: Split WDT from SPL_WDT
 2019-06-06  8:28 UTC  (10+ messages)

[U-Boot] [PATCH 0/6] imx8: support container
 2019-06-06  8:05 UTC  (24+ messages)
` [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX container format file
    ` [U-Boot] [EXT] "

[U-Boot] [PATCH v2] lib: Makefile: build fdtdec_common.c when OF_LIBFDT selected
 2019-06-06  7:59 UTC 

[U-Boot] i.MX8MM mapped register access causes crashes
 2019-06-06  7:26 UTC  (6+ messages)

[U-Boot] [PATCH 1/3] board/friendlyarm: Add support for friendlyarm nanopi neo4 board
 2019-06-06  6:17 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] NC-SI PHY Support
 2019-06-06  4:49 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] phy: Add support for the NC-SI protocol
` [U-Boot] [PATCH 2/4] phy: Include NC-SI in phy setup
` [U-Boot] [PATCH 3/4] net/ftgmac100: Add NC-SI mode support
` [U-Boot] [PATCH 4/4] net: NC-SI setup and handling

[U-Boot] x86: SPI flash broken with SPI NOR
 2019-06-06  4:20 UTC  (7+ messages)

[U-Boot] [PATCH] lib: Makefile: build fdtdec_common.c when OF_LIBFDT selected
 2019-06-06  2:48 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] spl: Move SPL_MMC_TINY option to appear under SPL menu
 2019-06-05 20:30 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] mmc: Register only the first MMC device on MMC_TINY

[U-Boot] [PATCH] board/km: update maintainer e-mail
 2019-06-05 19:51 UTC  (2+ messages)

[U-Boot] [PATCH V2] ARM: DTS: imx6q-logicpd: Resync with Linux 5.1
 2019-06-05 19:51 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: davinci: Remove ipam390 linker script from Kconfig
 2019-06-05 19:51 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/2] ARM: davinci: omapl138_lcdk: fix MMC/SD boot breakage
 2019-06-05 19:51 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/2] ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversion
` [U-Boot] [PATCH v3 2/2] ARM: davinci: SPL: fix BSS initialization

[U-Boot] [PATCH V2] arm: omap3: Manually initialize GPIO if OF_CONTROL doesn't
 2019-06-05 19:51 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: da850evm: Fix reading MAC from SPI
 2019-06-05 19:51 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/2] davinci: remove leftover low-level routines
 2019-06-05 19:51 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] configs/legoev3: define CONFIG_SKIP_LOWLEVEL_INIT
` [U-Boot] [PATCH v2 2/2] arm: davinci: remove leftover assembly

[U-Boot] [PATCH] cmd/led: check subcommand "list" instead "l"
 2019-06-05 19:51 UTC  (2+ messages)

[U-Boot] [PATCH] board: am335x/mux: configure the pins for 8-bit data transfer on MMC1
 2019-06-05 19:51 UTC  (2+ messages)

[U-Boot] [PATCH] board/BuR/common: fix detection for PSC/STM resetcontroller
 2019-06-05 19:50 UTC  (2+ messages)

[U-Boot] [PATCH] doc: Remove duplicated documentation directory
 2019-06-05 18:18 UTC 

[U-Boot] Using fw_setenv to set negative numbers
 2019-06-05 16:21 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/12] System Firmware Loader for TI K3 family SoCs
 2019-06-05 15:15 UTC  (3+ messages)

[U-Boot] [PATCH] pci: Avoid assigning PCI resources that are below 0x1000
 2019-06-05 14:42 UTC  (4+ messages)

[U-Boot] Pull request: u-boot-riscv/master
 2019-06-05 14:24 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell/master
 2019-06-05 14:24 UTC  (2+ messages)

[U-Boot] RSA in U-Boot
 2019-06-05 14:04 UTC  (11+ messages)

[U-Boot] [RFC 0/6] Convert mxsfb to DM_VIDEO
 2019-06-05 13:55 UTC  (5+ messages)
` [U-Boot] [RFC 5/6] ARM: dts: colibri_imx7: Add lcdif node

[U-Boot] [PATCH] imx: Select the pinctrl drivers when DM is used
 2019-06-05 13:48 UTC  (3+ messages)

[U-Boot] sf probe failed on Intel DNV-NS platform
 2019-06-05 13:45 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] Enable usage of SDP for i.MX6 Sabre Auto Boards
 2019-06-05 12:23 UTC  (10+ messages)
` [U-Boot] [PATCH v2 3/3] usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

[U-Boot] [PATCH v2 0/9] miscellaneous ubispl and ubi improvements
 2019-06-05 10:39 UTC  (2+ messages)

[U-Boot] [RFC 0/6] efi_loader: support runtime variable access via cache
 2019-06-05 10:34 UTC  (2+ messages)

[U-Boot] Uboot send pull request
 2019-06-05 10:31 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] riscv: qemu: Enable PCI host ECAM generic driver
 2019-06-05 10:07 UTC  (10+ messages)


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