From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sun, 17 Jan 2010 11:10:42 -0600 Subject: [U-Boot] [PATCH 2/8 V2] add at91 SoC access with c structures In-Reply-To: <4B522177.3020701@scharsoft.de> References: <4B522177.3020701@scharsoft.de> Message-ID: <4B534492.5010203@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jens Scharsig wrote: > * add at91 soc to arm920t, needs to join at91rm9200 into at91 arch > > > Signed-off-by: Jens Scharsig > --- > cpu/arm920t/at91/Makefile | 47 ++++++++++ > cpu/arm920t/at91/lowlevel_init.S | 177 ++++++++++++++++++++++++++++++++++++++ > cpu/arm920t/at91/reset.c | 58 ++++++++++++ > cpu/arm920t/at91/timer.c | 166 +++++++++++++++++++++++++++++++++++ > 4 files changed, 448 insertions(+), 0 deletions(-) > create mode 100644 cpu/arm920t/at91/Makefile > create mode 100644 cpu/arm920t/at91/lowlevel_init.S > create mode 100644 cpu/arm920t/at91/reset.c > create mode 100644 cpu/arm920t/at91/timer.c > It is unclear why arm920t/at91rm9200 -> arm920t/at91 I am not in favor of renaming dirs or making multiple copies of the same file. Please make your case on the list and in the commit log of the patch Tom