Lines Matching +full:arm926ej +full:- +full:s
2 U-Boot for ARM Integrator Development Platforms
8 Manuals available from :-
12 --------
13 There are two Integrator variants - Integrator/AP and Integrator/CP.
24 ------------
25 Integrator platforms can be configured to use U-Boot in at least three ways :-
26 a) Run ARM boot monitor, manually run U-Boot image from flash
27 b) Run ARM boot monitor, automatically run U-Boot image from flash
28 c) Run U-Boot image direct from flash.
32 U-Boot has to carry out minimal configration before standard code is run.
34 In case c) it may be necessary for U-Boot to perform CM dependent initialization.
36 Configuring U-Boot :
37 ------------------
48 ----------------------
50 cpu/arm<>/start.S so that it may be used by other boards.
63 board/integrator<>/platform.S
68 The U-Boot make targets map to the available core modules as below.
75 ap926ejs_config Integrator Core Module for ARM926EJ-STM
76 ap946es_config Integrator Core Module for ARM946E-STM
78 cp926ejs_config Integrator Core Module for ARM926EJ-STM
79 cp946es_config Integrator Core Module for ARM946E-STM
80 cp1136_config Integrator Core Module ARM1136JF-S TM
83 code has yet been added to U-Boot i.e. they all use the same U-Boot binary
86 ap966_config Integrator Core Module for ARM966E-S TM
94 cp966_config Integrator Core Module for ARM966E-S TM
97 cp1026_config Integrator Core Module ARM1026EJ-S TM
104 board/integrator<>/u-boot.lds loads the cpu object first in the U-Boot image.