Attention is currently required from: Elyes Haouas.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68045 )
Change subject: nb/intel/i945/rcven.c: Sorte includes and add <stdint.h>
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/68045/comment/77db5f2d_398f4559
PS1, Line 7: Sorte
Sort
(also in the other change-sets)
--
To view, visit https://review.coreboot.org/c/coreboot/+/68045
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I360e4f8ed3b87225a09c7cbb761c570a579771cf
Gerrit-Change-Number: 68045
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Sun, 02 Oct 2022 12:26:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Felix Singer, Martin L Roth, Julius Werner.
Elyes Haouas has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/67915 )
Change subject: coreboot: Add support for include-what-you-use
......................................................................
Patch Set 1: Code-Review+2
(1 comment)
Patchset:
PS1:
I've used it today here: https://review.coreboot.org/q/topic:clean_Includes
--
To view, visit https://review.coreboot.org/c/coreboot/+/67915
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I084813f21a3c26cac1e4e134bf8a83eb8637ff63
Gerrit-Change-Number: 67915
Gerrit-PatchSet: 1
Gerrit-Owner: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Martin Roth <martin.roth(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Sun, 02 Oct 2022 11:04:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68040 )
Change subject: cpu/intel/car/romstage.c: Clean up includes and add <types.h>
......................................................................
cpu/intel/car/romstage.c: Clean up includes and add <types.h>
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
Change-Id: I84639389ac1066468b82bb13d684e5423b909fcb
---
M src/cpu/intel/car/romstage.c
1 file changed, 13 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/68040/1
diff --git a/src/cpu/intel/car/romstage.c b/src/cpu/intel/car/romstage.c
index 7a7d077..4c68ded 100644
--- a/src/cpu/intel/car/romstage.c
+++ b/src/cpu/intel/car/romstage.c
@@ -1,14 +1,14 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <arch/cpu.h>
#include <arch/romstage.h>
-#include <console/console.h>
-#include <cpu/x86/smm.h>
#include <arch/symbols.h>
#include <commonlib/helpers.h>
+#include <console/console.h>
+#include <cpu/x86/smm.h>
#include <program_loading.h>
#include <romstage_common.h>
#include <security/vboot/vboot_common.h>
+#include <types.h>
/* If we do not have a constrained _car_stack region size, use the
following as a guideline for acceptable stack usage. */
--
To view, visit https://review.coreboot.org/c/coreboot/+/68040
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I84639389ac1066468b82bb13d684e5423b909fcb
Gerrit-Change-Number: 68040
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-MessageType: newchange