This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 989a14bfb86608aba038b6786a3ab312bd7aeb6e Mon Sep 17 00:00:00 2001 | |
From: Steven Luo <[email protected]> | |
Date: Sat, 15 Nov 2014 17:58:48 -0800 | |
Subject: [PATCH 2/2] Allow targets to reenable support for non-PIE | |
executables | |
Many legacy devices have non-PIE binary blob executables which are never | |
going to be updated by the manufacturer; allow the dynamic linker to | |
load these executables so that they can work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 630d1e737429f7eb436e5378ed41cd1a2155dce2 Mon Sep 17 00:00:00 2001 | |
From: Steven Luo <[email protected]> | |
Date: Tue, 21 Jul 2015 21:59:36 -0700 | |
Subject: [PATCH 1/2] linker: restore support for skipping local scope in | |
soinfo_do_lookup() | |
--- | |
linker/linker.cpp | 12 ++++++++---- | |
1 file changed, 8 insertions(+), 4 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/init.encore.rc 2015-05-17 20:00:45.000000000 -0700 | |
+++ b/init.encore.rc 2015-05-17 18:48:53.000000000 -0700 | |
@@ -210,6 +210,9 @@ on post-fs-data | |
chown system system /sys/devices/platform/omapdss/display3/timings | |
chown system system /sys/devices/platform/omapdss/display2/code | |
+on early-boot | |
+ start pvrsrvinit | |
+ | |
on boot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From eba25085e5d1a44b595d0439d350a3e6b4a0684f Mon Sep 17 00:00:00 2001 | |
From: Steven Luo <[email protected]> | |
Date: Sat, 15 Nov 2014 17:58:48 -0800 | |
Subject: [PATCH] Allow targets to reenable support for non-PIE executables | |
Many legacy devices have non-PIE binary blob executables which are never | |
going to be updated by the manufacturer; allow the dynamic linker to | |
load these executables so that they can work. | |
This rolls back the following commits: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 6cf8a578c2448e46d6c2dcdf0c4c9b58ca0c9040 Mon Sep 17 00:00:00 2001 | |
From: Steven Luo <[email protected]> | |
Date: Sun, 16 Nov 2014 04:02:49 -0800 | |
Subject: [PATCH] Allow targets to choose to build traditional file-based OTAs | |
--- | |
core/Makefile | 7 ++++++- | |
1 file changed, 6 insertions(+), 1 deletion(-) | |
diff --git a/core/Makefile b/core/Makefile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 505a92254fa541251e2783e0cbc9334cdb9c9572 Mon Sep 17 00:00:00 2001 | |
From: Steven Luo <[email protected]> | |
Date: Sun, 6 Apr 2014 01:25:07 -0700 | |
Subject: [PATCH] encore: overclocking changes | |
encore: clean up overclocking config #ifdefs | |
* Ensure upstream defaults are used when building for non-encore boards | |
* Don't make DSP OPP4 available on encore with stock clocks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- .config.old 2014-02-19 15:31:52.000000000 -0800 | |
+++ .config 2014-02-19 15:53:52.000000000 -0800 | |
@@ -52 +52 @@ | |
-# CONFIG_BSD_PROCESS_ACCT_V3 is not set | |
+CONFIG_BSD_PROCESS_ACCT_V3=y | |
@@ -80 +80 @@ | |
-CONFIG_CGROUP_DEBUG=y | |
+# CONFIG_CGROUP_DEBUG is not set | |
@@ -82,2 +82,3 @@ | |
-# CONFIG_CGROUP_DEVICE is not set |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 6a3250cae7a0258cd176251b85bf99fedfa79e2e Mon Sep 17 00:00:00 2001 | |
From: Steven Luo <[email protected]> | |
Date: Tue, 7 Jan 2014 17:04:11 -0800 | |
Subject: [PATCH] Don't require CONFIG_CRC7 to build wl1251/wl12xx for SDIO | |
CRC7 functions are only used in the SPI code for these drivers, so it's | |
unnecessary for the SDIO drivers to depend on CONFIG_CRC7. See, for | |
example, commit a011130265e9 ("wl12xx: remove unused crc7 references") | |
in Linus's tree. | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From f6cceade46953f40fa9eca9d737dbcd0da7b969b Mon Sep 17 00:00:00 2001 | |
From: Steven Luo <[email protected]> | |
Date: Sat, 30 Mar 2013 00:44:11 -0700 | |
Subject: [PATCH] Forward-port surface dithering from CM10.2 | |
This allows the use of 16-bit color displays without excessive color | |
banding; | |
Change-Id: Icb469b9cb4beb686516c60bb576dbd0a73f505e0 | |
--- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 85ca158d9ccc332c73b68632b4a76a11ca9f8371 Mon Sep 17 00:00:00 2001 | |
From: Steven Luo <[email protected]> | |
Date: Sun, 3 Nov 2013 20:43:42 -0800 | |
Subject: [PATCH 6/6] Allow targets to avoid requesting pbuffer support from | |
the EGL implementation | |
Change-Id: Ie77bc1417acef0912ef8a6da23e8b0b44e2154ac | |
--- | |
services/surfaceflinger/Android.mk | 4 ++ | |
.../RenderEngine/GLES11RenderEngine.cpp | 5 ++- |
NewerOlder