<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/chromeos/config, branch tegra</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>chromeos: config: armel: enable full L2 maintenance</title>
<updated>2012-08-29T14:56:33+00:00</updated>
<author>
<name>Kirill Artamonov</name>
<email>kartamonov@nvidia.com</email>
</author>
<published>2012-06-12T16:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=2b0eabb09b3be6c862a87bcec87e15071d3cf115'/>
<id>2b0eabb09b3be6c862a87bcec87e15071d3cf115</id>
<content type='text'>
When allocation is bigger than L2 size it is more optimal to
flush or writeback whole L2 instead of doing maintenance
for each allocated page.

bug 983964

Change-Id: Ibb3609be71621ff9ab75bea9146bfe7578f9315a
Signed-off-by: Kirill Artamonov &lt;kartamonov@nvidia.com&gt;
Reviewed-on: http://git-master/r/127835
Reviewed-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-by: Juha Tukkinen &lt;jtukkinen@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When allocation is bigger than L2 size it is more optimal to
flush or writeback whole L2 instead of doing maintenance
for each allocated page.

bug 983964

Change-Id: Ibb3609be71621ff9ab75bea9146bfe7578f9315a
Signed-off-by: Kirill Artamonov &lt;kartamonov@nvidia.com&gt;
Reviewed-on: http://git-master/r/127835
Reviewed-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-by: Juha Tukkinen &lt;jtukkinen@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: console: Enable framebuffer console</title>
<updated>2012-08-24T22:35:12+00:00</updated>
<author>
<name>Mark Zhang</name>
<email>markz@nvidia.com</email>
</author>
<published>2012-08-21T05:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=247c373c149d6997814eb2b7b2336b78efcab1a8'/>
<id>247c373c149d6997814eb2b7b2336b78efcab1a8</id>
<content type='text'>
Framebuffer console init failed issue will be fixed by:
http://git-master/r/#change,107866
So we should enable framebuffer console now.

Bug 996992
Bug 941073

Change-Id: I6841248fad406f4a00055062691f5794145c030a
Signed-off-by: Mark Zhang &lt;markz@nvidia.com&gt;
Reviewed-on: http://git-master/r/124805
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Peer Chen &lt;pchen@nvidia.com&gt;
Reviewed-by: Matthew Pedro &lt;mapedro@nvidia.com&gt;
Reviewed-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Allen Martin &lt;amartin@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Framebuffer console init failed issue will be fixed by:
http://git-master/r/#change,107866
So we should enable framebuffer console now.

Bug 996992
Bug 941073

Change-Id: I6841248fad406f4a00055062691f5794145c030a
Signed-off-by: Mark Zhang &lt;markz@nvidia.com&gt;
Reviewed-on: http://git-master/r/124805
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Peer Chen &lt;pchen@nvidia.com&gt;
Reviewed-by: Matthew Pedro &lt;mapedro@nvidia.com&gt;
Reviewed-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Allen Martin &lt;amartin@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CHROMIUM: config: enable DM_CRYPT target</title>
<updated>2012-07-23T17:30:26+00:00</updated>
<author>
<name>Kees Cook</name>
<email>keescook@chromium.org</email>
</author>
<published>2012-02-09T00:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=87227c90f67895ddda5dab4b0c3b12ebcc6bb145'/>
<id>87227c90f67895ddda5dab4b0c3b12ebcc6bb145</id>
<content type='text'>
The dm "crypt" target is needed for encrypted /var support.
Additionally, since the expected hash alg will be sha256, built it in,
and ready future support for sha512 as a module.

BUG=chromium-os:22172
TEST=build, boot amd64-generic, verify target listed in "dmsetup targets"

Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/15548
Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;
Tested-by: Kees Cook &lt;keescook@chromium.org&gt;
Commit-Ready: Kees Cook &lt;keescook@chromium.org&gt;
(cherry-picked from commit 50180f134a6e23be3ce763524b6b5193d848c0f7)

Modified to use:
chromeos/config/config.common.chromeos

instead of:
chromeos/config/base.config

Change-Id: Iac31f59f340f52a7017948fd5add3d316d38a123
Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-on: http://git-master/r/117151
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The dm "crypt" target is needed for encrypted /var support.
Additionally, since the expected hash alg will be sha256, built it in,
and ready future support for sha512 as a module.

BUG=chromium-os:22172
TEST=build, boot amd64-generic, verify target listed in "dmsetup targets"

Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;
Reviewed-on: https://gerrit.chromium.org/gerrit/15548
Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;
Tested-by: Kees Cook &lt;keescook@chromium.org&gt;
Commit-Ready: Kees Cook &lt;keescook@chromium.org&gt;
(cherry-picked from commit 50180f134a6e23be3ce763524b6b5193d848c0f7)

Modified to use:
chromeos/config/config.common.chromeos

instead of:
chromeos/config/base.config

Change-Id: Iac31f59f340f52a7017948fd5add3d316d38a123
Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-on: http://git-master/r/117151
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chromeos: config: renormalize cfgs and drop debug_ll</title>
<updated>2012-07-18T13:43:30+00:00</updated>
<author>
<name>Rhyland Klein</name>
<email>rklein@nvidia.com</email>
</author>
<published>2012-07-16T19:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1f5bc08dd2e4a01daa679db16351510b3b5200b0'/>
<id>1f5bc08dd2e4a01daa679db16351510b3b5200b0</id>
<content type='text'>
Renormalize split configs based on current TOT k3.1 kernel and
remove DEBUG_LL to clean up the kernel log a bit.

BUG=None
TEST=Verified generated config doesn't prompt.

Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Change-Id: Ib13e633742a2c4e0060629d145e0571e7a7d5241
Reviewed-on: http://git-master/r/116136
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Allen Martin &lt;amartin@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renormalize split configs based on current TOT k3.1 kernel and
remove DEBUG_LL to clean up the kernel log a bit.

BUG=None
TEST=Verified generated config doesn't prompt.

Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Change-Id: Ib13e633742a2c4e0060629d145e0571e7a7d5241
Reviewed-on: http://git-master/r/116136
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Allen Martin &lt;amartin@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>chromeos: update chromeos tegra3 split configs</title>
<updated>2012-07-04T01:10:30+00:00</updated>
<author>
<name>Rhyland Klein</name>
<email>rklein@nvidia.com</email>
</author>
<published>2012-06-26T21:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=501339c55778f71876a37b697b0bd7110a706dff'/>
<id>501339c55778f71876a37b697b0bd7110a706dff</id>
<content type='text'>
Update split configs to enable the brcmfmac driver for wifi. Also
renormalize the split configs.

BUG=1007114
TEST=Using 6/20/2012 nightly image I was able to browse the web
using wifi

Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Change-Id: Ia810032861cf1015c3a0127cfa07f865a05e9028
Reviewed-on: http://git-master/r/111335
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Wei Ni &lt;wni@nvidia.com&gt;
Reviewed-by: Allen Martin &lt;amartin@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update split configs to enable the brcmfmac driver for wifi. Also
renormalize the split configs.

BUG=1007114
TEST=Using 6/20/2012 nightly image I was able to browse the web
using wifi

Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Change-Id: Ia810032861cf1015c3a0127cfa07f865a05e9028
Reviewed-on: http://git-master/r/111335
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Wei Ni &lt;wni@nvidia.com&gt;
Reviewed-by: Allen Martin &lt;amartin@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CHROMEOS: add chrome kernel infrastructure</title>
<updated>2012-05-25T09:56:37+00:00</updated>
<author>
<name>Rhyland Klein</name>
<email>rklein@nvidia.com</email>
</author>
<published>2012-05-21T16:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8be5b34f5420304183d0ebba8dd757b6b4b9476e'/>
<id>8be5b34f5420304183d0ebba8dd757b6b4b9476e</id>
<content type='text'>
The ChromeOS build environment expects to build the kernel using a splitconfig.
This change adds the scripts and configs required to satisfy this requirement.
Right now the chromeos-tegra3 config is the only supported configuration using
the splitconfigs.

Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Change-Id: I21ac515261a03bdbe1c79bbd6cd02a6e34c82ef9
Reviewed-on: http://git-master/r/103683
Reviewed-by: Yu-Huan Hsu &lt;yhsu@nvidia.com&gt;
Reviewed-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
Reviewed-by: Allen Martin &lt;amartin@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ChromeOS build environment expects to build the kernel using a splitconfig.
This change adds the scripts and configs required to satisfy this requirement.
Right now the chromeos-tegra3 config is the only supported configuration using
the splitconfigs.

Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Change-Id: I21ac515261a03bdbe1c79bbd6cd02a6e34c82ef9
Reviewed-on: http://git-master/r/103683
Reviewed-by: Yu-Huan Hsu &lt;yhsu@nvidia.com&gt;
Reviewed-by: Dan Willemsen &lt;dwillemsen@nvidia.com&gt;
Reviewed-by: Allen Martin &lt;amartin@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
