From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Tue, 06 Dec 2011 21:36:13 +1100 Subject: [U-Boot] [PATCH v3 2/6] x86: Clean up the x86 zimage code in preparation to extend it In-Reply-To: <1323122967-18033-3-git-send-email-gabeblack@chromium.org> References: <1322911130-29856-1-git-send-email-gabeblack@chromium.org> <1323122967-18033-3-git-send-email-gabeblack@chromium.org> Message-ID: <4EDDF01D.6060800@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Gabe, On 06/12/11 09:09, Gabe Black wrote: > This change cleans up some formatting issues in the zimage handling code, and > converts it from using offsets added to a base pointer to using the available > structure definitions which were already being included. > > Signed-off-by: Gabe Black > --- > Changes in v2: > - Changed includes to match ic/coreboot => arch-coreboot move. > - Merged a previous change that used the coreboot tables to approximate > total RAM size into this one. > > arch/x86/include/asm/zimage.h | 21 ---------- > arch/x86/lib/zimage.c | 82 ++++++++++++++++++++++------------------ > 2 files changed, 45 insertions(+), 58 deletions(-) > Applied to u-boot-x86/next Regards, Graeme