diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-04-28 09:23:30 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-05-01 10:33:05 +0530 |
commit | f1aa9e54e00006ae70aeac638d5b75093520f65d (patch) | |
tree | 34ca3d90e5ef4c62062ced3119852e27eb11cb79 /docs/platform/spike.md | |
parent | 4d063538f0493916dc6263276c4c84f31446db41 (diff) |
platform: Add generic FDT based platform support
We add generic FDT based platform support which provides platform
specific functionality based on the FDT passed by previous booting
stage.
By default, the generic FDT platform makes following assumptions:
1. platform FW_TEXT_START is 0x80000000
2. platform features are default
3. platform stack size is default
4. platform has no quirks or work-arounds
The above assumptions (except 1) can be overridden by adding special
platform callbacks which will be called based on the FDT root node
compatible string.
By default, we compile OpenSBI generic platform as follows:
$ make PLATFORM=generic
For a non-standard FW_TEXT_START, we can compile OpenSBI generic
platform as follows:
$ make PLATFORM=generic FW_TEXT_START=<non_standard_text_start>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'docs/platform/spike.md')
0 files changed, 0 insertions, 0 deletions