mb/{i945,ich7}: Remove redundant write on V0CTL
RCBA32(V0CTL)= 0x80000001 already done inhere i945/early_init.c Change-Id: Ia775f4e6158a217b48629d289845537e7ccf5e79 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36877 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
e7087a19bc
commit
05d7d82d37
|
@ -20,9 +20,6 @@
|
||||||
|
|
||||||
void mainboard_late_rcba_config(void)
|
void mainboard_late_rcba_config(void)
|
||||||
{
|
{
|
||||||
/* V0CTL Virtual Channel 0 Resource Control */
|
|
||||||
RCBA32(0x0014) = 0x80000001;
|
|
||||||
|
|
||||||
/* Device 1f interrupt pin register */
|
/* Device 1f interrupt pin register */
|
||||||
RCBA32(0x3100) = 0x00042210;
|
RCBA32(0x3100) = 0x00042210;
|
||||||
RCBA32(0x3108) = 0x10004321;
|
RCBA32(0x3108) = 0x10004321;
|
||||||
|
|
|
@ -123,9 +123,6 @@ void bootblock_mainboard_early_init(void)
|
||||||
|
|
||||||
void mainboard_late_rcba_config(void)
|
void mainboard_late_rcba_config(void)
|
||||||
{
|
{
|
||||||
/* Set up virtual channel 0 */
|
|
||||||
//RCBA32(0x0014) = 0x80000001;
|
|
||||||
|
|
||||||
/* Device 1f interrupt pin register */
|
/* Device 1f interrupt pin register */
|
||||||
RCBA32(D31IP) = 0x00042220;
|
RCBA32(D31IP) = 0x00042220;
|
||||||
/* Device 1d interrupt pin register */
|
/* Device 1d interrupt pin register */
|
||||||
|
|
|
@ -99,9 +99,6 @@ void bootblock_mainboard_early_init(void)
|
||||||
|
|
||||||
void mainboard_late_rcba_config(void)
|
void mainboard_late_rcba_config(void)
|
||||||
{
|
{
|
||||||
/* Set up virtual channel 0 */
|
|
||||||
//RCBA32(0x0014) = 0x80000001;
|
|
||||||
|
|
||||||
/* Device 1f interrupt pin register */
|
/* Device 1f interrupt pin register */
|
||||||
RCBA32(D31IP) = 0x00042210;
|
RCBA32(D31IP) = 0x00042210;
|
||||||
/* Device 1d interrupt pin register */
|
/* Device 1d interrupt pin register */
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
|
|
||||||
void mainboard_late_rcba_config(void)
|
void mainboard_late_rcba_config(void)
|
||||||
{
|
{
|
||||||
/* Set up virtual channel 0 */
|
|
||||||
//RCBA32(0x0014) = 0x80000001;
|
|
||||||
|
|
||||||
/* dev irq route register */
|
/* dev irq route register */
|
||||||
RCBA16(D31IR) = 0x0132;
|
RCBA16(D31IR) = 0x0132;
|
||||||
RCBA16(D30IR) = 0x0146;
|
RCBA16(D30IR) = 0x0146;
|
||||||
|
|
|
@ -144,8 +144,6 @@ void bootblock_mainboard_early_init(void)
|
||||||
|
|
||||||
void mainboard_late_rcba_config(void)
|
void mainboard_late_rcba_config(void)
|
||||||
{
|
{
|
||||||
/* Set up virtual channel 0 */
|
|
||||||
|
|
||||||
/* Device 1f interrupt pin register */
|
/* Device 1f interrupt pin register */
|
||||||
RCBA32(D31IP) = 0x00042210;
|
RCBA32(D31IP) = 0x00042210;
|
||||||
/* Device 1d interrupt pin register */
|
/* Device 1d interrupt pin register */
|
||||||
|
|
|
@ -69,9 +69,6 @@ void bootblock_mainboard_early_init(void)
|
||||||
|
|
||||||
void mainboard_late_rcba_config(void)
|
void mainboard_late_rcba_config(void)
|
||||||
{
|
{
|
||||||
/* Set up virtual channel 0 */
|
|
||||||
RCBA32(V0CTL) = 0x80000001;
|
|
||||||
|
|
||||||
/* Device 1f interrupt pin register */
|
/* Device 1f interrupt pin register */
|
||||||
RCBA32(D31IP) = 0x00001230;
|
RCBA32(D31IP) = 0x00001230;
|
||||||
RCBA32(D29IP) = 0x40004321;
|
RCBA32(D29IP) = 0x40004321;
|
||||||
|
|
|
@ -68,9 +68,6 @@ void bootblock_mainboard_early_init(void)
|
||||||
|
|
||||||
void mainboard_late_rcba_config(void)
|
void mainboard_late_rcba_config(void)
|
||||||
{
|
{
|
||||||
/* Set up virtual channel 0 */
|
|
||||||
RCBA32(V0CTL) = 0x80000001;
|
|
||||||
|
|
||||||
/* Device 1f interrupt pin register */
|
/* Device 1f interrupt pin register */
|
||||||
RCBA32(D31IP) = 0x00001230;
|
RCBA32(D31IP) = 0x00001230;
|
||||||
RCBA32(D29IP) = 0x40004321;
|
RCBA32(D29IP) = 0x40004321;
|
||||||
|
|
|
@ -92,8 +92,6 @@ void bootblock_mainboard_early_init(void)
|
||||||
|
|
||||||
void mainboard_late_rcba_config(void)
|
void mainboard_late_rcba_config(void)
|
||||||
{
|
{
|
||||||
/* Set up virtual channel 0 */
|
|
||||||
|
|
||||||
/* Device 1f interrupt pin register */
|
/* Device 1f interrupt pin register */
|
||||||
RCBA32(D31IP) = 0x00042220;
|
RCBA32(D31IP) = 0x00042220;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue