summaryrefslogtreecommitdiff
path: root/chromeos
AgeCommit message (Collapse)Author
2013-09-14chromeos: config: armel: enable full L2 maintenanceKirill Artamonov
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 <kartamonov@nvidia.com> Reviewed-on: http://git-master/r/127835 Reviewed-by: Rhyland Klein <rklein@nvidia.com> Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com> Rebase-Id: R4f11c9629479bc33ab45b31ce3212367b6c5f7e7
2013-09-14video: console: Enable framebuffer consoleMark Zhang
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 <markz@nvidia.com> Reviewed-on: http://git-master/r/124805 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Peer Chen <pchen@nvidia.com> Reviewed-by: Matthew Pedro <mapedro@nvidia.com> Reviewed-by: Rhyland Klein <rklein@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Allen Martin <amartin@nvidia.com> Rebase-Id: R5dfcb7be42ddab1ab303c8b095fe9e04ae576aaf
2013-09-14CHROMIUM: config: enable DM_CRYPT targetKees Cook
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 <keescook@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/15548 Reviewed-by: Kees Cook <keescook@chromium.org> Tested-by: Kees Cook <keescook@chromium.org> Commit-Ready: Kees Cook <keescook@chromium.org> (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 <rklein@nvidia.com> Reviewed-on: http://git-master/r/117151 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R5c452e71aedaee58b17d5fd5ef4649493f660807
2013-09-14chromeos: config: renormalize cfgs and drop debug_llRhyland Klein
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 <rklein@nvidia.com> Change-Id: Ib13e633742a2c4e0060629d145e0571e7a7d5241 Reviewed-on: http://git-master/r/116136 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Allen Martin <amartin@nvidia.com> Rebase-Id: R107fdb435c4f335d80e0f378f405d2b673f210d6
2013-09-14ARM: tegra: New macro name for LP2 timer configBo Yan
The config macro TEGRA_LP2_ARM_TWD was defined when only Cortex-A9 was used in Tegra SoC, but the feature enabled by this configuration option is not just for Cortex-A9. In fact, any CPU with private timer can make use of this feature. Therefore, change macro name to a more generic one "TEGRA_LP2_CPU_TIMER" so it can be used with new CPU architecture (CortexA15) Change-Id: I6903dba056c554c72bb8d1416df90145a4043295 Signed-off-by: Bo Yan <byan@nvidia.com> Reviewed-on: http://git-master/r/118099 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Rebase-Id: R0da9d17d0281e91f5908099579b8eaaf4b01a024
2013-09-14chromeos: update chromeos tegra3 split configsRhyland Klein
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 <rklein@nvidia.com> Change-Id: Ia810032861cf1015c3a0127cfa07f865a05e9028 Reviewed-on: http://git-master/r/111335 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Wei Ni <wni@nvidia.com> Reviewed-by: Allen Martin <amartin@nvidia.com> Rebase-Id: Rd79d12af57b64237c66d3556cef58bf5c50e666d
2013-09-14CHROMEOS: add chrome kernel infrastructureRhyland Klein
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 <rklein@nvidia.com> Change-Id: I21ac515261a03bdbe1c79bbd6cd02a6e34c82ef9 Reviewed-on: http://git-master/r/103683 Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Reviewed-by: Allen Martin <amartin@nvidia.com> Rebase-Id: Ree6302ccc47c662c9e8bdfa13727d085e9b95beb