From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755386Ab2KVSuO (ORCPT ); Thu, 22 Nov 2012 13:50:14 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:40020 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932096Ab2KVSuI (ORCPT ); Thu, 22 Nov 2012 13:50:08 -0500 MIME-Version: 1.0 In-Reply-To: <50AE70E7.6060204@zytor.com> References: <1353482170-10160-1-git-send-email-yinghai@kernel.org> <1353482170-10160-12-git-send-email-yinghai@kernel.org> <50AD0CA1.8000904@zytor.com> <50AD291A.10600@zytor.com> <50AE70E7.6060204@zytor.com> Date: Thu, 22 Nov 2012 10:50:07 -0800 X-Google-Sender-Auth: EBvHpPJzTTCLQrwH4SGXkRkFsFg Message-ID: Subject: Re: [PATCH v3 11/12] x86, boot: add fields to support load bzImage and ramdisk high From: Yinghai Lu To: "H. Peter Anvin" Cc: Thomas Gleixner , Ingo Molnar , "Eric W. Biederman" , linux-kernel@vger.kernel.org, Rob Landley , Matt Fleming Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 22, 2012 at 10:37 AM, H. Peter Anvin wrote: >> looks we only can use [0x30,0x3c), [0x1e8, 0x1f0), but in boot_params, >> they >> are apm_bios_info, and alt_mem_k... > > > ... which I suspect get set by said kexec botch. > > >> so looks we still have to use setup_header instead. > > > We need to dig into this and either say "this is unsupportable" or put in > some kind of hack. ok, I will use 0xc0 instead, and at the same time try to fix that from kexec. then user will still have chance to use old kexec tools without enable CONFIG_EFI_STUB in kernel. Thanks Yinghai