[U-Boot] [PATCH 22/39] x86: Move Coreboot PCI into common cpu area

2014-11-06 Thread Simon Glass
This code is not really Coreboot-specific, so move it into the common area and rename it. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/cpu/Makefile | 1 + arch/x86/cpu/coreboot/Makefile| 1 - arch/x86/cpu/{coreboot = }/pci.c | 24 +--- 3 files

Re: [U-Boot] [PATCH 22/39] x86: Move Coreboot PCI into common cpu area

2014-11-06 Thread Bin Meng
Hi Simon, On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: This code is not really Coreboot-specific, so move it into the common area and rename it. OK, but current coreboot pci codes are broken, thus need to be fixed before making it common. Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 22/39] x86: Move Coreboot PCI into common cpu area

2014-11-06 Thread Simon Glass
Hi Bin, On 6 November 2014 17:07, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org wrote: This code is not really Coreboot-specific, so move it into the common area and rename it. OK, but current coreboot pci codes are broken, thus

Re: [U-Boot] [PATCH 22/39] x86: Move Coreboot PCI into common cpu area

2014-11-06 Thread Bin Meng
Hi Simon, On Fri, Nov 7, 2014 at 8:26 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 6 November 2014 17:07, Bin Meng bmeng...@gmail.com wrote: Hi Simon, -static struct pci_config_table pci_coreboot_config_table[] = { +static struct pci_config_table pci_x86_config_table[] = {

Re: [U-Boot] [PATCH 22/39] x86: Move Coreboot PCI into common cpu area

2014-11-06 Thread Simon Glass
Hi Bin, On 6 November 2014 18:39, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Nov 7, 2014 at 8:26 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 6 November 2014 17:07, Bin Meng bmeng...@gmail.com wrote: Hi Simon, -static struct pci_config_table pci_coreboot_config_table[]

Re: [U-Boot] [PATCH 22/39] x86: Move Coreboot PCI into common cpu area

2014-11-06 Thread Bin Meng
Hi Simon, On Fri, Nov 7, 2014 at 9:53 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 6 November 2014 18:39, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Nov 7, 2014 at 8:26 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 6 November 2014 17:07, Bin Meng

Re: [U-Boot] [PATCH 22/39] x86: Move Coreboot PCI into common cpu area

2014-11-06 Thread Simon Glass
Hi Bin, On 6 November 2014 19:12, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Nov 7, 2014 at 9:53 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 6 November 2014 18:39, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Nov 7, 2014 at 8:26 AM, Simon Glass