Skip to content
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

Update to Linux 4.14 with CBMEM console support #423

Closed
paulmenzel opened this issue May 27, 2018 · 6 comments
Closed

Update to Linux 4.14 with CBMEM console support #423

paulmenzel opened this issue May 27, 2018 · 6 comments

Comments

@paulmenzel
Copy link
Contributor

Since Linux 4.12, selecting GOOGLE_MEMCONSOLE_COREBOOT exports the CBMEM console under /sys/firmware/log, cf. commit d384d6f4 (firmware: google memconsole: Add coreboot support).

To not rely on cbmem, it’d be a good idea to update to Linux 4.14, as that is the latest LTS series.

@osresearch
Copy link
Collaborator

osresearch commented Jul 18, 2018

I've built a branch with 4.14.56 support: https://github.com/osresearch/heads/tree/linux-4.14-update

However with BOARD=qemu-coreboot and the current coreboot-4.7 there is no log to be found in /sys/firmware/log. I've confirmed that cbmem --console shows output, so the console is being logged.

@paulmenzel
Copy link
Contributor Author

paulmenzel commented Jul 18, 2018 via email

@osresearch
Copy link
Collaborator

@paulmenzel
Copy link
Contributor Author

paulmenzel commented Jul 18, 2018 via email

@osresearch
Copy link
Collaborator

Yes, cbmem --console has the output. I increased the log level to be sure that there would be something on the console: a75d8a0

@osresearch
Copy link
Collaborator

4.14 is now in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants