[coreboot] question about CFLAGS custom

2024-04-26 Thread Yoshinoya
Hi, I am studying coreboot source code. I have a question about how to costom CFLGAS. There is a Makefile.inc in the root of source code. I found some CFLAGS_common definition. Could i change CFLAGS setting in this file? And this changes could take effects in the whole coreboot module compile tim

[coreboot] Is there a interactive shell env like uefi shell in coreboot?

2024-04-29 Thread Yoshinoya
Hi, Is there a interactive shell env like uefi shell in coreboot? for example, user could let coreboot go into a console env in ramstage, and run some commands. Thanks___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an emai

[coreboot] question about nodefaultlibs gcc option

2024-04-30 Thread Yoshinoya
Hi, Could Coreboot use gcclib functions directly? I find not declare nodefaultlibs option during compiling coreboot source code. Thanks___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-le...@coreboot.org

[coreboot] ACPI_S3 resume mechanism in coreboot

2024-05-07 Thread Yoshinoya
Hi, Kyosti: I ask for help. Is there any document introducing acpi s3 resume mechanism in coreboot ? I am familiar with uefi bios, and there is boot script concept in uefi code. Buf I could not find any boot script code implemented in coreboot. For some early coreboot code(such as 2022 ver),