Re: [Qemu-devel] MTD timeout on bootup

2017-04-05 Thread James Hanley
com> wrote: > > -----Original Message- > > From: James Hanley [mailto:jhan...@dgtlrift.com] > > Sent: Friday, 31 March 2017 8:29 AM > > To: Alistair Francis ; Peter Crosthwaite > > ; qemu-devel > > Subject: MTD timeout on bootup > > > > When trying to boo

[Qemu-devel] MTD timeout on bootup

2017-03-31 Thread James Hanley
When trying to bootup a pristine zync image from the zc702 tarball, it would always fail with the MTD detection of the serial flash device type command over the SPI. I believe this section of code may have the logic flipped. Once I changed it to the following, I was able to detect the flash type

[Qemu-devel] Loading microcode to ROM for new Arm based CPU type

2017-03-30 Thread James Hanley
I've been trying to develop a Atmel SAM4 series support for CPU support as an MCU, mimicking implementation layout of the STM support. Part of the ATSAM4 die series is ROM microcode used for referencing details such as NMI located at 0x0080. I've loaded our own application at 0x0040, wh

[Qemu-devel] .PO files modified under build

2017-03-23 Thread James Hanley
I have a git clone of qemu, and I build out of qemu-build... essentially the layout looks like: ./ ./qemu/ -> clone of qemu ./qemu-build/ ./Makefile The contents of the top level Makefile contain the following rules: rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d

Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303

2017-03-17 Thread James Hanley
at 04:51:07PM +, Peter Maydell wrote: > > On 15 March 2017 at 15:30, James Hanley wrote: > > > It would appear that the HTTP versions of the repo URLs are /not/ > > > referencing the same backend > > > > > > jim@jim-VirtualBox:~$ git ls-remo

Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303

2017-03-15 Thread James Hanley
:~$ Note that the tags for 1.4.3 and 1.4.4 are missing... Are the tags not "fetched" with the synchronization? On Mon, Mar 6, 2017 at 11:50 AM, James Hanley wrote: > I'm still seeing the same error - the only change I have in my clone is > the following so that the submodules are

Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303

2017-03-06 Thread James Hanley
project.org/git/u-boot.git [submodule "roms/skiboot"] path = roms/skiboot - url = git://git.qemu.org/skiboot.git + url = http://git.qemu-project.org/git/skiboot.git On Sat, Mar 4, 2017 at 7:47 AM, Peter Maydell wrote: > On 3 March 2017 at 19:45, James Hanley wrote: &g

Re: [Qemu-devel] [PULL 0/2] submodule-update queue 20170303

2017-03-03 Thread James Hanley
I'm trying to clone clean and I'm getting the following when initing the submodules updated: jim@jim-VirtualBox:~/project/lg_4k_test/qemu_pristine$ ( git submodule sync; git submodule update --init --recursive ) Submodule 'dtc' (http://git.qemu-project.org/git/dtc.git) registered for path 'dtc' Su

Re: [Qemu-devel] changeset b0cb0a66d broken - missing QEMU_OPTION_enable_hax

2017-01-23 Thread James Hanley
That did it - Thanks, and my apologies to Vincent for the false alarm. -Jim On Mon, Jan 23, 2017 at 2:41 PM, Peter Maydell wrote: > On 23 January 2017 at 19:32, James Hanley wrote: > > Changeset fails to compile: > > > > qemu/vl.c:3683:18: error: ‘QEMU_OPTION_enable_hax’

[Qemu-devel] changeset b0cb0a66d broken - missing QEMU_OPTION_enable_hax

2017-01-23 Thread James Hanley
Changeset fails to compile: qemu/vl.c:3683:18: error: ‘QEMU_OPTION_enable_hax’ undeclared (first use in this function) case QEMU_OPTION_enable_hax: ^ I assume that there is details in ./qemu-options.def ./qemu-options.hx that were not included with the commit? htt

[Qemu-devel] system_clock_scale unset in hw/intc/armv7m_nvic.c

2017-01-13 Thread James Hanley
How should system_clock_scale be set in hw/intc/armv7m_nvic.c - there is no API for the global, and I've defaulted the global to SYSTICK_SCALE which seems to work, but is not obvious. This was needed as this value was set to zero and the arm firmware was selecting the external clock source causing

Re: [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works

2016-09-27 Thread James Hanley
I can say that it was working Monday - I didn't do a pull yesterday. -Jim > On Sep 27, 2016, at 2:16 PM, Jeff Cody wrote: > >> On Tue, Sep 27, 2016 at 12:17:31PM -0400, James Hanley wrote: >> Well - it's acting differently... It just hangs now... > > Let i

Re: [Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works

2016-09-27 Thread James Hanley
ue, Sep 27, 2016 at 11:43 AM, Jeff Cody wrote: > On Tue, Sep 27, 2016 at 10:53:34AM -0400, James Hanley wrote: > > Not sure if there was a config change on the git server yesterday, but > > http://git.qemu.org/git/qemu.git no longer works for me. > Unfortunately, I > > ca

[Qemu-devel] url http://git.qemu.org/git/qemu.git no longer works

2016-09-27 Thread James Hanley
Not sure if there was a config change on the git server yesterday, but http://git.qemu.org/git/qemu.git no longer works for me. Unfortunately, I cannot use the git: url due to firewall constraints.