svn@coreboot.org wrote:
- $(Q)cd $(obj) && ./util/lar/lar -e $(COMPRESSFLAG) -a $(obj)/coreboot.rom $(SMM):normal/smm;
normal/smm vs. blob/vsa - should one of them be changed?
//Peter
On 06.12.2008 22:54, Peter Stuge wrote:
svn@coreboot.org wrote:
- $(Q)cd $(obj) && ./util/lar/lar -e $(COMPRESSFLAG) -a $(obj)/coreboot.rom $(SMM):normal/smm;
normal/smm vs. blob/vsa - should one of them be changed?
Good question. What about normal/vsa?
Regards, Carl-Daniel
On Sat, Dec 6, 2008 at 1:54 PM, Peter Stuge peter@stuge.se wrote:
svn@coreboot.org wrote:
$(Q)cd $(obj) && ./util/lar/lar -e $(COMPRESSFLAG) -a $(obj)/coreboot.rom $(SMM):normal/smm;
normal/smm vs. blob/vsa - should one of them be changed?
Well my propoosal for blob/smm was rejected :-)
and normal/smm seems pretty safe.
one thing about blob/vsa -- there is unlikely to be a normal/vsa and fallback/vsa. vsa is unlikely to have a normal and fallback version -- it's a blob.
I think I'm ok with this for now.
ron