[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-08-02 Thread Giacomo Travaglini via gem5-users
That is correct, you should just recompile the DTB; no need to recompile gem5 Kind Regards Giacomo > -Original Message- > From: Md Rubel Ahmed via gem5-users > Sent: 31 July 2021 10:05 > To: gem5-users@gem5.org > Cc: Md Rubel Ahmed > Subject: [gem5-users] VExpress_GEM5_V1, Ethernet,

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-22 Thread Bohren, Jonathan via gem5-users
: gem5 users mailing list Subject: RE: [gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs I think the problem lies in the DTB and more specifically in the range mapping https://github.com/gem5/gem5/blob/stable/system/arm/dt/platforms/vexpress_gem5_v1_base.dtsi#L70 Could you replace the third

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-22 Thread Giacomo Travaglini via gem5-users
argument from cmdline) Please let me know if it works Giacomo > -Original Message- > From: Bohren, Jonathan > Sent: 23 January 2021 01:59 > To: Gabe Black > Cc: Giacomo Travaglini ; gem5 users mailing list > > Subject: Re: [gem5-users] Re: VExpress_GEM5_V1, Ethern

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-22 Thread Bohren, Jonathan via gem5-users
From: Gabe Black Sent: Friday, January 22, 2021 8:21 PM To: Bohren, Jonathan Cc: Giacomo Travaglini; gem5 users mailing list Subject: Re: [gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs I haven't looked at this closely, but it's normal for the values in the BARs

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-22 Thread Gabe Black via gem5-users
> > gem5/configs/example/fs.py \ > > --bootloader ./boot.arm \ > > --kernel=./vmlinux \ > > --machine-type=VExpress_GEM5_V1 \ > > --dtb-file=./armv7_gem5_v1_1cpu.dtb \ > > --disk-image=../image/ubuntu-base-18.04.5-base-armhf.img \ > > --root-devic

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-22 Thread Bohren, Jonathan via gem5-users
o: gem5 users mailing list; Giacomo Travaglini Cc: Gabe Black; Bohren, Jonathan Subject: [gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs Giacomo, That's good to know. We're running `fs.py` with `system/arm/dt/armv7_gem5_v1_1cpu.dtb` which we've copied into our working directory. Full

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-22 Thread Bohren, Jonathan via gem5-users
Black ; Bohren, Jonathan Subject: RE: [gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs Out of curiosity, which DTB are you using? IMO the kernel shouldn't write 800 to the PCI Bar, knowing there is DRAM there and this is notified via the DTB Kind Regards Giacomo > -Origina

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-22 Thread Giacomo Travaglini via gem5-users
gt; To: gem5 users mailing list > Cc: Gabe Black ; Bohren, Jonathan > > Subject: [gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs > > Gabe, > > > > Yeah, this is a very recent version of `develop`. This is after rebasing a > recent > proposed change `38796` [1] (

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-22 Thread Bohren, Jonathan via gem5-users
: [gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs Are you using up to date develop? There was a bug like this a while ago, but it's been fixed on develop for a while as well. Gabe On Thu, Jan 21, 2021 at 6:35 PM Bohren, Jonathan via gem5-users mailto:gem5-users@gem5.org>> wrote: We'v

[gem5-users] Re: VExpress_GEM5_V1, Ethernet, and BARs

2021-01-21 Thread Gabe Black via gem5-users
Are you using up to date develop? There was a bug like this a while ago, but it's been fixed on develop for a while as well. Gabe On Thu, Jan 21, 2021 at 6:35 PM Bohren, Jonathan via gem5-users < gem5-users@gem5.org> wrote: > We've been using the `VExpress_GEM5_V1` platform but it was failing