
4 Sep
2015
4 Sep
'15
2:46 a.m.
On 3 September 2015 at 06:37, Bin Meng bmeng.cn@gmail.com wrote:
Move to driver model pci for Intel quark/galileo.
Signed-off-by: Bin Meng bmeng.cn@gmail.com Acked-by: Simon Glass sjg@chromium.org
Changes in v4:
- Reorder via 'savedefconfig'
Changes in v3: None Changes in v2:
- Remove arch/x86/cpu/quark/pci.c completely
arch/x86/cpu/quark/Makefile | 1 - arch/x86/cpu/quark/pci.c | 70 --------------------------------------------- arch/x86/cpu/quark/quark.c | 5 ---- arch/x86/dts/galileo.dts | 8 ++++-- configs/galileo_defconfig | 1 + include/configs/galileo.h | 12 -------- 6 files changed, 7 insertions(+), 90 deletions(-) delete mode 100644 arch/x86/cpu/quark/pci.c
Applied to u-boot-x86, thanks!