]> git.sur5r.net Git - u-boot/commit
85xx: Move LAW init code into C
authorKumar Gala <galak@kernel.crashing.org>
Wed, 16 Jan 2008 07:13:58 +0000 (01:13 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 17 Jan 2008 05:21:55 +0000 (23:21 -0600)
commit83d40dfd79fe868796275802f60116d84b9e4395
tree3d7bfbe3ffe0fbf91395819ff486bde13fbad219
parent4c9e98ace78e7de972adf7da7135a46ec0a4ee7e
85xx: Move LAW init code into C

Move the initialization of the LAWs into C code and provide an API
to allow modification of LAWs after init.

Board code is responsible to provide a law_table and num_law_entries.

We should be able to use the same code on 86xx as well.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/cpu_init.c
cpu/mpc85xx/spd_sdram.c
cpu/mpc85xx/start.S
drivers/misc/Makefile
drivers/misc/fsl_law.c [new file with mode: 0644]
include/asm-ppc/fsl_law.h [new file with mode: 0644]