Casper Chang has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/79889?usp=email )
Change subject: mb/google/volteer/eldrid: Set touchsreen reset time back to 30ms
......................................................................
Abandoned
--
To view, visit https://review.coreboot.org/c/coreboot/+/79889?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ief94daf95f0bfce922471b5031bea70ed3b30243
Gerrit-Change-Number: 79889
Gerrit-PatchSet: 1
Gerrit-Owner: Casper Chang <casper_chang(a)wistron.corp-partner.google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: abandon
Attention is currently required from: Yu-Ping Wu.
Yidi Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79873?usp=email )
Change subject: .gitignore: Ignore payloads/libpayload/generated/
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/79873?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ief7afe3cf6ffcaba6aa5be27f41c6a32de9e6bbb
Gerrit-Change-Number: 79873
Gerrit-PatchSet: 1
Gerrit-Owner: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Wed, 10 Jan 2024 08:17:57 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Benjamin Doron, Jérémy Compostella.
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79863?usp=email )
Change subject: [DNM] cpu/x86/64bit/mode_switch2.S: Support runtime page tables
......................................................................
Patch Set 1:
(1 comment)
File src/cpu/x86/64bit/mode_switch2.S:
https://review.coreboot.org/c/coreboot/+/79863/comment/455caea8_11ff3e6b :
PS1, Line 22: page_tables
> It compiles, still need to test. If it does work, my guess is that the linker can find the symbol. […]
Maybe it compiles as the linker discards long_mode_call_3arg since it's not being used?
--
To view, visit https://review.coreboot.org/c/coreboot/+/79863?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic964038fd4dd810015e6a355a171e49db648c8fe
Gerrit-Change-Number: 79863
Gerrit-PatchSet: 1
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Attention: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Comment-Date: Wed, 10 Jan 2024 07:49:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Comment-In-Reply-To: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Jérémy Compostella, Patrick Rudolph.
Benjamin Doron has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79863?usp=email )
Change subject: [DNM] cpu/x86/64bit/mode_switch2.S: Support runtime page tables
......................................................................
Patch Set 1:
(1 comment)
File src/cpu/x86/64bit/mode_switch2.S:
https://review.coreboot.org/c/coreboot/+/79863/comment/23eabdbd_f4772f01 :
PS1, Line 22: page_tables
> that's not a global variable
It compiles, still need to test. If it does work, my guess is that the linker can find the symbol. To the linker, can symbols actually be private?
--
To view, visit https://review.coreboot.org/c/coreboot/+/79863?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic964038fd4dd810015e6a355a171e49db648c8fe
Gerrit-Change-Number: 79863
Gerrit-PatchSet: 1
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Comment-Date: Wed, 10 Jan 2024 06:54:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-MessageType: comment
Attention is currently required from: Benjamin Doron, Jérémy Compostella.
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79864?usp=email )
Change subject: cpu/x86: Support runtime page tables on APs
......................................................................
Patch Set 1:
(1 comment)
File src/cpu/x86/mp_init.c:
https://review.coreboot.org/c/coreboot/+/79864/comment/0a45c341_2bcde14d :
PS1, Line 236: uint32_t
should be uint64_t in case cbmem was installed >4GiB
--
To view, visit https://review.coreboot.org/c/coreboot/+/79864?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I61aa44e5301aab7a4c127d58a7caf815d3a7d74d
Gerrit-Change-Number: 79864
Gerrit-PatchSet: 1
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Attention: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Comment-Date: Wed, 10 Jan 2024 06:31:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Benjamin Doron, Jérémy Compostella.
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79863?usp=email )
Change subject: [DNM] cpu/x86/64bit/mode_switch2.S: Support runtime page tables
......................................................................
Patch Set 1:
(1 comment)
File src/cpu/x86/64bit/mode_switch2.S:
https://review.coreboot.org/c/coreboot/+/79863/comment/28ae6a43_3015814c :
PS1, Line 22: page_tables
that's not a global variable
--
To view, visit https://review.coreboot.org/c/coreboot/+/79863?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic964038fd4dd810015e6a355a171e49db648c8fe
Gerrit-Change-Number: 79863
Gerrit-PatchSet: 1
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Attention: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Comment-Date: Wed, 10 Jan 2024 06:30:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Benjamin Doron.
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79161?usp=email )
Change subject: arch/x86/mmu: Port armv8 MMU to x86_64
......................................................................
Patch Set 5:
(1 comment)
File src/arch/x86/mmu-romstage.c:
https://review.coreboot.org/c/coreboot/+/79161/comment/02cf15e7_435b7349 :
PS5, Line 8: 9 page
only if 1 GiB hugepages are supported
--
To view, visit https://review.coreboot.org/c/coreboot/+/79161?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I6e8b46e65925823a84b8ccd647c7d6848aa20992
Gerrit-Change-Number: 79161
Gerrit-PatchSet: 5
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Attention: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Comment-Date: Wed, 10 Jan 2024 06:29:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment