From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-la0-x22c.google.com ([2a00:1450:4010:c03::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vnwn9-0000Oj-AC for barebox@lists.infradead.org; Tue, 03 Dec 2013 20:42:00 +0000 Received: by mail-la0-f44.google.com with SMTP id ep20so9612068lab.31 for ; Tue, 03 Dec 2013 12:41:37 -0800 (PST) Received: from localhost.localdomain (broadband-95-84-154-9.nationalcablenetworks.ru. [95.84.154.9]) by mx.google.com with ESMTPSA id i8sm37287462lbh.2.2013.12.03.12.41.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2013 12:41:36 -0800 (PST) From: Antony Pavlov Date: Wed, 4 Dec 2013 00:48:53 +0400 Message-Id: <1386103735-30029-1-git-send-email-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 0/2] MIPS: import exception stuff from linux kernel To: barebox@lists.infradead.org This patch series imports registers saving code from linux kernel. Just now it makes possible to dump registers state on exception; this dump is very valuable for debugging purposes. [PATCH 1/2] MIPS: add asm-offsets.h generation [PATCH 2/2] MIPS: import exception registers saving from linux kernel _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox