Re: Warning free build achieved, coreboot documentation updated

2009-06-22 Thread Pavel Roskin
On Thu, 2009-06-18 at 02:25 +0200, Vladimir 'phcoder' Serbinenko wrote: > Index: util/hostdisk.c > === > --- util/hostdisk.c(revision 2340) > +++ util/hostdisk.c(working copy) > @@ -344,7 +344,7 @@ > #else /* ! __linux__ */ >

Re: Warning free build achieved, coreboot documentation updated

2009-06-17 Thread Isaac Dupree
Vladimir 'phcoder' Serbinenko wrote: The remaining is util/hostdisk.c:1061: comparison between signed and unsigned The problem comes from the following declaration # define GRUB_LONG_MIN -2147483648UL As you see we declare a negative number with UL. This works correctly on i386 but what about oth

Re: Warning free build achieved, coreboot documentation updated

2009-06-17 Thread Vladimir 'phcoder' Serbinenko
On Wed, Jun 17, 2009 at 11:47 PM, Pavel Roskin wrote: > Hello! > > I have fixed the remaining warnings in the coreboot build, so now GRUB > builds without warnings for all 7 supported platforms in the default > configuration. Let's keep it this way. > There are still warnings if you compile unde

Warning free build achieved, coreboot documentation updated

2009-06-17 Thread Pavel Roskin
Hello! I have fixed the remaining warnings in the coreboot build, so now GRUB builds without warnings for all 7 supported platforms in the default configuration. Let's keep it this way. I was unable to compile coreboot-v3, but I succeeded at compiling coreboot-v2 for qemu. It's not trivial, so