Re: [U-Boot] [PATCH 1/1] x86: #define CONFIG_LOADADDR 0x1100000

2019-01-31 Thread Bin Meng
On Thu, Jan 31, 2019 at 4:04 PM Alexander Graf wrote: > > > > On 31.01.19 08:59, Bin Meng wrote: > > Hi Alex, > > > > On Thu, Jan 31, 2019 at 3:57 PM Alexander Graf wrote: > >> > >> > >> > >>> Am 31.01.2019 um 08:50 schrieb Bin Meng : > >>> > >>> Hi Heinrich, > >>> > On Fri, Jan 25, 2019 at

Re: [U-Boot] [PATCH 1/1] x86: #define CONFIG_LOADADDR 0x1100000

2019-01-31 Thread Alexander Graf
On 31.01.19 08:59, Bin Meng wrote: > Hi Alex, > > On Thu, Jan 31, 2019 at 3:57 PM Alexander Graf wrote: >> >> >> >>> Am 31.01.2019 um 08:50 schrieb Bin Meng : >>> >>> Hi Heinrich, >>> On Fri, Jan 25, 2019 at 4:18 AM Heinrich Schuchardt wrote:

Re: [U-Boot] [PATCH 1/1] x86: #define CONFIG_LOADADDR 0x1100000

2019-01-31 Thread Bin Meng
Hi Alex, On Thu, Jan 31, 2019 at 3:57 PM Alexander Graf wrote: > > > > > Am 31.01.2019 um 08:50 schrieb Bin Meng : > > > > Hi Heinrich, > > > >> On Fri, Jan 25, 2019 at 4:18 AM Heinrich Schuchardt > >> wrote: > >> > >> arch/x86/dts/qemu-x86_i440fx.dts reserves memory for PCI at 0x100. > >

Re: [U-Boot] [PATCH 1/1] x86: #define CONFIG_LOADADDR 0x1100000

2019-01-30 Thread Alexander Graf
> Am 31.01.2019 um 08:50 schrieb Bin Meng : > > Hi Heinrich, > >> On Fri, Jan 25, 2019 at 4:18 AM Heinrich Schuchardt >> wrote: >> >> arch/x86/dts/qemu-x86_i440fx.dts reserves memory for PCI at 0x100. > > I think you misread the codes. 0x100 means PCI I/O space, not the > actual

Re: [U-Boot] [PATCH 1/1] x86: #define CONFIG_LOADADDR 0x1100000

2019-01-30 Thread Bin Meng
Hi Heinrich, On Fri, Jan 25, 2019 at 4:18 AM Heinrich Schuchardt wrote: > > arch/x86/dts/qemu-x86_i440fx.dts reserves memory for PCI at 0x100. I think you misread the codes. 0x100 means PCI I/O space, not the actual address here. See FDT_PCI_SPACE_IO in fdtdec.h. > Loading via the

Re: [U-Boot] [PATCH 1/1] x86: #define CONFIG_LOADADDR 0x1100000

2019-01-29 Thread Heinrich Schuchardt
On 1/24/19 9:18 PM, Heinrich Schuchardt wrote: > arch/x86/dts/qemu-x86_i440fx.dts reserves memory for PCI at 0x100. > Loading via the `dhcp` command to this address leads to a crash on > qemu-x86_64_defconfig. So let's define CONFIG_LOADADDR as 0x110. > > Reported-by: Alexander Graf >

[U-Boot] [PATCH 1/1] x86: #define CONFIG_LOADADDR 0x1100000

2019-01-24 Thread Heinrich Schuchardt
arch/x86/dts/qemu-x86_i440fx.dts reserves memory for PCI at 0x100. Loading via the `dhcp` command to this address leads to a crash on qemu-x86_64_defconfig. So let's define CONFIG_LOADADDR as 0x110. Reported-by: Alexander Graf Signed-off-by: Heinrich Schuchardt --- compatible='pci-x86'