From 6ba313361550a9b6ec650d04286d9cf585a8238a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 11 Feb 2024 00:16:53 +0000 Subject: [PATCH] todo notes about riku's mxm research Signed-off-by: Leah Rowe --- site/tasks/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/site/tasks/index.md b/site/tasks/index.md index 004ec49..87af725 100644 --- a/site/tasks/index.md +++ b/site/tasks/index.md @@ -834,6 +834,24 @@ specs for it, are provided for in the above linked issue page. Several more high-end HP EliteBook machines use MXM graphics modules, e.g. HP EliteBook 8560w. +MXM works! TODO: merge +---------------------- + +Riku got it working. See: + +* SeaBIOS patch 1: +* SeaBIOS patch 2: +* mxmdump util: +* int tool: + +the "int" tool can be used to determine what mxm spec you have, and the mxmdump +util can be used to dump the mxm config. on systems where there is no i2c rom, +the system firmware (in this case libreboot) must provide it via int15h +interrupt. riku's seabios patches implement this. + +TODO: Merge in libreboot, with elitebook 8560w support. (riku will probably +merge this himself, but i'm adding it here just in case) + John lane GRUB patches ======================