Re: [git pull] "big box" x86 changes, boot protocol

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>
Cc: Linus Torvalds <torvalds@...>, <linux-kernel@...>, Andrew Morton <akpm@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>, Yinghai Lu <yinghai.lu@...>, Yinghai Lu <yhlu.kernel@...>, <jbarnes@...>, Jeremy Fitzhardinge <jeremy@...>, Rusty Russell <rusty@...>
Date: Sunday, April 27, 2008 - 7:21 am

On Sat, 2008-04-26 at 21:54 +0200, Ingo Molnar wrote:
de kernel relocatable.

How about this. I can redo against current Linus but that will need
fixups here.

=46rom cfed8d4043fc03ed948518076db602919b111a16 Mon Sep 17 00:00:00 2001
From: Ian Campbell <ijc@hellion.org.uk>
Date: Sun, 27 Apr 2008 12:19:11 +0100
Subject: [PATCH] Backfill x86 boot protocol documentation.

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
---
 Documentation/i386/boot.txt |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Documentation/i386/boot.txt b/Documentation/i386/boot.txt
index 0fac346..86fbbd0 100644
--- a/Documentation/i386/boot.txt
+++ b/Documentation/i386/boot.txt
@@ -40,9 +40,17 @@ Protocol 2.05:	(Kernel 2.6.20) Make protected mode kerne=
l relocatable.
 		Introduce relocatable_kernel and kernel_alignment fields.
=20
 Protocol 2.06:	(Kernel 2.6.22) Added a field that contains the size of
-		the boot command line
+		the boot command line.
=20
-Protocol 2.09:	(kernel 2.6.26) Added a field of 64-bit physical
+Protocol 2.07:	(Kernel 2.6.24) Added paravirtualised boot protocol.
+		Introduced hardware_subarch and hardware_subarch_data
+		and KEEP_SEGMENTS flag in load_flags.
+
+Protocol 2.08:	(Kernel 2.6.26) Added crc32 checksum and ELF format
+		payload. Introduced payload_offset and payload length
+		fields to aid in locating the payload.
+
+Protocol 2.09:	(Kernel 2.6.26) Added a field of 64-bit physical
 		pointer to single linked list of struct	setup_data.
=20
 **** MEMORY LAYOUT
--=20
1.5.5.1



--=20
Ian Campbell

Computer Science is the only discipline in which we view adding a new wing
to a building as being maintenance
		-- Jim Horning
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC git pull] "big box" x86 changes, Ingo Molnar, (Sat Apr 26, 2:55 pm)
Re: [RFC git pull] "big box" x86 changes, Andi Kleen, (Sat Apr 26, 6:17 pm)
Re: [RFC git pull] "big box" x86 changes, Yinghai Lu, (Sat Apr 26, 11:14 pm)
Re: [RFC git pull] "big box" x86 changes II, Andi Kleen, (Sun Apr 27, 4:32 am)
Re: [RFC git pull] "big box" x86 changes, Andi Kleen, (Sun Apr 27, 4:30 am)
Re: [RFC git pull] "big box" x86 changes, Linus Torvalds, (Sat Apr 26, 3:12 pm)
[git pull] "big box" x86 changes, PCI, Ingo Molnar, (Sat Apr 26, 5:55 pm)
Re: [git pull] "big box" x86 changes, PCI, Jesse Barnes, (Mon Apr 28, 4:34 pm)
Re: [git pull] "big box" x86 changes, PCI, Yinghai Lu, (Mon Apr 28, 6:53 pm)
Re: [git pull] "big box" x86 changes, PCI, Jesse Barnes, (Sun Apr 27, 12:30 pm)
Re: [git pull] "big box" x86 changes, PCI, Ingo Molnar, (Mon Apr 28, 11:38 am)
[RFC git pull] "big box" x86 changes, GART, Ingo Molnar, (Sat Apr 26, 4:24 pm)
Re: [RFC git pull] "big box" x86 changes, GART, Ingo Molnar, (Sat Apr 26, 4:26 pm)
[git pull] "big box" x86 changes, boot protocol, Ingo Molnar, (Sat Apr 26, 3:54 pm)
Re: [git pull] "big box" x86 changes, boot protocol, Ian Campbell, (Sun Apr 27, 7:21 am)
Re: [git pull] "big box" x86 changes, boot protocol, Ingo Molnar, (Mon Apr 28, 11:27 am)
Re: [git pull] "big box" x86 changes, boot protocol, H. Peter Anvin, (Sun Apr 27, 3:29 pm)
Re: [git pull] "big box" x86 changes, boot protocol, Andrew Morton, (Sat Apr 26, 4:39 pm)
Re: [git pull] "big box" x86 changes, boot protocol, Jeremy Fitzhardinge, (Sat Apr 26, 7:37 pm)
Re: [git pull] "big box" x86 changes, boot protocol, Adrian Bunk, (Sat Apr 26, 5:06 pm)
Re: [git pull] "big box" x86 changes, boot protocol, Linus Torvalds, (Sat Apr 26, 5:11 pm)
Re: [git pull] "big box" x86 changes, boot protocol, Ingo Molnar, (Sat Apr 26, 5:17 pm)
Re: [git pull] "big box" x86 changes, boot protocol, H. Peter Anvin, (Sat Apr 26, 5:10 pm)
[git pull] "big box" x86 changes, bootmem/sparsemem, Ingo Molnar, (Sat Apr 26, 3:41 pm)
Re: [git pull] "big box" x86 changes, bootmem/sparsemem, Johannes Weiner, (Sun Apr 27, 6:48 pm)
Re: [git pull] "big box" x86 changes, bootmem/sparsemem, Johannes Weiner, (Mon Apr 28, 12:58 pm)
Re: [git pull] "big box" x86 changes, bootmem/sparsemem, Johannes Weiner, (Sun Apr 27, 8:19 pm)
[patch] mm: node-setup agnostic free_bootmem(), Ingo Molnar, (Sun Apr 27, 8:40 pm)
Re: [patch] mm: node-setup agnostic free_bootmem(), Johannes Weiner, (Mon Apr 28, 12:49 pm)
Re: [patch] mm: node-setup agnostic free_bootmem(), Ingo Molnar, (Tue Apr 29, 10:25 am)
Re: [patch] mm: node-setup agnostic free_bootmem(), Johannes Weiner, (Wed Apr 30, 6:52 am)
Re: [patch] mm: node-setup agnostic free_bootmem(), Yinghai Lu, (Sun Apr 27, 9:48 pm)
Re: [patch] mm: node-setup agnostic free_bootmem(), Johannes Weiner, (Mon Apr 28, 12:54 pm)
Re: [patch] mm: node-setup agnostic free_bootmem(), Yinghai Lu, (Mon Apr 28, 3:11 pm)
Re: [patch] mm: node-setup agnostic free_bootmem(), Yinghai Lu, (Mon Apr 28, 3:55 pm)
Re: [patch] mm: node-setup agnostic free_bootmem(), Johannes Weiner, (Wed Apr 30, 6:50 am)
Re: [patch] mm: node-setup agnostic free_bootmem(), Yinghai Lu, (Wed Apr 30, 12:22 pm)
Re: [patch] mm: node-setup agnostic free_bootmem(), Johannes Weiner, (Wed Apr 30, 1:52 pm)
Re: [patch] mm: node-setup agnostic free_bootmem(), Yinghai Lu, (Wed Apr 30, 4:30 pm)
Re: [git pull] "big box" x86 changes, bootmem/sparsemem, Linus Torvalds, (Sat Apr 26, 3:52 pm)
Re: [RFC git pull] "big box" x86 changes, Stefan Richter, (Sat Apr 26, 3:05 pm)
Re: [RFC git pull] "big box" x86 changes, Ingo Molnar, (Sat Apr 26, 3:21 pm)