HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/29940 )
Change subject: arch/arm64/boot.c: Remove not used variable
......................................................................
Abandoned
see 29917
--
To view, visit https://review.coreboot.org/c/coreboot/+/29940
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic275f3d3377b4bd40ca9fb591332dc9b2fd9effe
Gerrit-Change-Number: 29940
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: abandon
Hello Angel Pons, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/29917
to look at the new patch set (#4).
Change subject: {sb,lib,drivers,device,arch}: Remove not used variable
......................................................................
{sb,lib,drivers,device,arch}: Remove not used variable
Change-Id: Ibdfbf1031130ff861c4313d1271d6ccb68bf8837
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/arch/arm64/boot.c
M src/device/dram/ddr3.c
M src/drivers/spi/sst.c
M src/lib/selfboot.c
M src/southbridge/amd/common/amd_pci_util.c
M src/southbridge/intel/i82371eb/fadt.c
6 files changed, 5 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/29917/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/29917
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibdfbf1031130ff861c4313d1271d6ccb68bf8837
Gerrit-Change-Number: 29917
Gerrit-PatchSet: 4
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29941 )
Change subject: cpu/amd/quadcore/quadcore.c: Remove not used variable
......................................................................
Patch Set 1:
> Would it be possible to group these into reasonable sized patches -
> maybe 15 or 20 changes in a patch? Say do all of the ones in the
> src/cpu/amd or src/cpu subdirectory instead of doing them
> one-by-one? If that's not needed, and there are really only a few
> issues, I'm fine with them being done one-off, but I'm doubtful
> that that's the case.
Sure ! :)
--
To view, visit https://review.coreboot.org/c/coreboot/+/29941
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I826ba637c77dcdac04d0494c00b1b90e5303c63e
Gerrit-Change-Number: 29941
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Martin Roth <martinroth(a)google.com>
Gerrit-Comment-Date: Thu, 29 Nov 2018 20:12:57 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29942
Change subject: sb/amd/common/amd_pci_util.c: Remove not used variable
......................................................................
sb/amd/common/amd_pci_util.c: Remove not used variable
Change-Id: Ie239d067529f6cdea2bea5ae7327562ccb080196
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/southbridge/amd/common/amd_pci_util.c
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/29942/1
diff --git a/src/southbridge/amd/common/amd_pci_util.c b/src/southbridge/amd/common/amd_pci_util.c
index ca76809..acec116 100644
--- a/src/southbridge/amd/common/amd_pci_util.c
+++ b/src/southbridge/amd/common/amd_pci_util.c
@@ -100,7 +100,6 @@
u16 target_pin = 0; /* Pin we will search our tables for */
u16 int_line = 0; /* IRQ number read from PCI_INTR table and programmed to INT_LINE reg 0x3C */
u16 pci_intr_idx = 0; /* Index into PCI_INTR table, 0xC00/0xC01 */
- u8 bus = 0; /* A PCI Device Bus number */
u16 devfn = 0; /* A PCI Device and Function number */
u8 bridged_device = 0; /* This device is on a PCI bridge */
u32 i = 0;
@@ -132,7 +131,6 @@
if (int_pin < 1 || int_pin > 4)
continue; /* Device has invalid INT_PIN so skip it */
- bus = target_dev->bus->secondary;
devfn = target_dev->path.pci.devfn;
/*
--
To view, visit https://review.coreboot.org/c/coreboot/+/29942
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie239d067529f6cdea2bea5ae7327562ccb080196
Gerrit-Change-Number: 29942
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-MessageType: newchange
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29926 )
Change subject: Crash Test
......................................................................
Patch Set 4:
You might want to turn off warnings-as-errors to see the entire list of issues instead of having the build stop on the first one.
Also, why are you disabling the other warnings in this patch?
--
To view, visit https://review.coreboot.org/c/coreboot/+/29926
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic3dde296ab4b84add8a8ab6a3bb5ecb65da2c158
Gerrit-Change-Number: 29926
Gerrit-PatchSet: 4
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 29 Nov 2018 19:55:26 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Martin Roth has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29941 )
Change subject: cpu/amd/quadcore/quadcore.c: Remove not used variable
......................................................................
Patch Set 1:
Would it be possible to group these into reasonable sized patches - maybe 15 or 20 changes in a patch? Say do all of the ones in the src/cpu/amd or src/cpu subdirectory instead of doing them one-by-one? If that's not needed, and there are really only a few issues, I'm fine with them being done one-off, but I'm doubtful that that's the case.
--
To view, visit https://review.coreboot.org/c/coreboot/+/29941
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I826ba637c77dcdac04d0494c00b1b90e5303c63e
Gerrit-Change-Number: 29941
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-CC: Martin Roth <martinroth(a)google.com>
Gerrit-Comment-Date: Thu, 29 Nov 2018 19:54:17 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment