Ah ok - there is the source code for OVMF in the tree, which I'll try to build externally to QEMU in the next few days so we can look to integrating it into the BIOS for testing. Will report back soon.
Posts: 88
Threads: 0
Joined: Feb 2013
Reputation:
6
(09-30-2014, 06:43 AM)jkbuha Wrote: Ah ok - there is the source code for OVMF in the tree, which I'll try to build externally to QEMU in the next few days so we can look to integrating it into the BIOS for testing. Will report back soon.
@jkbuha - with what compiler do you build now ?
Can you please report then what image size will be when compiled.
I'm using GCC 4.8.1 - and size of the rusulting OVMF image is x2 of it should be
Posts: 397
Threads: 1
Joined: Nov 2011
Reputation:
23
I'm using two compilers: VS2012 for the Win build and gcc 4.8 for Clover on Mac.
On a related note there would appear to be some interesting changes in the ed2k source (and Clover's corresponding changes) to OVMF. Might be worth you compiling Clover (as it natively builds the ed2k framework first) instead?
Posts: 397
Threads: 1
Joined: Nov 2011
Reputation:
23
(10-04-2014, 09:55 AM)jkbuha Wrote: @follow_me - not sure if you were waiting on my reply for the OVMF size; it is 1MB (1048576 bytes) in size.
Any luck your end on the compilation side?
@jkbuha - There is no problem with compilation itself. I'm just worrying about result image size I get, because we are limited in space. I thought , may be I should change toolchain
Posts: 397
Threads: 1
Joined: Nov 2011
Reputation:
23
I see. Have you tried 4.9.1? I'm contributing on a linux-related sourcetree (rockbox) and whilst the recommended compiler is gcc 4.4.2 I use the latest gcc and have optimised compilations of ~30% less in size and ~5% faster. Just my $0.02...
Posts: 1
Threads: 0
Joined: Oct 2014
Reputation:
0
10-14-2014, 01:06 AM (This post was last modified: 10-14-2014, 01:06 AM by moosefist.)
Can I just flash the WPH file form the OP with winflash? I found this thread that makes it seem a little simpler (http://forum.notebookreview.com/dell-xps...-more.html), but I would like to be certain. I have the xps 15z l511z with the i7
Posts: 397
Threads: 1
Joined: Nov 2011
Reputation:
23