From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sat, 12 Nov 2011 21:08:05 +1100 Subject: [U-Boot] [PATCH v2 07/12] sc520: Create arch asm-offsets In-Reply-To: <1320755603-8695-8-git-send-email-graeme.russ@gmail.com> References: <1320755603-8695-8-git-send-email-graeme.russ@gmail.com> Message-ID: <4EBE4585.8040106@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 On 08/11/11 23:33, Graeme Russ wrote: > Signed-off-by: Graeme Russ > --- > Changes for v1: > - None (skipped to set single version for consolidated series) > Changes for v2: > - Consolidated patch series > > arch/x86/cpu/sc520/asm-offsets.c | 45 +++++++++++++++++++++++++++++++ > arch/x86/cpu/sc520/sc520_car.S | 3 +- > arch/x86/cpu/start.S | 3 +- > arch/x86/include/asm/arch-sc520/sc520.h | 26 ------------------ > arch/x86/include/asm/global_data.h | 19 ------------- > board/eNET/eNET_start16.S | 5 ++- > 6 files changed, 52 insertions(+), 49 deletions(-) > create mode 100644 arch/x86/cpu/sc520/asm-offsets.c Applied to u-boot-x86 Thanks, Graeme