uboot-mt623x/cpu/arm920t
kevin.morfitt@fearnside-systems.co.uk d67cce2dda Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
This patch re-formats the code in cpu/arm920t and cpu/arm920t/23c24x0 in
preparation for changes to add support for the Embest SBC2440-II Board.

The changes are as follows:
- re-indent the code using Lindent
- make sure register layouts are defined using a C struct
- replace the upper-case typedef'ed C struct names with lower case
  non-typedef'ed ones
- make sure registers are accessed using the proper accessor functions
- run checkpatch.pl and fix any error reports

It assumes the following patch has been applied first:
- [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009

Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
any s3c2400 or s3c2410 boards but need this patch applying before I can submit
patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets and no
new warnings or errors were found.

Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2009-10-13 21:13:56 -05:00
..
at91rm9200 Add support for Eukrea CPUAT91 SBC 2009-10-13 06:17:35 -05:00
imx arm920/926/926: remove non needed header 2009-06-12 20:39:49 +02:00
ks8695 arm: timer and interrupt init rework 2009-06-12 20:39:48 +02:00
s3c24x0 Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code 2009-10-13 21:13:56 -05:00
Makefile arm920t/interrupts: Move conditional compilation to Makefile 2009-07-06 21:52:30 +02:00
config.mk arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
cpu.c arm: remove cpu_init 2009-06-12 20:39:52 +02:00
interrupts.c S3C24x0: extract interrupts from timer 2009-07-06 21:52:35 +02:00
start.S Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code 2009-10-13 21:13:56 -05:00
u-boot.lds arm: unify linker script 2009-06-12 20:39:52 +02:00