the following patch was just integrated into master:
commit 22e87daaf4cbcc76a27838e9a5a24767f6819b27
Author: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
Date: Wed Jan 29 17:02:55 2014 -0600
cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OK
This was designed as a micro-optimization for x86, but it is only used
once. Let the compiler decide if optimizing this is worth the effort.
Change-Id: I5939efa34f0e9d16643893ca04675247842e7db5
Signed-off-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/5085 for details.
-gerrit
the following patch was just integrated into master:
commit 2bbcde0975991bb93b88649bc802a1d2101d05ee
Author: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
Date: Wed Jan 29 14:56:20 2014 -0600
cbfstool: Fix LzmaEnc.c and build with -Wshadow
LzmaEnc.c was full of shadow definitions. Luckily, shadow definitions
were not used after the scope in which they were redefined, so it is
possible to just remove them.
Tested by successfully booting qemu i440fx to grub2 payload.
Change-Id: I01d44db59882114ffe64434b655b931f3beec8e2
Signed-off-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/5082 for details.
-gerrit
the following patch was just integrated into master:
commit 3565e9e77eef188cca61cda48cfc9990962e5630
Author: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
Date: Wed Jan 29 14:27:52 2014 -0600
cbfstool: Fix build errors when building with clang
Now that we can set CC to an arbitrary compiler, fix issues that clang
finds. Luckily, there were only two trivial errors.
Change-Id: I0fd1f0f263a8ab7004f39cd36ed42d1a1cba5c04
Signed-off-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/5081 for details.
-gerrit