
28 Jan
2015
28 Jan
'15
7:13 a.m.
On Wed, Jan 28, 2015 at 1:13 PM, Simon Glass sjg@chromium.org wrote:
This is a relatively low-cost x86 board in a small form factor. The main peripherals are uSD, USB, HDMI, Ethernet and SATA. It uses an Atom 3800 series CPU. So far only the dual core 2GB variant is supported.
This uses the existing FSP support. Binary blobs are required to make this board work. The microcode update is included as a patch (all 3000 lines of it).
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Move CONFIG_SYS_CACHELINE_SIZE to the board CONFIG file
- Add comment about FSP setting PCIE_ECAM_BASE
- Put baytrail Kconfig in alphabetical order
- Remove superfluous check for CONFIG_DEBUG_UART in setup_early_uart()
- Fix compatible string for SPI flash
- Remove commented-out DEBUG_UART_CLOCK baud rate
- Rename 'Coreboot' to 'coreboot' in README.x86
Reviewed-by: Bin Meng bmeng.cn@gmail.com
[snip]
Regards, Bin