Attention is currently required from: Alexander Couzens, Keith Hui, Nicholas Chin.
Patrick Rudolph has posted comments on this change by Keith Hui. ( https://review.coreboot.org/c/coreboot/+/85924?usp=email )
Change subject: mb/*: Drop xhci_overcurrent_map II
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I used t530 as an example and the USB OC config matches. How did you test if there's a mismatch?
--
To view, visit https://review.coreboot.org/c/coreboot/+/85924?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ie60d34cae5ae94d148854b42f77ab4c02e8f49ef
Gerrit-Change-Number: 85924
Gerrit-PatchSet: 1
Gerrit-Owner: Keith Hui <buurin(a)gmail.com>
Gerrit-Reviewer: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Attention: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Attention: Keith Hui <buurin(a)gmail.com>
Gerrit-Comment-Date: Sat, 11 Jan 2025 09:02:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Keith Hui.
Patrick Rudolph has posted comments on this change by Keith Hui. ( https://review.coreboot.org/c/coreboot/+/85922?usp=email )
Change subject: sb/intel/bd82x6x: Apply EHCI mapping to xhci_overcurrent_mapping
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85922?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iab30a07c8df223e4053c5f28df5e5ed926f278f7
Gerrit-Change-Number: 85922
Gerrit-PatchSet: 1
Gerrit-Owner: Keith Hui <buurin(a)gmail.com>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Keith Hui <buurin(a)gmail.com>
Gerrit-Comment-Date: Sat, 11 Jan 2025 08:56:52 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Martin L Roth.
Hello Martin L Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85936?usp=email
to look at the new patch set (#2).
Change subject: Makefile: Add ctags target in Makefile
......................................................................
Makefile: Add ctags target in Makefile
Add 'ctags' target.
we can see that 'make help' says
...
ctags / ctags-project ...
...
but, Makefile have only 'ctags-project' target.
Change-Id: Ie554892bcb072d773babf745d7756630327d2975
Signed-off-by: melongmelong <knw0507(a)naver.com>
---
M Makefile
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/85936/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85936?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ie554892bcb072d773babf745d7756630327d2975
Gerrit-Change-Number: 85936
Gerrit-PatchSet: 2
Gerrit-Owner: Name of user not set #1005756
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Name of user not set #1005756 has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85936?usp=email )
Change subject: Makefile: Add ctags target in Makefile
......................................................................
Makefile: Add ctags target in Makefile
Add 'ctags' target.
we can see that 'make help' says
...
ctags / ctags-project - Make ctags file for all of coreboot or current board
...
but, Makefile have only 'ctags-project' target.
Change-Id: Ie554892bcb072d773babf745d7756630327d2975
Signed-off-by: melongmelong <knw0507(a)naver.com>
---
M Makefile
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/85936/1
diff --git a/Makefile b/Makefile
index 5e45e16..49c19cb 100644
--- a/Makefile
+++ b/Makefile
@@ -486,6 +486,9 @@
cat $(obj)/project_filelist.txt | \
xargs ctags -o tags
+ctags:
+ ctags -R
+
cscope-project: clean-cscope $(obj)/project_filelist.txt
cat $(obj)/project_filelist.txt | xargs cscope -b
--
To view, visit https://review.coreboot.org/c/coreboot/+/85936?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ie554892bcb072d773babf745d7756630327d2975
Gerrit-Change-Number: 85936
Gerrit-PatchSet: 1
Gerrit-Owner: Name of user not set #1005756