Re: [U-Boot] [PATCH 6/6] x86: Add support for panther (Asus Chromebox)

2015-02-25 Thread Simon Glass
Hi Bin, On 25 February 2015 at 00:32, Bin Meng wrote: > Hi Simon, > > On Wed, Feb 11, 2015 at 9:59 AM, Simon Glass wrote: >> Support running U-Boot as a coreboot payload. Tested peripherals include: >> >> - Video (HDMI and DisplayPort) >> - SATA disk >> - Gigabit Ethernet >> - SPI flash >> >> US

Re: [U-Boot] [PATCH 6/6] x86: Add support for panther (Asus Chromebox)

2015-02-24 Thread Bin Meng
Hi Simon, On Wed, Feb 11, 2015 at 9:59 AM, Simon Glass wrote: > Support running U-Boot as a coreboot payload. Tested peripherals include: > > - Video (HDMI and DisplayPort) > - SATA disk > - Gigabit Ethernet > - SPI flash > > USB3 does not work. This may be a problem with the USB3 PCI driver or >

[U-Boot] [PATCH 6/6] x86: Add support for panther (Asus Chromebox)

2015-02-10 Thread Simon Glass
Support running U-Boot as a coreboot payload. Tested peripherals include: - Video (HDMI and DisplayPort) - SATA disk - Gigabit Ethernet - SPI flash USB3 does not work. This may be a problem with the USB3 PCI driver or something in the USB3 stack and has not been investigated So far this is disabl