public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-11-08 10:13:39 to 2016-11-11 11:50:33 UTC [more...]

[U-Boot] [PATCH] SPI: fixup typo in omap2_spi.c
 2016-11-11 11:50 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/2] rpi: passthrough of the firmware provided FDT blob
 2016-11-11 10:59 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/2] arm: add save_boot_params for ARM1176
` [U-Boot] [PATCH v4 2/2] rpi: passthrough of the firmware provided FDT blob

[U-Boot] [PATCH 0/4] sunxi: Improve the SinA33 support
 2016-11-11 10:30 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4] sunxi: sina33: Enable the LCD

[U-Boot] [PATCH] armv8/fsl-layerscape: Update CONFIG_LS2080A to CONFIG_FSL_LSCH3
 2016-11-11 10:11 UTC 

[U-Boot] [PATCH] imx7: SPI: add suport for SPI flash in mikroBUS slot
 2016-11-11  8:29 UTC  (2+ messages)

[U-Boot] [PATCH] mx6ull_14x14_evk: Add README file
 2016-11-11  8:27 UTC  (4+ messages)

[U-Boot] [PATCH v3] rpi: passthrough of the firmware provided FDT blob
 2016-11-11  5:36 UTC  (2+ messages)

[U-Boot] [PATCH] SPI: add support for the EON EN25Q80B flash chip
 2016-11-10 20:47 UTC 

[U-Boot] [PATCH] arm: sunxi: do not force USB for arch-sunxi
 2016-11-10 19:36 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/5] arm: imx6: Enable Secure Boot (HAB) with SPL Builds
 2016-11-10 19:27 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/5] arm: imx: remove bmode , hdmidet and dek commands from SPL
` [U-Boot] [PATCH v2 2/5] arm: imx: add HAB authentication of image to SPL boot
` [U-Boot] [PATCH v2 3/5] tools: mkimage: add firmware-ivt image type for HAB verification
` [U-Boot] [PATCH v2 4/5] doc: imx6: add section for secure boot with SPL
` [U-Boot] [PATCH v2 5/5] Makefile: preserve output for images that can contain HAB Blocks

[U-Boot] [PATCH] davinci: omapl138_lcdk: keep booting even when MAC address is invalid
 2016-11-10 19:11 UTC  (2+ messages)

[U-Boot] [PATCH 1/3 v3] fsl/ddr: Revise erratum a009942 and clean related erratum
 2016-11-10 17:23 UTC  (2+ messages)

[U-Boot] Add mikroBUS flash click support to the imx7
 2016-11-10 16:41 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] imx7: SPI: add suport for SPI flash in mikroBUS slot
` [U-Boot] [PATCH 2/2] SPI: add support for the EON EN25Q80B flash

[U-Boot] [PATCH RESEND 0/9] sunxi: chip: Enable the DIP auto-detection
 2016-11-10 13:35 UTC  (13+ messages)
` [U-Boot] [PATCH RESEND 1/9] fdtdec: Fix alias retrieval
` [U-Boot] [PATCH RESEND 2/9] sunxi: chip: Add 1-wire node
` [U-Boot] [PATCH RESEND 3/9] w1: Add 1-Wire uclass
` [U-Boot] [PATCH RESEND 4/9] w1: Add 1-Wire gpio driver
` [U-Boot] [PATCH RESEND 5/9] EEPROM: Add an EEPROM uclass
` [U-Boot] [PATCH RESEND 6/9] eeprom: Add DS2431 support
` [U-Boot] [PATCH RESEND 7/9] video: Allow board hook before video init
` [U-Boot] [PATCH RESEND 8/9] sunxi: Add CHIP's DIP support
` [U-Boot] [PATCH RESEND 9/9] config: chip: Enable "

[U-Boot] [PATCH v3] Retrieve MAC address from EEPROM
 2016-11-10 13:24 UTC  (21+ messages)
  ` [U-Boot] [PATCH 01/11] net: dw: Add read_rom_hwaddr net_op hook
  ` [U-Boot] [PATCH 02/11] net: sunxi-emac: Write HW address via function
  ` [U-Boot] [PATCH 03/11] net: sunxi-emac: Add write_hwaddr net_op hook
  ` [U-Boot] [PATCH 04/11] net: sunxi-emac: Add read_rom_hwaddr "
  ` [U-Boot] [PATCH 05/11] net: Add ability to set MAC address via EEPROM to Kconfig
  ` [U-Boot] [PATCH 06/11] arm: sunxi: Use read_rom_hwaddr() to obtain MAC address
  ` [U-Boot] [PATCH 07/11] net: sunxi: Do not inject ethernet addresses into the env
  ` [U-Boot] [PATCH 08/11] net: sunxi: Allow sunxi boards to set the MAC from an EEPROM
  ` [U-Boot] [PATCH 09/11] net: sunxi: Enable eeprom on OLinuXino Lime boards
  ` [U-Boot] [PATCH 10/11] tools: Allow crc8 to be used
  ` [U-Boot] [PATCH 11/11] tools: Add tool to add crc8 to a mac address

[U-Boot] [PATCH] tools: fix mksunxiboot build for tools-all target
 2016-11-10 12:13 UTC 

[U-Boot] [PATCH 0/7] sunxi: Add support for the CHIP Pro
 2016-11-10 11:57 UTC  (19+ messages)
` [U-Boot] [PATCH 1/7] sunxi: Sync GR8 DTS and AXP209 with the kernel
` [U-Boot] [PATCH 2/7] mtd: nand: add support for the TC58NVG2S0H chip
` [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support
` [U-Boot] [PATCH 4/7] tools: sunxi: Add spl image builder
` [U-Boot] [PATCH 5/7] nand: sunxi: Add options for the SPL NAND configuration
` [U-Boot] [PATCH 6/7] scripts: sunxi: Build an raw SPL image
` [U-Boot] [PATCH 7/7] sunxi: Add support for the CHIP Pro

[U-Boot] [PATCH] serial: ns16550: Fix Debug UART initialization for AM335x
 2016-11-10 11:00 UTC 

[U-Boot] [PATCHv2 01/15] configs: ls1021a: enable DT and DM support
 2016-11-10 10:58 UTC  (15+ messages)
` [U-Boot] [PATCHv2 02/15] dm: pci: return the real controller in pci_bus_to_hose()
` [U-Boot] [PATCHv2 03/15] dm: pci: remove pci_bus_to_hose(0) calling
` [U-Boot] [PATCHv2 04/15] arm: ls1021a: add PCIe dts node
` [U-Boot] [PATCHv2 05/15] arm: ls1012a: "
` [U-Boot] [PATCHv2 06/15] armv8: ls1043a: "
` [U-Boot] [PATCHv2 07/15] armv8: ls1046a: "
` [U-Boot] [PATCHv2 08/15] armv8: ls2080a: "
` [U-Boot] [PATCHv2 09/15] pci: layerscape: add pci driver based on DM
` [U-Boot] [PATCHv2 10/15] arm: ls1021a: Enable PCIe in defconfigs
` [U-Boot] [PATCHv2 11/15] arm: ls1012a: Enable PCIe and E1000 "
` [U-Boot] [PATCHv2 12/15] armv8: ls1043a: "
` [U-Boot] [PATCHv2 13/15] armv8: ls1046a: "
` [U-Boot] [PATCHv2 14/15] armv8: ls2080a: Enable PCIe "
` [U-Boot] [PATCHv2 15/15] pci: layerscape: remove unnecessary legacy code

[U-Boot] xhci USB controller driver for x86 board
 2016-11-10  6:21 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: ls2080aqds: fix SGMII repeater settings
 2016-11-10  5:39 UTC  (4+ messages)

[U-Boot] [PATCH] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible
 2016-11-10  5:18 UTC 

[U-Boot] [PATCH v7 0/2] armv8: Support loading 32-bit OS in AArch32 execution state
 2016-11-10  3:06 UTC  (18+ messages)
` [U-Boot] [PATCH v7 1/2] "

[U-Boot] Encryption of FIT image
 2016-11-10  2:52 UTC 

[U-Boot] [PATCH v8 0/3] armv8: Support loading 32-bit OS in AArch32 execution state
 2016-11-10  2:49 UTC  (4+ messages)
` [U-Boot] [PATCH v8 1/3] "
` [U-Boot] [PATCH v8 2/3] armv8: fsl-layerscape: SMP support for loading 32-bit OS
` [U-Boot] [PATCH v8 3/3] armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled

[U-Boot] [PATCH] Do not force master mode on unaffected PHY's
 2016-11-09 22:40 UTC  (8+ messages)
` [U-Boot] [PATCH 1/3] net: phy: realtek: Use the BIT() macro
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 2/3] net: phy: realtek: make define more concistent
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 3/3] net: phy: realtek: Only force master mode on rtl8211b/c

[U-Boot] [PATCH 1/3] fsl/ddr: Revise erratum a009942 and clean related erratum
 2016-11-09 19:30 UTC  (9+ messages)

[U-Boot] [PATCH v3 0/3] Raspberry Pi EFI enablement
 2016-11-09 18:09 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/3] ARM: bcm283x: Implement EFI RTS reset_system

[U-Boot] [PATCH] driver: net: fsl-mc: Use aligned address for MC FW load
 2016-11-09 17:41 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/4] serial: pxa: kconfig and optional driver model integration
 2016-11-09 14:10 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] serial: pxa: use kconfig for serial configuration
` [U-Boot] [PATCH v2 2/4] serial: pxa: integrate optional driver model handling

[U-Boot] [PATCH v2 0/7] imx6: Add Engicam GEAM6UL/i.CoreM6 RQS board support
 2016-11-09 11:50 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/7] arm: dts: Add devicetree for i.MX6UL
` [U-Boot] [PATCH v2 2/7] arm: imx6ul: Add Engicam GEAM6UL Starter Kit initial support
` [U-Boot] [PATCH v2 3/7] dm: net: fec: Add .read_rom_hwaddr
` [U-Boot] [PATCH v2 4/7] net: fec: Zap local mac variable
` [U-Boot] [PATCH v2 5/7] arm: imx6q: Add Engicam i.CoreM6 Quad/Dual RQS Starter Kit initial support
` [U-Boot] [PATCH v2 6/7] arm: imx6q: Add Engicam i.CoreM6 Solo/Duallite "
` [U-Boot] [PATCH v2 7/7] imx6: icorem6: Rename engicam icorem6 defconfig files

[U-Boot] [PATCH 00/10] sunxi: Add basic PSCI support to enable SMP on the A80's first cluster
 2016-11-09 10:54 UTC  (13+ messages)
` [U-Boot] [PATCH 01/10] ARM: PSCI: Set ARMV7_PSCI_NR_CPUS default to 8 for sun9i/A80
` [U-Boot] [PATCH 02/10] sunxi: Add CCI-400 and CPUCFG registers base address "
` [U-Boot] [PATCH 03/10] sunxi: Add base address of secure SRAM B "
` [U-Boot] [PATCH 04/10] sunxi: Use secure SRAM B for secure RAM "
` [U-Boot] [PATCH 05/10] sunxi: Add PRCM register definition "
` [U-Boot] [PATCH 06/10] sunxi: Add CPUCFG register definitions "
` [U-Boot] [PATCH 07/10] sunxi: Add support for TZPC on sun9i/A80
` [U-Boot] [PATCH 08/10] sunxi: Add basic PSCI implementation for A80
` [U-Boot] [PATCH 09/10] sunxi: Enable PSCI on sun9i/A80
` [U-Boot] [PATCH 10/10] sunxi: Add PSCI core power off support for A80's first cluster

[U-Boot] net: use random ethernet address if invalid and not zero
 2016-11-09 10:27 UTC  (2+ messages)

[U-Boot] [PATCH] sata: fix sata command not being executed bug
 2016-11-09  9:37 UTC 

[U-Boot] [RFC PATCH 00/10] sunxi: Allwinner A64 SPL support
 2016-11-09  9:21 UTC  (4+ messages)

[U-Boot] [PATCH] tools/kwbimage: add DEBUG option
 2016-11-09  9:21 UTC 

[U-Boot] [PATCH] tools/kwbimage: add BAUDRATE option
 2016-11-09  9:07 UTC 

[U-Boot] Rockchip USB driver
 2016-11-09  7:33 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] Enable the host controller and hub on PopMetal board
 2016-11-09  7:30 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] dts: popmetal: add usb host power supply node
` [U-Boot] [PATCH 2/3] config: popmetal: enable the USB host controller and function
` [U-Boot] [PATCH 3/3] board: popmetal: enable the usb host port power in board init

[U-Boot] [PATCH] armv8: fsl-layerscape, ccn504: Set forced-order mode in RNI-6, RNI-20
 2016-11-09  6:57 UTC 

[U-Boot] [PATCH] board: am335x/mux: Do not hang when encountering a bad EEPROM
 2016-11-09  4:48 UTC 

[U-Boot] [PATCH v2] armv8: fsl-layerscape: Add Readme for deploy QSPI image
 2016-11-09  4:03 UTC  (5+ messages)

[U-Boot] [PATCH v3] armv8: fsl-layerscape: Add Readme for deploy QSPI image
 2016-11-09  3:50 UTC 

[U-Boot] [PATCH v2] arm: ls1021a: improve the core frequency to 1.2GHZ
 2016-11-09  3:19 UTC 

[U-Boot] U-Boot overlaps BSS and initrd on arm64
 2016-11-08 23:50 UTC  (7+ messages)

[U-Boot] Issues coupling am335x with VSC8601 PHY
 2016-11-08 23:18 UTC  (2+ messages)

[U-Boot] Pull request, u-boot-tegra/master
 2016-11-08 20:53 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-net.git master
 2016-11-08 20:52 UTC  (2+ messages)

[U-Boot] MMC write failed - Can't read partition table
 2016-11-08 19:31 UTC 

[U-Boot] [PATCH 2/4] rsa: Verify RSA padding programatically
 2016-11-08 18:53 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4] image: Combine image_sig_algo with image_sign_info
` [U-Boot] [PATCH 3/4] image: Add crypto_algo struct for RSA info

[U-Boot] [PATCH 1/4] rsa: cosmetic: rename pad_len to key_len
 2016-11-08 18:53 UTC 

[U-Boot] [PATCH] armv8: QSPI: Add AHB bus 16MB+ size support
 2016-11-08 18:11 UTC  (4+ messages)

[U-Boot] [PATCH v5 00/21] sf: Updates on flash detection
 2016-11-08 17:29 UTC  (3+ messages)
` [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

[U-Boot] [PATCH v4 1/1] ARM: ts4600: add basic board support
 2016-11-08 17:18 UTC 

[U-Boot] [PATCH v3 1/1] ARM: ts4600: add basic board support
 2016-11-08 17:13 UTC 

[U-Boot] [PATCH v2] rpi: passthrough of the firmware provided FDT blob
 2016-11-08 16:39 UTC  (6+ messages)

[U-Boot] Loading kernel from SD card slow on MinnowBoard Turbot since v2016.09
 2016-11-08 12:10 UTC  (6+ messages)

[U-Boot] [PATCH 0/4] enable the host controller for rk3036
 2016-11-08 10:13 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] config: rk3036: enable configs for USB HOST
` [U-Boot] [PATCH 2/4] config: rk3036: enable fix regulator
` [U-Boot] [PATCH 3/4] dts: arm: rk3036: add usb vbus node
` [U-Boot] [PATCH 4/4] rk3036: enable the vbus regulator when borad_init


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