forked from linux-sunxi/linux-sunxi
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orange Pi Plus support, and various H3 and generic fixes #1
Open
ydirson
wants to merge
13
commits into
ssvb:20151207-embedded-lima-memtester-h3
Choose a base branch
from
BladeGroup:h3
base: 20151207-embedded-lima-memtester-h3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Signed-off-by: Yann Dirson <[email protected]>
the mali directory came from the DX910-SW-99002-r2p4-02rel1 http://www.malideveloper.com/developer-resources/drivers/open-source-mali-gpus-linux-exadri2-and-x11-display-drivers.php menuconfig to enable CONFIG_DRM_MALI under device drivers->graphics support->Direct Rendering Manager the only issue is at the bottom of the mali_drv.c file I had to use /* MODULE_LICENSE(DRIVER_LICENSE); */ MODULE_LICENSE("GPL"); to avoid a GPL / NONGPL license error while compiling. The header of this file says it has a GPL license so the change should be ok. I am not a license expert but I believe it will be ok. (cherry picked from commit 250cc15)
(cherry picked from commit 5bba4fb)
mali_drv is taken from http://www.igloocommunity.org git. Now you can use X11 DRI2 Mali-400 drivers from ARM with default xorg.conf. This commit also adds support for two framebuffers for Mali DRM, they are different platform devices called mali_drm.0 and mali_drm.1 accordingly. (cherry picked from commit 8b9710b)
This fixes some part of building the kernel in a separate directory. The remaining part (real libs really in source tree) is more tricky.
gcc5 is pickier about inline functions defined in headers. Signed-off-by: Trevor Woerner <[email protected]> Adjusted to this source tree. Signed-off-by: Yann Dirson <[email protected]>
This patch had been added by Jens Lucius <[email protected]> to the yocto linux-sunxi-3.4 recipe in meta-sunxi rev 062c1477cf0252f2afe07c545b4af075f21421f7. Signed-off-by: Yann Dirson <[email protected]>
* CONFIG_DEFAULT_MMAP_MIN_ADDR too high disallowed execution of some debian binaries (eg. m4, setxkbmap) * CONFIG_ANDROID_PARANOID_NETWORK required special work to get network access * CONFIG_GMAC_PHY_POWER must be enabled on Orange Pi Plus for ethernet to work at all Signed-off-by: Yann Dirson <[email protected]>
Signed-off-by: Yann Dirson <[email protected]>
Signed-off-by: Yann Dirson <[email protected]>
This driver is not autoloaded when compiled as a module, and it has to be loaded before Xorg can properly start on HDMI. No idea of possible interactions with the disp2 tv driver, but at least compiling it in is the choice that was made in sun8i_h3_defconfig. Signed-off-by: Yann Dirson <[email protected]>
Hi, thanks. Please check https://groups.google.com/forum/#!topic/linux-sunxi/9jvMNBD-vV4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.