[SeaBIOS] Re: [coreboot] Re: Upgrade the 12 years old LZMA libraries - should we do it?

2019-01-28 Thread Julius Werner
Generally, if the new code is just plain better I'm all for upgrading. We should just make sure that it is really better from coreboot's perspective... the needs of a userspace decompression tool may be quite different from ours. In particular, we should make sure that memory requirements (that

[SeaBIOS] Re: [PATCH] build: Allow to use cross C preprocessor

2019-01-28 Thread Roman Bolshakov
On Mon, Jan 28, 2019 at 01:29:14PM +0100, Paul Menzel wrote: > Dear Roman, > > > On 01/25/19 16:55, Roman Bolshakov wrote: > > An attempt to cross-compile SeaBIOS on macOS can fail because host C > > preprocessor doesn't comprehend the command line options: > > > > Compiling IASL

[SeaBIOS] Re: [PATCH] build: Allow to use cross C preprocessor

2019-01-28 Thread Paul Menzel
Dear Roman, On 01/25/19 16:55, Roman Bolshakov wrote: > An attempt to cross-compile SeaBIOS on macOS can fail because host C > preprocessor doesn't comprehend the command line options: > > Compiling IASL src/fw/acpi-dsdt.hex > cpp -P -MD -MT src/fw/acpi-dsdt.hex src/fw/acpi-dsdt.dsl -o >

[SeaBIOS] Re: [PATCH] build: Allow to use cross C preprocessor

2019-01-28 Thread Philippe Mathieu-Daudé
On 1/25/19 4:55 PM, Roman Bolshakov wrote: > An attempt to cross-compile SeaBIOS on macOS can fail because host C > preprocessor doesn't comprehend the command line options: > > Compiling IASL src/fw/acpi-dsdt.hex > cpp -P -MD -MT src/fw/acpi-dsdt.hex src/fw/acpi-dsdt.dsl -o >