David Brownell
c2cc677056
ARM: rename armv4_5_algorithm as arm_algorithm
...
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-04 20:19:49 -08:00
David Brownell
e51b9a4ac7
ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
...
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-04 19:46:44 -08:00
David Brownell
0073e7a69e
ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
...
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-04 19:21:14 -08:00
David Brownell
31e3ea7c19
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
...
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-04 19:14:48 -08:00
Zachary T Welch
d9dc604a4d
remove target.h from flash.h
...
The flash.h header does not require the target.h header file, but
its implementation source files do. Move it to flash/nor/imp.h.
2009-12-04 16:56:23 -08:00
Zachary T Welch
41e92d8a7a
change #include "arm966e.h" to <target/arm966e.h>
...
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "arm966e.h"
the following form should be used.
#include <target/arm966e.h>
The exception is from .c files in the same directory.
2009-12-03 04:24:40 -08:00
Zachary T Welch
2958665f6b
change #include "algorithm.h" to <target/algorithm.h>
...
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "algorithm.h"
the following form should be used.
#include <target/algorithm.h>
The exception is from .c files in the same directory.
2009-12-03 04:24:40 -08:00
Zachary T Welch
fe9228a32d
move nor drivers to src/flash/nor
...
Moves NOR flash drivers to 'src/flash/nor/'.
Adds 'src/flash/nor/Makefile.am'.
Builds 'libocdflashnor.la'.
2009-12-02 23:27:09 -08:00