[LinuxBIOS] [PATCH] v3: support LARchives with header-after-data

Peter Stuge peter at stuge.se
Fri Oct 12 15:05:02 CEST 2007


On Fri, Oct 12, 2007 at 02:54:41PM +0200, Carl-Daniel Hailfinger wrote:
> The only added code for all new functionality is
> 
> +		if (walk < (char *)header) {
> +			walk = (char *)header;
> +			walk += (sizeof(struct lar_header) + strlen(fullname))
> +				& 0xfffffff0;
> +		}
> 
> and all other changes are either better code comments or
> functionally equivalent (whitespace / argument reordering)
> transformations.

Please make several patches out of that. Easier to review then. :)


//Peter




More information about the coreboot mailing list