the following patch was just integrated into master:
commit fa640a2f56bf99cef6d06419e47fbf59f3cf6bd2
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Thu Jul 28 21:31:40 2016 +0200
src/device: Capitalize CPU, RAM and ROM
Change-Id: I133531391a20261e0926524d70c0901079076af9
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/15943
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See https://review.coreboot.org/15943 for details.
-gerrit
the following patch was just integrated into master:
commit d82be923b10ef18c64c9565e03959736589ef089
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Thu Jul 28 18:58:27 2016 +0200
src/cpu: Capitalize CPU
Change-Id: I58d5c16de796a91fa14d8db78722024266c09a94
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/15934
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/15934 for details.
-gerrit
the following patch was just integrated into master:
commit 15279a9696c70b82c2223264a505da9122f9aa7b
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Thu Jul 28 21:05:26 2016 +0200
src/northbridge: Capitalize CPU, RAM and ROM
Change-Id: I5aa27f06f82a8309afb6e06c9e462e5792aa9986
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/15940
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/15940 for details.
-gerrit
the following patch was just integrated into master:
commit 585d1a0e7d0025e459a35b470572bcdbfff4e3c8
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Thu Jul 28 19:15:34 2016 +0200
src/cpu: Capitalize ROM and RAM
Change-Id: I103167a0c39627bcd2ca1d0d4288eb5df02a6cd2
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/15935
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See https://review.coreboot.org/15935 for details.
-gerrit
the following patch was just integrated into master:
commit 9071670a84281979709191307dc11f1350f81bd8
Author: Stefan Reinauer <reinauer(a)chromium.org>
Date: Fri May 20 14:50:38 2016 -0700
nvidia/tegra124: Adjust memlayout to Chrome OS toolchain
The bootblock gets slightly too big, so adjust the space assigned to
it.
Signed-off-by: Stefan Reinauer <reinauer(a)chromium.org>
BUG=none
BRANCH=none
TEST=emerge-nyan coreboot works again.
Change-Id: Ib44d98692ae88c7cd3610c8e643d7d48ac858161
Signed-off-by: Martin Roth <martinroth(a)chromium.org>
Original-Commit-Id: 4b9038b018ed7a26fbce01d982b22166b328de37
Original-Change-Id: If494e49fb60c11e01ca780c84036ebf24459628c
Original-Reviewed-on: https://chromium-review.googlesource.com/346492
Original-Reviewed-by: Martin Roth <martinroth(a)chromium.org>
Original-Commit-Queue: Stefan Reinauer <reinauer(a)google.com>
Original-Tested-by: Stefan Reinauer <reinauer(a)google.com>
Reviewed-on: https://review.coreboot.org/15950
Reviewed-by: Furquan Shaikh <furquan(a)google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See https://review.coreboot.org/15950 for details.
-gerrit
the following patch was just integrated into master:
commit 08492f70b79bbda54e6765949e7ee9aa98344b71
Author: Kan Yan <kyan(a)google.com>
Date: Thu Jul 21 10:51:47 2016 -0700
google/gale: Change board ID definition.
Change EVT3 board id to 5.
BUG=chrome-os-partner:55320
TEST=None.
BRANCH=None
Change-Id: I020be47e1fdbf886c7c471d7fdcace1537875b6d
Signed-off-by: Martin Roth <martinroth(a)chromium.org>
Original-Commit-Id: 63bd6541055172765c31a9b1220a24d4e3604cdc
Original-Change-Id: I21a8764ff95892430944778f4898d2f1d4c97fd7
Original-Signed-off-by: Kan Yan <kyan(a)google.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/362391
Original-Reviewed-by: David Hendricks <dhendrix(a)chromium.org>
Reviewed-on: https://review.coreboot.org/15949
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan(a)google.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See https://review.coreboot.org/15949 for details.
-gerrit
the following patch was just integrated into master:
commit 5ae61d94e70971b67a84d4b3179eca616dd19089
Author: Martin Roth <martinroth(a)google.com>
Date: Fri Jul 29 14:16:54 2016 -0600
Update degree symbol to utf-8 encoding in comments
Almost all of the places where we have the degree symbol '°', it's
encoded as 0xc2 0xb0 (utf-8 encoding). There are a few places where it
is encoded as just a high ascii byte: 0xb0. Editors that support the
high ascii 0xb0 seem to support the utf-8 0xc2 0xb0 encoding as well,
but the opposite does not seem to be true.
Change the high-ascii degree symbols to utf-8 encoding.
Change-Id: I3d06289b802f45e938dc72b4c437fca56235b62b
Signed-off-by: Martin Roth <martinroth(a)google.com>
Reviewed-on: https://review.coreboot.org/15978
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-by: Alexander Couzens <lynxis(a)fe80.eu>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See https://review.coreboot.org/15978 for details.
-gerrit