Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
about arm boot up
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2644 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
about arm boot up
Q L
over 12 years ago
Note: This was originally posted on 25th July 2012 at
http://forums.arm.com
I am coding on a bare computer, and I want to know the process to boot up an arm core. Such as set smp mode, init stack, and so on.
Could anyone provide me some reference or some guide?
Thanks.
Parents
Mallikarjun Shivappa Bidari
over 12 years ago
Note: This was originally posted on 2nd August 2012 at
http://forums.arm.com
Which ARM core/processor you are trying to boot-up?
Depending on the ARM core version, you can decie about SMP/AMP is supported or not.
Multicore/Multiprocessing is supported in Cortex-A processor series.
Depending on the Processor and your board architecture, we can do the following during bootup:
Booting Stages. (Single Stage or Multi Stage)
Memory Map
Exception/Vector Table configuration.
Exception Handler Stack initialization
HW initialization (Memory config etc...)
OS initialization (if used)
Tasks
Cancel
Vote up
0
Vote down
Cancel
Reply
Mallikarjun Shivappa Bidari
over 12 years ago
Note: This was originally posted on 2nd August 2012 at
http://forums.arm.com
Which ARM core/processor you are trying to boot-up?
Depending on the ARM core version, you can decie about SMP/AMP is supported or not.
Multicore/Multiprocessing is supported in Cortex-A processor series.
Depending on the Processor and your board architecture, we can do the following during bootup:
Booting Stages. (Single Stage or Multi Stage)
Memory Map
Exception/Vector Table configuration.
Exception Handler Stack initialization
HW initialization (Memory config etc...)
OS initialization (if used)
Tasks
Cancel
Vote up
0
Vote down
Cancel
Children
No data