Re: [U-Boot] [PATCH v3 0/12] x86: Better support of coreboot

2015-01-05 Thread Bin Meng
Hi Simon, On Tue, Jan 6, 2015 at 12:20 PM, Bin Meng wrote: > In theory U-Boot built for coreboot is supposed to run as a payload > to be loaded by coreboot on every board that coreboot supports. > The U-Boot build process uses SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE > which are hardcoded in board

[U-Boot] [PATCH v3 0/12] x86: Better support of coreboot

2015-01-05 Thread Bin Meng
In theory U-Boot built for coreboot is supposed to run as a payload to be loaded by coreboot on every board that coreboot supports. The U-Boot build process uses SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE which are hardcoded in board defconfig and Kconfig files. For better support of coreboot, we want