Subrata Banik has posted comments on this change. ( https://review.coreboot.org/19001 )
Change subject: soc/intel/skylake: Clean up serialio header file.
......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/19001/2/src/soc/intel/skylake/include/soc/i…
File src/soc/intel/skylake/include/soc/i2c.h:
PS2, Line 31: #define I2C_RESET_EN (3 << 0)
this name doesn't goes well with bit field. and why we need to use <<0 , its 0-1 indeed.
https://review.coreboot.org/#/c/19001/2/src/soc/intel/skylake/include/soc/u…
File src/soc/intel/skylake/include/soc/uart.h:
PS2, Line 18:
: #define UART_CLK 0x200
: #define UART_RESET 0x204
:
: #define UART_CLK_UPDATE (1 << 31)
: #define UART_CLK_EN (1 << 0)
: #define UART_RESET_EN (3 << 0)
: #define UART_RESET_DMA_EN (1 << 2)
i think you misunderstood.
i meant, club registers and its own big definition together
example:
#define reg 1
#define reg_bit 1
#define reg_2 2
#define reg_2_bit 2
Then you define macro those are not big definition but some value macro.
--
To view, visit https://review.coreboot.org/19001
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I881da01be8191270d9505737f68a6d2d8cd8cc69
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Balaji Manigandan <balaji.manigandan(a)intel.com>
Gerrit-Reviewer: Barnali Sarkar <barnali.sarkar(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Hello Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19001
to look at the new patch set (#2).
Change subject: soc/intel/skylake: Clean up serialio header file.
......................................................................
soc/intel/skylake: Clean up serialio header file.
Move and rename I2C and UART specific macro definitions
under serialio.h to i2c.h and uart.h respectively.
Change-Id: I881da01be8191270d9505737f68a6d2d8cd8cc69
Signed-off-by: Aamir Bohra <aamir.bohra(a)intel.com>
---
M src/soc/intel/skylake/bootblock/i2c.c
M src/soc/intel/skylake/bootblock/uart.c
A src/soc/intel/skylake/include/soc/i2c.h
M src/soc/intel/skylake/include/soc/serialio.h
A src/soc/intel/skylake/include/soc/uart.h
5 files changed, 79 insertions(+), 25 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/19001/2
--
To view, visit https://review.coreboot.org/19001
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I881da01be8191270d9505737f68a6d2d8cd8cc69
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins)
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/18564 )
Change subject: mainboard: Add Sapphire Pure Platinum H61
......................................................................
Patch Set 13:
(1 comment)
https://review.coreboot.org/#/c/18564/13//COMMIT_MSG
Commit Message:
PS13, Line 47: * If an external card is inserted and the option
: ONBOARD_VGA_IS_PRIMARY is not enabled, the internal GPU
: disappears completely from the PCI bus.
> IMO, this is completely an unexpected behaviour, as many users (me included
I'm not entirely sure IGD can work when it's not PRIMARY. uma resources (somewhat accidentally) are still allocated on sandy/ivy bridge, so just removing that line in disable_peg() should provide an answer if this is possible.
--
To view, visit https://review.coreboot.org/18564
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I76aca2cfc4708c1728ae03ee4f6bc59d976c28a0
Gerrit-PatchSet: 13
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Nicola Corna <nicola(a)corna.info>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nicola Corna <nicola(a)corna.info>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes