Re: [U-Boot] [PATCH 2/2] x86: qemu: Turn on legacy segments decode

2015-05-20 Thread Simon Glass
On 20 May 2015 at 03:04, Bin Meng wrote: > By default the legacy segments C/D/E/F do not decode to system RAM. > Turn on the decode via Programmable Attribute Map (PAM) registers > so that we can write configuration tables in the F segment. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/qemu

[U-Boot] [PATCH 2/2] x86: qemu: Turn on legacy segments decode

2015-05-20 Thread Bin Meng
By default the legacy segments C/D/E/F do not decode to system RAM. Turn on the decode via Programmable Attribute Map (PAM) registers so that we can write configuration tables in the F segment. Signed-off-by: Bin Meng --- arch/x86/cpu/qemu/pci.c | 20 arch/x86