On Mon, 2007-12-17 at 21:34 -0700, Eric W. Biederman wrote:
> "H. Peter Anvin" <[EMAIL PROTECTED]> writes:
> 
> > This is directly analogous to how we treat identity information in IDE, or 
> > PCI
> > configuration space -- some fields are pre-digested, but the entire raw
> > information is also available.
> 
> Add to that a totally unchanged value can just be easier to get correct.
> 
> Still the kexec code as much as it can should not look there, as we may
> get the same basic information in a couple of different ways.
> 
> EFI memmap vs. e820 for example.  If/when that is the case /sbin/kexec
> should get the information and spit it out into whatever format makes
> sense for the destination kernel.  My sense is just passing through
> values is brittleness where we don't want it.
> 
> However I think being able to get at the raw boot information overall
> sounds useful.  I just don't know if it is generally useful or just
> useful when debugging bootloaders though.

If struct boot_params as a whole is useless for kexec, I can move it to
debugfs, because kexec is the only normal user now. Then which fields of
struct boot_params do you think is useful for kexec?

Refer to include/asm-x86/bootparam.h

edid_info?
e820_entries and e820_map?      maybe useful for kdump
edd related fields (eddbuf, edd_mbr_sig_buffer, etc)? split fields until 
fundamental types?

Best Regards,
Huang Ying

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to