fix
parent
0909a07604
commit
3dcd7e4971
|
@ -2,6 +2,16 @@
|
||||||
% Leah Rowe
|
% Leah Rowe
|
||||||
% 19 March 2023
|
% 19 March 2023
|
||||||
|
|
||||||
|
**UPDATE: I think I fixed the issue mentioned in the update below. As I write
|
||||||
|
this note, I need to wait until I can access my flashing gear. Will re-add
|
||||||
|
t440pmrc/w541mrc to rsync if i'm right. on irc last night i discovered mrc
|
||||||
|
needs to be in a fixed offset, after looking at coreboot src. i replicated
|
||||||
|
that offset using `-b` switch in cbfstool. what i need to know is whether it's
|
||||||
|
always the same offse tfor anyone who compiles it, then i can adjust in the
|
||||||
|
blobtool script**
|
||||||
|
|
||||||
|
Original update announcement below:
|
||||||
|
|
||||||
**UPDATE: `t440pmrc_12mb` and `w541mrc_12mb` images were deleted from the
|
**UPDATE: `t440pmrc_12mb` and `w541mrc_12mb` images were deleted from the
|
||||||
release; PLEASE DO NOT USE THEM AS THEY DO NOT BOOT.**
|
release; PLEASE DO NOT USE THEM AS THEY DO NOT BOOT.**
|
||||||
|
|
||||||
|
@ -10,6 +20,8 @@ use the libre MRC replacement for raminit. The `t440pmrc_12mb`
|
||||||
and `w541mrc_12mb` images use blob MRC. More info about that is below, and
|
and `w541mrc_12mb` images use blob MRC. More info about that is below, and
|
||||||
you can read this follow-up news article about the retroactive deletion, see:**
|
you can read this follow-up news article about the retroactive deletion, see:**
|
||||||
|
|
||||||
|
^ The notes above will be updated once this is cleared up.
|
||||||
|
|
||||||
**[libreboot20230319_update.md](libreboot20230319_update.md)**
|
**[libreboot20230319_update.md](libreboot20230319_update.md)**
|
||||||
|
|
||||||
Libreboot provides boot firmware for supported x86/ARM machines, starting a
|
Libreboot provides boot firmware for supported x86/ARM machines, starting a
|
||||||
|
|
|
@ -2,6 +2,17 @@
|
||||||
% Leah Rowe
|
% Leah Rowe
|
||||||
% 23 March 2023
|
% 23 March 2023
|
||||||
|
|
||||||
|
**UPDATE: I think I fixed the issue mentioned in the update below. As I write
|
||||||
|
this note, I need to wait until I can access my flashing gear. Will re-add
|
||||||
|
t440pmrc/w541mrc to rsync if i'm right. on irc last night i discovered mrc
|
||||||
|
needs to be in a fixed offset, after looking at coreboot src. i replicated
|
||||||
|
that offset using `-b` switch in cbfstool. what i need to know is whether it's
|
||||||
|
always the same offse tfor anyone who compiles it, then i can adjust in the
|
||||||
|
blobtool script**
|
||||||
|
|
||||||
|
note above and/or this page will be amended/deleted if fix works, and then i
|
||||||
|
will just re-add mrc-based images to rsync. sorry for inconvenience.
|
||||||
|
|
||||||
Introduction, and warning
|
Introduction, and warning
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue