public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-03-03 17:02:10 to 2019-03-05 16:23:06 UTC [more...]

[U-Boot] [PATCH v11 0/9] Add support for loading FPGA bitstream
 2019-03-05 16:23 UTC  (6+ messages)
` [U-Boot] [PATCH v11 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v11 2/9] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v11 3/9] ARM: socfpga: Cleaning up the messages
` [U-Boot] [PATCH v11 4/9] ARM: socfpga: Move the watchdog reset to the looping location
` [U-Boot] [PATCH v11 5/9] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading

[U-Boot] [PATCH v3 00/13] net: Add Allwinner EMAC CLK, RESET support
 2019-03-05 16:16 UTC  (4+ messages)
` [U-Boot] [PATCH v3 03/13] net: sun8i_emac: Retrieve GMAC clock via 'syscon' phandle

[U-Boot] [PATCH v10 0/9] Add support for loading FPGA bitstream
 2019-03-05 15:56 UTC  (12+ messages)
` [U-Boot] [PATCH v10 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v10 2/9] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v10 3/9] ARM: socfpga: Cleaning up the messages
` [U-Boot] [PATCH v10 4/9] ARM: socfpga: Move the watchdog reset to the looping location
` [U-Boot] [PATCH v10 5/9] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH v10 6/9] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK
` [U-Boot] [PATCH v10 7/9] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH v10 8/9] ARM: socfpga: Synchronize the configuration for A10 SoCDK
` [U-Boot] [PATCH v10 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

[U-Boot] [PATCH v10 0/9] Add support for loading FPGA bitstream
 2019-03-05 15:42 UTC  (11+ messages)
` [U-Boot] [PATCH v10 1/9] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v10 2/9] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v10 3/9] ARM: socfpga: Cleaning up the messages
` [U-Boot] [PATCH v10 4/9] ARM: socfpga: Move the watchdog reset to the looping location
` [U-Boot] [PATCH v10 5/9] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading
` [U-Boot] [PATCH v10 6/9] ARM: socfpga: Add the configuration for FPGA SoCFPGA A10 SoCDK
` [U-Boot] [PATCH v10 7/9] spl : socfpga: Implement fpga bitstream loading with socfpga loadfs
` [U-Boot] [PATCH v10 8/9] ARM: socfpga: Synchronize the configuration for A10 SoCDK
` [U-Boot] [PATCH v10 9/9] ARM: socfpga: Increase Malloc pool size to support FAT filesystem in SPL

[U-Boot] [PATCH v2] misc: fs_loader: Replace label with DT phandle
 2019-03-05 15:29 UTC 

[U-Boot] rpi: bcm2835_sdhost: occasional errors while writing
 2019-03-05 12:36 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] Add network support for Jaguar2 SoCs
 2019-03-05 11:57 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] net: Add MSCC Jaguar2 network driver
` [U-Boot] [PATCH 2/4] board: mscc: jr2: Update MSCC Jaguar2 boards
` [U-Boot] [PATCH 3/4] net: mscc: jaguar2: Add ethenet nodes for Jaguar2
` [U-Boot] [PATCH 4/4] configs: mscc_jr2: Add network support

[U-Boot] [PATCH v2 1/2] efi_loader: Fix serial console size detection
 2019-03-05 11:50 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] efi_loader: Fix possible starving in efi_cin_read_key

[U-Boot] [PATCH v2 1/6] i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speed
 2019-03-05 11:23 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/6] i2c: rcar_i2c: Add comments about registers & values
` [U-Boot] [PATCH v2 3/6] i2c: rcar_i2c: Fix sending of slave addresses
` [U-Boot] [PATCH v2 4/6] i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer
` [U-Boot] [PATCH v2 5/6] i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer
` [U-Boot] [PATCH v2 6/6] i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover

[U-Boot] [PATCH 1/6] i2c: rcar_i2c: Fix u32 cast warnings
 2019-03-05 10:57 UTC  (15+ messages)
` [U-Boot] [PATCH 2/6] i2c: rcar_i2c: Add comments about registers & values
` [U-Boot] [PATCH 3/6] i2c: rcar_i2c: Fix sending of slave addresses
` [U-Boot] [PATCH 4/6] i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer
` [U-Boot] [PATCH 5/6] i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer
` [U-Boot] [PATCH 6/6] i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover

[U-Boot] [PATCH v1] mmc: dwmmc: Enable small delay before returning error
 2019-03-05 10:52 UTC  (10+ messages)

[U-Boot] [PATCH v3 0/9] arm: exynos: Fix reboot on Odroid HC1
 2019-03-05 10:16 UTC  (3+ messages)

[U-Boot] [PATCH 0/6] - Add Ethernet support for stm32mpu
 2019-03-05 10:09 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] stm32mp1: clk: use the correct identifier for ethck
` [U-Boot] [PATCH 2/6] board: stm32mp1: Add board_interface_eth_init
` [U-Boot] [PATCH 3/6] net: dwc_eth_qos: add Ethernet stm32mp1 support
` [U-Boot] [PATCH 4/6] ARM: dts: stm32: Add Ethernet support on stm32mp1
` [U-Boot] [PATCH 5/6] stm32mp1: Add Ethernet support for stm32mp1 board
` [U-Boot] [PATCH 6/6] configs: stm32mp15: Enable Ethernet feature

[U-Boot] [PATCH 1/1] Set environment location to ENVL_NOWHERE with CONFIG_ENV_IS_NOWHERE
 2019-03-05  9:29 UTC 

[U-Boot] [PATCH v1 0/2] Allow platform specific service handling on PSCI
 2019-03-05  7:18 UTC  (2+ messages)

[U-Boot] PULL request for the UEFI subsystem for v2019.04-rc4
 2019-03-05  7:13 UTC 

[U-Boot] [U-Boot, V2, PATCH 3/3] mips: fix erros on registers macros of pll-ddr-config1-nfrac for QCA956X
 2019-03-05  7:04 UTC 

[U-Boot] [U-Boot, V2, PATCH 2/3] mips: add initial support for qca956x referenced board
 2019-03-05  7:04 UTC 

[U-Boot] [U-Boot, V2, PATCH 1/3] ag7xxx: add initial support for s17
 2019-03-05  7:04 UTC 

[U-Boot] [PATCH] configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable
 2019-03-05  6:09 UTC 

[U-Boot] [RFC 0/8] efi_loader: rework bootefi/bootmgr
 2019-03-05  5:53 UTC  (9+ messages)
` [U-Boot] [RFC 1/8] efi_loader: boottime: don't add device path protocol to image handle
` [U-Boot] [RFC 2/8] efi_loader: boottime: export efi_[un]load_image()
` [U-Boot] [RFC 3/8] efi_loader: bootmgr: return pointer and size of buffer in loading
` [U-Boot] [RFC 4/8] cmd: bootefi: move do_bootefi_bootmgr_exec() forward
` [U-Boot] [RFC 5/8] cmd: bootefi: carve out fdt handling
` [U-Boot] [RFC 6/8] cmd: bootefi: carve out efi_selftest code from do_bootefi()
` [U-Boot] [RFC 7/8] cmd: bootefi: rework do_bootefi(), using load_image API
` [U-Boot] [RFC 8/8] cmd: add efibootmgr command

[U-Boot] [PATCH 1/6] ARM: rmobile: Imply clock drivers per SoC
 2019-03-05  3:36 UTC  (6+ messages)
` [U-Boot] [PATCH 6/6] ARM: rmobile: Sync Gen3 defconfigs

[U-Boot] [PATCH 1/4] lib: fdt: Split fdtdec_setup_mem_size_base()
 2019-03-05  3:25 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] lib: fdt: Split fdtdec_setup_memory_banksize()
` [U-Boot] [PATCH 3/4] ARM: renesas: Save boot parameters passed in by ATF
` [U-Boot] [PATCH 4/4] ARM: renesas: Configure DRAM size from ATF DT fragment

[U-Boot] [PATCH v2 5/5] cmd: run: add "-e" option to run an EFI application
 2019-03-05  2:48 UTC  (11+ messages)

[U-Boot] [ANN] U-Boot v2019.04-rc3 released
 2019-03-05  2:48 UTC 

[U-Boot] [PULL] u-boot-sh/master
 2019-03-05  2:48 UTC  (2+ messages)

[U-Boot] [PULL] U-boot-atmel 2019.04-a
 2019-03-05  2:48 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2019-03-05  2:47 UTC  (2+ messages)

[U-Boot] Please pull u-boot-mpc85xx.git master
 2019-03-05  2:47 UTC  (2+ messages)

[U-Boot] [PATCH RESEND 01/10] pinctrl: imx8: add i.MX8QM compatible
 2019-03-05  2:32 UTC  (10+ messages)
` [U-Boot] [PATCH RESEND 02/10] dt-bindings: pinctrl: add i.MX8QM pads definition
` [U-Boot] [PATCH RESEND 03/10] dt-bindings: clock: dt-bindings: pinctrl: add i.MX8QM clocks definition
` [U-Boot] [PATCH RESEND 04/10] arm: dts: introduce dtsi for i.MX8QM
` [U-Boot] [PATCH RESEND 05/10] imx8: add cpu support
` [U-Boot] [PATCH RESEND 06/10] clk: imx8: split code into common and soc specific part
` [U-Boot] [PATCH RESEND 07/10] clk: imx8: add i.MX8QM clk driver
` [U-Boot] [PATCH RESEND 08/10] imx8: imx8-pins: add i.MX8QM
` [U-Boot] [PATCH RESEND 09/10] misc: imx8: scu: add i.MX8QM support
` [U-Boot] [PATCH RESEND 10/10] imx: support i.MX8QM MEK board

[U-Boot] [PATCH v2 0/1] efi_loader: support BootNext and BootCurrent
 2019-03-05  1:58 UTC  (2+ messages)
` [U-Boot] [PATCH v2 1/1] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior

[U-Boot] [PATCH 1/2] configs: stm32f746-disco: Enable SPI_FLASH_MACRONIX
 2019-03-04 23:15 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] board: stm32f746-disco: Get MII/RMII phy_mode from DT

[U-Boot] [PATCH v4 00/22] imx: vybrid: Update BK4 and PCM052 boards to only use DM/DTS
 2019-03-04 22:35 UTC  (4+ messages)
` [U-Boot] [PATCH v4 22/22] pcm052: bk4: Add board_phy_config() for BK4 to setup ksz8081 phy

[U-Boot] [PATCH] board: fsl: lx2160aqds: modify the phy fixup code
 2019-03-04 22:28 UTC  (2+ messages)

[U-Boot] [PATCH] drivers/net/fec: phy_init: remove redundant logic
 2019-03-04 22:23 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] net: phy: micrel: Use correct skew values on KSZ9021
 2019-03-04 21:49 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] net: phy: micrel: Find Micrel PHY node correctly

[U-Boot] [PATCH v2 0/5] arm: socfpga: stack and Kconfig cleanups
 2019-03-04 21:34 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/5] arm: socfpga: fix comment about SPL memory layout
` [U-Boot] [PATCH v2 2/5] arm: socfpga: a10: move SPL stack size to Kconfig
` [U-Boot] [PATCH v2 3/5] arm: socfpga: put initial U-Boot stack into DDR
` [U-Boot] [PATCH v2 4/5] arm: socfpga: imply/default common config options
` [U-Boot] [PATCH v2 5/5] arm: socfpga: gen5: reduce SPL pre-reloc malloc

[U-Boot] [RFC/RESEND 00/22] Add support for Cavium Octeon-TX CN80XX/CN81XX
 2019-03-04 20:07 UTC  (25+ messages)
` [U-Boot] [RFC/RESEND 01/22] arm: introduce ARCH_THUNDERX
` [U-Boot] [RFC/RESEND 02/22] arm: add thunderx_81xx
` [U-Boot] [RFC/RESEND 03/22] thunderx: add FDT support
` [U-Boot] [RFC/RESEND 04/22] thunderx: add thunderx register definitions and misc functions
` [U-Boot] [RFC/RESEND 05/22] thunderx: move DRAM prints to debug
` [U-Boot] [RFC/RESEND 06/22] dm: pci: add PCI SR-IOV EA support
` [U-Boot] [RFC/RESEND 07/22] fdt: add fdtdec_get_pci_bus_range
` [U-Boot] [RFC/RESEND 08/22] pci: add thunderx pci/ecam driver
` [U-Boot] [RFC/RESEND 09/22] pci: fix pce enumeration on thunderx
` [U-Boot] [RFC/RESEND 10/22] arm: include 64bit io accessors
` [U-Boot] [RFC/RESEND 11/22] gpio: add thunderx gpio driver
` [U-Boot] [RFC/RESEND 12/22] i2c: add thunderx I2C driver
` [U-Boot] [RFC/RESEND 13/22] spi: add thunderx SPI driver
` [U-Boot] [RFC/RESEND 14/22] xhci: add support for cavium thunderx XHCI
` [U-Boot] [RFC/RESEND 15/22] thunderx_81xx: add support for XHCI
` [U-Boot] [RFC/RESEND 16/22] thunderx_81xx: enable usb mass storage and usb ethernet
` [U-Boot] [RFC/RESEND 17/22] ahci: support 64bit systems
` [U-Boot] [RFC/RESEND 18/22] ahci: set n_ports from host caps
` [U-Boot] [RFC/RESEND 19/22] ahci: add support for ThunderX AHCI
` [U-Boot] [RFC/RESEND 20/22] thunderx_81xx: add AHCI support
` [U-Boot] [RFC/RESEND 21/22] net: add thunderx vnic drivers
` [U-Boot] [RFC/RESEND 22/22] pci: auto probe thunderx NIC devices

[U-Boot] [PATCH] drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offset
 2019-03-04 19:21 UTC  (2+ messages)

[U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup
 2019-03-04 19:18 UTC  (2+ messages)

[U-Boot] [RESEND PATCH] net: phy: Reloc next and prev pointers inside phy_drivers
 2019-03-04 19:04 UTC  (2+ messages)

[U-Boot] [RESEND PATCH] net: phy: Fix return value check phy_probe
 2019-03-04 19:04 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Apply correct skew values to KSZ9021 PHYs
 2019-03-04 17:40 UTC 

[U-Boot] SWUpdate - U-Boot environment library dependency
 2019-03-04 16:26 UTC  (3+ messages)
  ` [U-Boot] [swupdate] "

[U-Boot] tools: board config CONFIG_SYS_BOOTM_LEN is being ignored
 2019-03-04 15:30 UTC 

[U-Boot] [PATCH v1] dfu: Avoid declaring unused variables and absent parameters
 2019-03-04 14:04 UTC 

[U-Boot] [PATCH] spi: designware: Change include order
 2019-03-04 12:27 UTC  (2+ messages)

[U-Boot] [PATCH v2] spi: cadence_qspi: Add quad write support
 2019-03-04 12:23 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: update SATA driver to always use DM_SCSI
 2019-03-04 12:22 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] Migrate SPI defines to Kconfig
 2019-03-04 10:51 UTC  (5+ messages)
` [U-Boot] [PATCH 5/7] Convert CONFIG_SF_DEFAULT_* "

[U-Boot] [PATCH 0/9] sunxi: Allow FEL capable SPLs with 32bit builds
 2019-03-04 10:44 UTC  (5+ messages)
` [U-Boot] [PATCH 6/9] sunxi: allow 32-bit builds for 64-bit SoCs

[U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup
 2019-03-04  9:19 UTC 

[U-Boot] [PATCH] board: ls1046qds: Enable PPA for secure boot
 2019-03-04  8:55 UTC  (2+ messages)

[U-Boot] [PATCH] board/freescale: Enable DHCP distro boot for Layerscape board
 2019-03-04  8:55 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] fsl_sec: fix register layout on Layerscape architectures
 2019-03-04  8:53 UTC  (2+ messages)

[U-Boot] [PATCH] configs: fsl: move DDR specific defines to Kconfig
 2019-03-04  8:53 UTC  (3+ messages)

[U-Boot] [PATCH 00/12] nxp: fix dhcp and efi boot support for various socs
 2019-03-04  8:52 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] Add Ethernet support for Poplar board
 2019-03-04  6:28 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] x86: edison: Use proper number of serial interface
 2019-03-04  6:24 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/2] x86: edison: Add the rest of UARTs present on board

[U-Boot] [PATCH v2] x86: acpi: Not every platform has serial console a first device
 2019-03-04  6:24 UTC  (3+ messages)

[U-Boot] [PATCH v1 1/2] x86: acpi: Add DMA descriptors for SPI5 on Intel Tangier
 2019-03-04  6:24 UTC  (6+ messages)
` [U-Boot] [PATCH v1 2/2] x86: acpi: Add DMA descriptors for I2C1 "

[U-Boot] [REGRESSION] tegra124: nyan-big: LPAE not working
 2019-03-04  3:06 UTC  (3+ messages)

[U-Boot] [PATCH 1/9] pinctrl: renesas: Fix r8a779{5, 6, 65} assign to GP7_03/02 of GPSR7
 2019-03-04  0:46 UTC  (9+ messages)
` [U-Boot] [PATCH 2/9] pinctrl: renesas: Fix r8a779{5, 6, 65} rename sel_adg_ to sel_adg
` [U-Boot] [PATCH 3/9] pinctrl: renesas: Remove r8a779{5, 6, 65} CC5_OSCOUT of IP17
` [U-Boot] [PATCH 4/9] pinctrl: renesas: Fix r8a779{6, 65} rename sel_ndfc to sel_ndf
` [U-Boot] [PATCH 5/9] pinctrl: renesas: r8a77990: Fix rename RTSx_N_TANS_x to RTSx_N_x
` [U-Boot] [PATCH 6/9] pinctrl: renesas: r8a77990: Fix MOD_SEL0 bit2 when using RX2, TX2 and SCK2
` [U-Boot] [PATCH 7/9] pinctrl: renesas: r8a77990: Fix MOD_SEL0 bit16 when using NFALE and NFRB_N
` [U-Boot] [PATCH 8/9] pinctrl: renesas: r8a77990: Fix MOD_SEL0 bit3 when using TX0
` [U-Boot] [PATCH 9/9] pinctrl: renesas: r8a77990: Reivse USB ID pin name

[U-Boot] [PATCH] ARM: imx6q_logic: Enable UUID support
 2019-03-03 22:22 UTC 

[U-Boot] [PATCH 0/2] Fix broken ethernet on imx8qxp-mek
 2019-03-03 22:18 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] net: dm: fec: Support phy-reset-post-delay property

[U-Boot] [PATCHv2] ARM: socfpga: fix data and tag latency values for pl310 cache controller
 2019-03-03 17:31 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