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
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
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
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
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
:~$
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
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
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
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’
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
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
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
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
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.
14 matches
Mail list logo