| Age | Commit message (Collapse) | Author |
|
The SPARC architecture is currently unmaintained, remove.
Cc: Francois Retief <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
|
|
Remove the board.c and time.c files and all associated non-generic board
initialization code.
Signed-off-by: Francois Retief <[email protected]>
|
|
Signed-off-by: Daniel Hellstrom <[email protected]>
|
|
Introduce the CONFIG_SYS_TIMER_* macros in include/asm/config.h to make use
of the generic timer infrastructure in lib/time.c.
Created a timer_init() function to initialize the timer hardware and update
the #ifdef in board_init_f to allow this function to be called during the
start-up sequence.
Signed-off-by: Francois Retief <[email protected]>
|
|
Reworked the LEON3 start.S code to call board_init_f function at startup.
Also implemented the relocate_code function in assembly to relocate the
monitor and setup the stack pointer before calling relocated board_init_r.
Add the CONFIG_SYS_GENERIC_BOARD variable to all the LEON3 boards.
Signed-off-by: Francois Retief <[email protected]>
|
|
Signed-off-by: Daniel Hellstrom <[email protected]>
|
|
Signed-off-by: Francois Retief <[email protected]>
|
|
Signed-off-by: Francois Retief <[email protected]>
|
|
Initial ground work in preperation for generic board initialization
code for the SPARC architecture.
Signed-off-by: Francois Retief <[email protected]>
|
|
Signed-off-by: Francois Retief <[email protected]>
|
|
Signed-off-by: Daniel Hellstrom <[email protected]>
|
|
Signed-off-by: Daniel Hellstrom <[email protected]>
|
|
Without this patch SPARC/LEON does not build.
Reported-by: Tom Rini <[email protected]>
Signed-off-by: Daniel Hellstrom <[email protected]>
|
|
Before it was hardcoded to 1000 ticks per second.
Signed-off-by: Daniel Hellstrom <[email protected]>
|
|
Signed-off-by: Wolfgang Denk <[email protected]>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <[email protected]>
|
|
Signed-off-by: Lo�c Minier <[email protected]>
|
|
Signed-off-by: Peter Tyser <[email protected]>
|