Skip to content
Snippets Groups Projects

Draft: feat: EF pipeline migration

Open Sébastien Heurtematte requested to merge feat/ef-runner into main
Compare and
8 files
+ 144
113
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 3
3
@@ -14,9 +14,9 @@
// configuration.
//
// References:
// - https://github.com/raspberrypi/linux/commit/757666748ebf69dc161a262faa3717a14d68e5aa
// - https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/release-notes.md
// - https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/README.md
// - https://github.com/raspberrypi/linux/commit/757666748ebf69dc161a262faa3717a14d68e5aa
// - https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/release-notes.md
// - https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/README.md
package piboot
import (
Loading