From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755501AbbLXQk5 (ORCPT ); Thu, 24 Dec 2015 11:40:57 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:37138 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752168AbbLXQkz (ORCPT ); Thu, 24 Dec 2015 11:40:55 -0500 From: Ivaylo Dimitrov To: linux@arm.linux.org.uk, tony@atomide.com, nicolas.pitre@linaro.org, arnd@arndb.de, pali.rohar@gmail.com Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Ivaylo Dimitrov Subject: [PATCH 0/2] OMAP: RX51: save atags data to be exported on /proc/atags Date: Thu, 24 Dec 2015 18:37:54 +0200 Message-Id: <1450975076-7411-1-git-send-email-ivo.g.dimitrov.75@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <20151224153536.GJ30871@n2100.arm.linux.org.uk> References: <20151224153536.GJ30871@n2100.arm.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nokia N900 legacy userspace needs ATAGS passed by the bootloder to be available in /proc/atags. With DT booted kernel this information is no longer availabe. Fix that by saving ATAGS data early in the boot stage so it can be exported in /proc/atags later Ivaylo Dimitrov (2): ARM: ATAGS: move save_atags() to include/asm arch/arm/include/asm/setup.h OMAP: RX51: save ATAGS data in the early boot stage arch/arm/include/asm/setup.h | 6 ++++++ arch/arm/kernel/atags.h | 6 ------ arch/arm/mach-omap2/board-generic.c | 12 +++++++++++- 3 files changed, 17 insertions(+), 7 deletions(-) -- 1.9.1