-
Notifications
You must be signed in to change notification settings - Fork 0
WIP: payloads/bareflank: initial commit #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: lp64
Are you sure you want to change the base?
Conversation
|
@miczyg1 I don't believe we can review that, but we should definitely test that. @krystian-hebel where we can find any readme? |
|
@pietrushnic I wouldn't call it readme, but some instructions are available at CM-620. I'm still not sure if VMM should be included as a part of this payload or as a separate file in CBFS. First option would make it harder to customize a hypervisor, but it could be built in one process. |
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Forwarding table is no longer present in its normal regions, probably overwritten by SeaBIOS or payload. This address is specific to platform and coreboot version, so this (terrible) fix is useless anywhere else. Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
ff5012b to
bc58355
Compare
3381d18 to
d938537
Compare
…ot tables" This reverts commit fd7b089. Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
All include/* files were obtained from Bareflank commit ba613e2c687f Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
73ae7f8 to
3d41c2b
Compare
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
|
|
||
| ifeq ($(filter %clean,$(MAKECMDGOALS)),) | ||
| export KERNELVERSION := 0.1.0 | ||
| export KCONFIG_AUTOHEADER := $(coreinfo_obj)/config.h |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@krystian-hebel this coreinfo_obj stuff looks weird. Does it have any relation to coreinfo payload?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miczyg1 I've copied this MAkefile from coreinfo, there may be more leftovers, I guess I should clear it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do, This looks confusing
Memory reservation
Tested with #DE, #GP and #DB Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Signed-off-by: Krystian Hebel krystian.hebel@3mdeb.com