Lines Matching +full:image +full:- +full:processor
2 U-Boot for ARM Integrator Development Platforms
8 Manuals available from :-
12 --------
13 There are two Integrator variants - Integrator/AP and Integrator/CP.
15 Each CM consists of a ARM processor core and associated hardware e.g
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 ------------------
46 ----------------------
47 Code specific to initialization of a particular ARM processor has been placed in
50 However, to avoid duplicating code through all processor files, a generic core
56 need placing in each CM processor file......
66 The U-Boot make targets map to the available core modules as below.
73 ap926ejs_config Integrator Core Module for ARM926EJ-STM
74 ap946es_config Integrator Core Module for ARM946E-STM
76 cp926ejs_config Integrator Core Module for ARM926EJ-STM
77 cp946es_config Integrator Core Module for ARM946E-STM
78 cp1136_config Integrator Core Module ARM1136JF-S TM
81 code has yet been added to U-Boot i.e. they all use the same U-Boot binary
84 ap966_config Integrator Core Module for ARM966E-S TM
92 cp966_config Integrator Core Module for ARM966E-S TM
95 cp1026_config Integrator Core Module ARM1026EJ-S TM
102 board/integrator<>/u-boot.lds loads the cpu object first in the U-Boot image.