Move post_codes.h to commonlib/console/
Move post_codes.h from include/console to commonlib/include/commonlib/console. This is because post_codes.h is needed by code from util/ (util/ code in different commit). Also, it sorts the #include statements in the files that were modified. BUG=b:172210863 Signed-off-by: Ricardo Quesada <ricardoq@google.com> Change-Id: Ie48c4b1d01474237d007c47832613cf1d4a86ae1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56403 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Paul Fagerburg
parent
1b9ae18726
commit
470ca5714f
@ -5,26 +5,26 @@
|
||||
* C Bootstrap code for the coreboot
|
||||
*/
|
||||
|
||||
#include <adainit.h>
|
||||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpi_gnvs.h>
|
||||
#include <adainit.h>
|
||||
#include <arch/exception.h>
|
||||
#include <boot/tables.h>
|
||||
#include <bootstate.h>
|
||||
#include <console/console.h>
|
||||
#include <console/post_codes.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <cbmem.h>
|
||||
#include <version.h>
|
||||
#include <commonlib/console/post_codes.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <console/console.h>
|
||||
#include <delay.h>
|
||||
#include <device/device.h>
|
||||
#include <device/pci.h>
|
||||
#include <delay.h>
|
||||
#include <stdlib.h>
|
||||
#include <boot/tables.h>
|
||||
#include <program_loading.h>
|
||||
#include <stdlib.h>
|
||||
#include <thread.h>
|
||||
#include <timer.h>
|
||||
#include <timestamp.h>
|
||||
#include <thread.h>
|
||||
#include <vendorcode/google/chromeos/gnvs.h>
|
||||
#include <version.h>
|
||||
|
||||
static boot_state_t bs_pre_device(void *arg);
|
||||
static boot_state_t bs_dev_init_chips(void *arg);
|
||||
|
Reference in New Issue
Block a user