Attention is currently required from: Bora Guvendik, Cliff Huang, Kyoung Il Kim, Subrata Banik.
Jérémy Compostella has posted comments on this change by Cliff Huang. ( https://review.coreboot.org/c/coreboot/+/85198?usp=email )
Change subject: drivers/intel/touch: Add driver for Intel Touch Controller and Devices
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
As I am not owner I cannot mark it as WIP. -1 to indicate this.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85198?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: Ibcd2a75a41460dee67aebdc61ee9e85fa98b71bf
Gerrit-Change-Number: 85198
Gerrit-PatchSet: 4
Gerrit-Owner: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Comment-Date: Tue, 17 Dec 2024 22:38:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Bora Guvendik, Cliff Huang, Kyoung Il Kim, Subrata Banik.
Jérémy Compostella has posted comments on this change by Cliff Huang. ( https://review.coreboot.org/c/coreboot/+/85198?usp=email )
Change subject: drivers/intel/touch: Add driver for Intel Touch Controller and Devices
......................................................................
Patch Set 4:
(1 comment)
File src/drivers/intel/touch/touch.c:
https://review.coreboot.org/c/coreboot/+/85198/comment/cab62350_30715d61?us… :
PS2, Line 28: truct thc_hidi2c_info {
: /* device I2C address */
: uint16_t dev_addr;
: /* device connection speed */
: uint32_t connection_speed;
: /* device address mode */
: uint8_t addr_mode;
: /* Standard Mode (100 kbit/s) Serial Clock Line HIGH Period */
: uint32_t sm_scl_high_period;
: /* Standard Mode (100 kbit/s) Serial Clock Line LOW Period */
: uint32_t sm_scl_low_period;
: /* Standard Mode (100 kbit/s) Serial Data Line Transmit Hold Period*/
: uint32_t sm_sda_hold_tx_period;
: /* Standard Mode (100 kbit/s) Serial Data Receive Hold Period */
: uint32_t sm_sda_hold_rx_period;
: /* Fast Mode (400 kbit/s) Serial Clock Line HIGH Period */
: uint32_t fm_scl_high_period;
: /* Fast Mode (400 kbit/s) Serial Clock Line LOW Period */
: uint32_t fm_scl_low_period;
: /* Fast Mode (400 kbit/s) Serial Data Line Transmit Hold Period */
: uint32_t fm_sda_hold_tx_period;
: /* Fast Mode (400 kbit/s) Serial Data Line Receive Hold Period */
: uint32_t fm_sda_hold_rx_period;
: /* Maximum length (in ic_clk_cycles) of suppressed spikes in Std Mode, Fast
: Mode, and Fast Mode Plus. */
: uint32_t suppressed_spikes_s_f_fp;
: /* Fast Mode Plus (1Mbit/sec) Serial Clock Line HIGH Period */
: uint32_t fmp_scl_high_period;
: /* Fast Mode Plus (1Mbit/sec) Serial Clock Line LOW Period */
: uint32_t fmp_scl_low_period;
: /* Fast Mode Plus (1Mbit/sec) Serial Data Line Transmit HOLD Period */
: uint32_t fmp_sda_hold_tx_period;
: /* Fast Mode Plus (1Mbit/sec) Serial Data Line Receive HOLD Period */
: uint32_t fmp_sda_hold_rx_period;
: /* High Speed Mode Plus (3.4Mbits/sec) Serial Clock Line HIGH Period */
: uint32_t hm_scl_high_period;
: /* High Speed Mode Plus (3.4Mbits/sec) Serial Clock Line LOW Period */
: uint32_t hm_scl_low_period;
: /* High Speed Mode Plus (3.4Mbits/sec) Serial Data Line Transmit HOLD Period */
: uint32_t hm_sda_hold_tx_period;
: /* High Speed Mode Plus (3.4Mbits/sec) Serial Data Line Receive HOLD Period */
: uint32_t hm_sda_hold_rx_period;
: /* Maximum length (in ic_clk_cycles) of suppressed spikes in High Speed Mode */
: uint32_t suppressed_spikes_h_fp;
> It looks like this data structure could be a simple sub data structure of `struct drivers_intel_touc […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/85198?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: Ibcd2a75a41460dee67aebdc61ee9e85fa98b71bf
Gerrit-Change-Number: 85198
Gerrit-PatchSet: 4
Gerrit-Owner: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Comment-Date: Tue, 17 Dec 2024 22:37:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Jérémy Compostella <jeremy.compostella(a)intel.com>
Attention is currently required from: Bora Guvendik, Cliff Huang, Jérémy Compostella, Kapil Porwal, Kyoung Il Kim, Pranava Y N, Subrata Banik.
Jérémy Compostella has uploaded a new patch set (#6) to the change originally created by Cliff Huang. ( https://review.coreboot.org/c/coreboot/+/85199?usp=email )
Change subject: soc/intel/pantherlake: Update Touch Controller UPD params
......................................................................
soc/intel/pantherlake: Update Touch Controller UPD params
Configure ThcMode and ThcWakeOnTouch UPDs according to the SoC chip
configuration from the devicetree.
BUG=none
TEST=TBD
Signed-off-by: Cliff Huang <cliff.huang(a)intel.com>
Change-Id: I15fb62eaadc03b9a17e94609b97c686518150e2e
---
M src/soc/intel/pantherlake/chip.h
M src/soc/intel/pantherlake/fsp_params.c
2 files changed, 28 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/85199/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/85199?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: I15fb62eaadc03b9a17e94609b97c686518150e2e
Gerrit-Change-Number: 85199
Gerrit-PatchSet: 6
Gerrit-Owner: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Pranava Y N <pranavayn(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Pranava Y N <pranavayn(a)google.com>
Attention is currently required from: Bora Guvendik, Jérémy Compostella, Kyoung Il Kim, Subrata Banik.
Jérémy Compostella has uploaded a new patch set (#4) to the change originally created by Cliff Huang. ( https://review.coreboot.org/c/coreboot/+/85198?usp=email )
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: drivers/intel/touch: Add driver for Intel Touch Controller and Devices
......................................................................
drivers/intel/touch: Add driver for Intel Touch Controller and Devices
This driver is for Intel Touch Host controller (THC). THC supports a
host controller interface to the touch IC for high bandwidth touch data
transfer from SPI based touch ICs. This driver supports WACOM, ELAN
HYNITRON, and generic touch sensor devices.
- Change MTL_DID define names
Modified MTL THC DIDs according to: 81330/comment/b7f5bc9d_a34d6a77
When touch controller is configured as THC-SPI mode, DID is 0x7e49 for
THC0, and 0x7e4b for THC1.
0x7e48 and 0x7e4a are the DIDs when ThcMode is 0 (Default:Intel) for
THC0 and THC1 respectively.
Refer MTL EDS vol 1: 640228.
- Add PTL DIDs
When touch controller is configured as THC-I2C mode, DID is 0xe448 for
THC0, and 0xe44a for THC1.
0xe449 and 0xe44b are the DIDs when ThcMode is THC-SPI for THC0 and THC1
respectively.
ref: PTL EDS vol 1: 815002
- THC ACPI:
This driver generates the following ACPI objects:
- _DSM
- _CRS
- _DSD (for THC-I2C only)
- Power resource with _STA, _ON, and _OFF
- _RST (for THC-SPI only)
supported devices:
WACOM: THC-SPI touchscreen only
ELAN: both THC-SPI and THC-I2C touchscreen
HYNITRON: THC-I2C touchpad only
BUG=none
Signed-off-by: Cliff Huang <cliff.huang(a)intel.com>
Change-Id: Ibcd2a75a41460dee67aebdc61ee9e85fa98b71bf
---
A src/drivers/intel/touch/Kconfig
A src/drivers/intel/touch/Makefile.mk
A src/drivers/intel/touch/chip.h
A src/drivers/intel/touch/elan.h
A src/drivers/intel/touch/hynitron.h
A src/drivers/intel/touch/touch.c
A src/drivers/intel/touch/wacom.h
M src/include/device/pci_ids.h
8 files changed, 1,069 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/85198/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/85198?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: Ibcd2a75a41460dee67aebdc61ee9e85fa98b71bf
Gerrit-Change-Number: 85198
Gerrit-PatchSet: 4
Gerrit-Owner: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Attention is currently required from: Nick Vaccaro, Ren Kuo, Subrata Banik.
Hello Nick Vaccaro, Ren Kuo, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85642?usp=email
to look at the new patch set (#2).
Change subject: mb/google/brox: Include CSE reset in mainboard reset expectation
......................................................................
mb/google/brox: Include CSE reset in mainboard reset expectation
If CSE is in RO, then a reset is expected for CSE to jump to RW. Include
that reset in mainboard_expects_another_reset() logic. This will avoid
unnecessary warm reset during regular boot flow in boards with non-UFS
storage.
BUG=None
TEST=Build Brox BIOS image and boot to OS. Ensure that redundant reset
to disable UFS controller is avoided.
Before this change:
[INFO ] Disabling UFS controllers
[INFO ] Warm Reset after disabling UFS controllers
[INFO ] system_reset() called!
<snip>
[DEBUG] HECI: Global Reset(Type:1) Command
<snip>
[INFO ] Disabling UFS controllers
[INFO ] Warm Reset after disabling UFS controllers
[INFO ] system_reset() called!
After this change:
[DEBUG] HECI: Global Reset(Type:1) Command
<snip>
[INFO ] Disabling UFS controllers
[INFO ] Warm Reset after disabling UFS controllers
[INFO ] system_reset() called!
Change-Id: I80a46b15813b6bdfa6c029c54590f4b7c2a6754b
Signed-off-by: Karthikeyan Ramasubramanian <kramasub(a)google.com>
---
M src/mainboard/google/brox/variants/baseboard/brox/romstage.c
1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/85642/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85642?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: I80a46b15813b6bdfa6c029c54590f4b7c2a6754b
Gerrit-Change-Number: 85642
Gerrit-PatchSet: 2
Gerrit-Owner: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Reviewer: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)chromium.org>
Attention is currently required from: Naresh Solanki.
Jérémy Compostella has posted comments on this change by Naresh Solanki. ( https://review.coreboot.org/c/coreboot/+/85640?usp=email )
Change subject: soc/amd/glinda/cpu: Update cache info
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I am a bit confused by this set of patches. Could you try to clarify the need, the technical limits of the current implementation and available weak functions ?
--
To view, visit https://review.coreboot.org/c/coreboot/+/85640?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: I46947e8ac62c903036a81642e03201e353c3dac6
Gerrit-Change-Number: 85640
Gerrit-PatchSet: 1
Gerrit-Owner: Naresh Solanki <naresh.solanki(a)9elements.com>
Gerrit-CC: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Naresh Solanki <naresh.solanki(a)9elements.com>
Gerrit-Comment-Date: Tue, 17 Dec 2024 22:20:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Arthur Heymans, Jakub Czapiga, Jérémy Compostella, Lean Sheng Tan, Matt DeVillier, Maximilian Brune, Philipp Hug, Simon Glass, ron minnich.
Benjamin Doron has posted comments on this change by Maximilian Brune. ( https://review.coreboot.org/c/coreboot/+/76591?usp=email )
Change subject: Add UPL FDT handoff
......................................................................
Patch Set 28:
(1 comment)
File src/lib/upl_fdt_table.c:
https://review.coreboot.org/c/coreboot/+/76591/comment/2a8c89ec_cc3c6b4e?us… :
PS24, Line 99: // add memory and memory-reserved nodes; TODO(benjamindoron): Some mmio instead of memory
> what is the intention behind the TODO?
I believe some of these should be "mmio" not "memory". The payload may be able to use these more intelligently if it knows what it's reserved as
--
To view, visit https://review.coreboot.org/c/coreboot/+/76591?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: I36148e9de6ee992a67ec853ef5cbf1b5f83b44ae
Gerrit-Change-Number: 76591
Gerrit-PatchSet: 28
Gerrit-Owner: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Jakub Czapiga <czapiga(a)google.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Philipp Hug <philipp(a)hug.cx>
Gerrit-Reviewer: Simon Glass <sjg(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: ron minnich <rminnich(a)gmail.com>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Shuo Liu <shuo.liu(a)intel.com>
Gerrit-CC: coreboot org <coreboot.org(a)gmail.com>
Gerrit-Attention: Philipp Hug <philipp(a)hug.cx>
Gerrit-Attention: Jakub Czapiga <czapiga(a)google.com>
Gerrit-Attention: Jérémy Compostella <jeremy.compostella(a)intel.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Attention: Simon Glass <sjg(a)chromium.org>
Gerrit-Attention: ron minnich <rminnich(a)gmail.com>
Gerrit-Comment-Date: Tue, 17 Dec 2024 21:57:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Maximilian Brune <maximilian.brune(a)9elements.com>
Attention is currently required from: Felix Held, Julius Werner, Lean Sheng Tan, Matt DeVillier, Maximilian Brune.
Benjamin Doron has posted comments on this change by Benjamin Doron. ( https://review.coreboot.org/c/coreboot/+/84796?usp=email )
Change subject: lib/{fit,fit_payload}.c: Enhance support for FIT images
......................................................................
Patch Set 5:
(7 comments)
File src/include/fit.h:
https://review.coreboot.org/c/coreboot/+/84796/comment/0388d448_c540f889?us… :
PS4, Line 19: uintptr_t entry_offset;
> Yeah, they are, and I will. […]
Done
File src/lib/fit.c:
https://review.coreboot.org/c/coreboot/+/84796/comment/a0122802_364837da?us… :
PS4, Line 121: be32_to_cpu(*(size_t *)
I'm surprised there are two ways to convert endianness in coreboot. Is one just the internals for the other? Either way, that's done.
> Also, if you do need to directly dereference (and hopefully we should have enough helpers for every case so you never do),
> never use architecture-dependent-length types like size_t or uintptr_t.
Ah, I think I see now. As I saw it, I was casting a data pointer (probably `void *`) into a natively sized pointer to dereference, then swapping the bytes for converting it. But this doesn't work when dealing with external data.
There are multiple problems though:
- EDK2 has no address-cells and size-cells props
- EDK2 might not comply with its own props: the implementation as of patchset 5 reflects EDK2's build. If data-offset is a kind of address, well, they generate it as a fdt32_t anyways
- Are you sure about `cells != prop->size * 4`? I'd expect `cells * 4 != prop->size`. This seems to be the case, and it's fine if this was pseudo-code, but I can't actually test it because of the above
So, I have no compliant FIT to test. I've asked around for a FIT to look at. For the moment, I'm pushing this enhancement as a follow-up. Is that okay with you? Since all of these are additions, we know it won't break for previously supported FITs.
https://review.coreboot.org/c/coreboot/+/84796/comment/5b5c5e37_d46fd584?us… :
PS4, Line 136: else if (!strcmp("entry-start", prop->prop.name))
> If there is no semantic difference between this and the normal entrypoint address that we always use […]
Done
https://review.coreboot.org/c/coreboot/+/84796/comment/f35d3756_1eb4dd17?us… :
PS4, Line 398: "processing config %s.\n", config->name);
> It still feels weird returning 0 from here. […]
That's fair, we'll make each function responsible for its task. This one isn't driving the flow.
https://review.coreboot.org/c/coreboot/+/84796/comment/a003a076_12f3c3c5?us… :
PS4, Line 491: config->name);
> This changes behavior for kernel loading. […]
My thought was that if somebody implemented UPL support for LinuxBoot, the names in the config nodes might be `(kernel, initrd)` rather than `(firmware, initrd)`. In which case an FDT will be generated by the follow-up, not inserted in the FIT. I've since confirmed that the node names would be `(firmware, initrd)` though, so I can change this.
File src/lib/fit_payload.c:
https://review.coreboot.org/c/coreboot/+/84796/comment/873ba2ed_e0f3fb14?us… :
PS4, Line 171: kernel
> Now that this isn't always a kernel, should we name it something different (maybe `code`)?
Done
File src/lib/fit_payload.c:
https://review.coreboot.org/c/coreboot/+/84796/comment/23391615_92cca6b9?us… :
PS5, Line 105: load_secondaries
> This doesn't even make an effort to check if a load address was requested. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/84796?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: I6a21954c0dc5fd820d135e8cd0599ce87903a1c0
Gerrit-Change-Number: 84796
Gerrit-PatchSet: 5
Gerrit-Owner: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Attention: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Tue, 17 Dec 2024 21:43:04 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Benjamin Doron <benjamin.doron00(a)gmail.com>
Comment-In-Reply-To: Julius Werner <jwerner(a)chromium.org>