Difference between revisions of "IPXE"
Jump to navigation
Jump to search
PaulePanter (talk | contribs) (→Building: Update `cbfstool` command to reflect recent changes) |
(→Building: ctrl+b is an emergency shell, it should not be used as-is, instead the user should wait for the normal shell) |
||
Line 56: | Line 56: | ||
#undef REBOOT_CMD /* Reboot command */ | #undef REBOOT_CMD /* Reboot command */ | ||
#undef IMAGE_TRUST_CMD /* Image trust management commands */ | #undef IMAGE_TRUST_CMD /* Image trust management commands */ | ||
Copy the following in the shell.ipxe file | |||
#!ipxe | |||
shell | |||
Use the previously gathered PCI ID to include only the ath9k driver: | Use the previously gathered PCI ID to include only the ath9k driver: | ||
make clean; make bin/168c0029.rom | make clean; make -j3 bin/168c0029.rom EMBED=./shell.ipxe | ||
Go into your coreboot directory: | Go into your coreboot directory: | ||
cd ../../coreboot/ | cd ../../coreboot/ |