mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-03 23:07:39 +01:00
Adrien 'neox' Bourmault
a50d02e4ab
When a computer does not boot at all or the result is only a deep black screen, a very useful option can be to use a serial connector to get UART debug console and read it, looking for any useful hint. However, enabling UART debug console with a sufficient level of details slows down the boot process in most cases. This commit adds the capability to build debug images, using a special configuration file for coreboot with debug options. This is a simplistic way that works for now, but should be improved later on. These debug images will be generated in the bin-dbg/ directory instead of bin/ where regular images are located. Signed-off-by: Adrien 'neox' Bourmault <neox@gnu.org>
49 lines
518 B
Text
49 lines
518 B
Text
*.date
|
|
*.hash
|
|
*.html
|
|
*.sha1sum
|
|
*.vim
|
|
*feed.xml
|
|
*~
|
|
/*.bin
|
|
/*.elf
|
|
/*.rom
|
|
/TODO
|
|
/TODO/
|
|
/bin/
|
|
/bin-dbg/
|
|
/bucts/
|
|
/build_error
|
|
/compile
|
|
/config.guess
|
|
/config.sh
|
|
/config.sub
|
|
/coreboot/
|
|
/crossgcc/
|
|
/depthcharge/
|
|
/descriptors/
|
|
/docs/version
|
|
/grub/
|
|
/ich9utils/
|
|
/libtool
|
|
/ltmain.sh
|
|
/me_cleaner/
|
|
/memtest86plus/
|
|
/payload/
|
|
/push
|
|
/release/
|
|
/resources/coreboot/*/seen
|
|
/seabios/
|
|
/tmp/
|
|
/version
|
|
/versiondate
|
|
/website/pages/sitemap.md
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
config.log
|
|
config.status
|
|
configure
|
|
install-sh
|
|
missing
|