summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-07-29 22:14:20 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-07-29 22:14:20 +0200
commitfc1bf04e032af1c53785886189e8bec82ee3c942 (patch)
treee33c9fd2b03fd854c6cad072496d8fe5e96c0c3b /README.md
parenta6c2fcc5df4f121e85b69420dd70912c6dc74ca7 (diff)
fb_rawshader: fix compile warnings
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9d5e786..bd3925c 100644
--- a/README.md
+++ b/README.md
@@ -51,9 +51,10 @@ These values for environment variable `GCABI` are supported out of the box:
- `dove`: Marvell Dove, newer drivers (0.8.0.3184)
- `dove_old`: Marvell Dove, older drivers (0.8.0.1998, 0.8.0.1123)
- `arnova`: Android, Arnova 10B G3 tablet (RK2918)
-- `v2`: Various Android, for older chips (RK2918 etc.)
-- `imx6`: Various Android, for newer chips (i.MX6 specific)
-- `v4`: Various Android, for newer chips (i.MX6 etc.)
+- `v2`: Various
+- `v4`: Various, newer API than v2
+- `imx6`: v4 API, specialized for i.MX6
+- `imx6_v4_0_0`: v4 API, but i.MX6 specific, release 4.0.0
If possible get the `gc_*.h` headers for your specific kernel version. If that's not possible, try to find which of the above sets
of headers is most similar, and adapt that.