Commit graph

114 commits

Author SHA1 Message Date
Thomas McKahan
03da085d95 tinker board re-enable RPi touchscreen
- only known bug so far:  Somehow the entire screen has been rotated 180 degrees, making the touch screen not align with the graphics (can rotate in settings)
	- probably an easy fix, but finished for tonight.
2018-08-22 02:02:19 -04:00
Thomas McKahan
f64f031e74 rockchip-default Bluetooth fix 2018-08-21 01:40:50 -04:00
Tony
5ae6269521
rockchip-default remove outdated patch
Entire method of reboot changed.
2018-08-21 01:18:55 -04:00
Thomas McKahan
96135c6065 Rockchip-default update patches
-- Thanks again to @ntemis for bringing these together and letting me know about it

- Tinker reboot now seemingly solved by a proper method, should no longer require OF workarounds
- various fixes from various sources, see patches for complete information.
- boots, still needs debugging of BT/touchscreen/sound
- some patch warnings exist, again WIP update for those willing to take a look. (@chwe17 perhaps?)
2018-08-21 00:17:16 -04:00
Thomas McKahan
04795aef26 rockchip default u-boot bump small config update
- Tinker Board now boots to console without issue
- MiQi locks at "loading environment from EXT4..." (uncertain if a new issue)

Thanks to @Ntemis
2018-08-20 01:35:20 -04:00
Thomas McKahan
89672da39d RK3288 default bootable at last
Missing:

 - touchscreen
 - framebuffer console
2018-08-16 01:24:30 -04:00
Thomas McKahan
10b60f3112 RK3288 revert packaging script patch 2018-08-14 00:01:42 -04:00
Igor Pecovnik
6d82a89748 Initial support for RK3399 Firefly and FriendlyARM PC T4
Based on work of David Huang https://github.com/hjc4869 Changed in the transition:
- firefly family was renamed to rk3399, which we actually never started to use. It was made for Odroid N1, which will never be sold
- adjusted compiler toolchain2 parameter
- added standard wireless drivers
- kernel config with the following changes: Docker dependencies, ZRAM, CPUfreq info, ...
- added upstream patches
- made test Ubuntu Bionic desktop and CLI Stretch build, bootlog: http://ix.io/1jVu

TBD: wifi and BT support, mainline kernel, ...
2018-08-11 23:12:58 +02:00
Igor Pecovnik
de41d3dbce Rockchip default cleanup. (Temporally) moving back to Rockchip upstream. This source builds but doesn't boot ... 2018-08-10 10:33:42 +02:00
Igor Pečovnik
ba6b764702 Enable concurrent AP/STA mode on Tinkerboard. Testing needed 2018-07-27 14:10:03 +00:00
Igor Pečovnik
94abeef059
Merge pull request #1039 from rabits/fb-_rockchip_gpio_i2c_udev_rules
ASUS Tinkerboard: Added gpio & i2c groups with udev rules to devices
2018-07-09 07:22:10 +02:00
Rabit
1066859065 ASUS Tinkerboard: Added gpio & i2c groups with udev rules to devices 2018-07-08 14:12:15 -07:00
Rabit
96e78c102f ASUS Tinkerboard: Restore justice - author of the gpiomem port
According to:
* e7ebaf5917/rk3288-gpiomem.c (L42-L44)
* https://forum.armbian.com/topic/4792-tinker-board-gpio/?do=findComment&comment=53472
2018-07-08 13:19:07 -07:00
Igor Pečovnik
fab979feea Move rockchip-default (tinkerboard & miqi) to self-hosted source). Original patches are left under subdir rockchip-branch and source defintions commented out. To make it back in a simple manner, when it will become more stable. 2018-07-08 12:06:01 +00:00
Igor Pečovnik
c20367f025 Enable Three-wire UART (H5) protocol support needed for Z28 Pro and upstream patches for Rockchip default 2018-07-02 17:22:30 +00:00
Tony
fafd26db7e
Rockchip default merge (#1026)
* Initial commit, cleanup of Rockchip default

* clean up patches:
- 100_DTS_Tinker_opp_LED was splitted into 3 patches
	- 100_DTS_opp for opp (adjusted to RKs 3 point description of opp Voltage)
	- 110_DTS_8723bs for the wifi driver
		-rename of 270-dts-tinker-bluetooth.patch -> 111_DTS_disable_AP6212_bluetooth.patch to keep wifi-chip stuff together
	- 120_DTS_led1_heartbeat
- 190_dts_tinker_s_emmc was reworked and splitted
	- gpiomem node was removed and has its own patch (260_DTS_gpiomem_node)
	- i2c1 node was removed and has its own patch 270_DTS_activate_i2c1
	- spi2 part was removed (defined in rk3288.dtsi), default CS will now be CS0 not 1 (no reason to change this)
	- vdd_log regulator is removed (the counterpart is missing anyway, and actually disabled in ASUS and Rockchips branch) --> own patch in case it gets activated
- 120_workaround_tinker_board_reboot -> 130_workaround_tinker_board_reboot to get some free numbers... ;)

* Renamed 190_DTS_tinker_s_emmc and splitted into DTS-Part and driver part (191_driver_mmc_adjustment)

* Boots, Still no hdmi console

* Rockchip Kernel config updates

Thanks to @Ntemis for the config options, they fixed the framebuffer

Still have runtime GPU errors related to power model
2018-06-28 22:11:59 -04:00
Igor Pecovnik
3e3efab8b9 Rockchip default patches update 2018-06-12 08:47:09 +02:00
Tony
149154c201
remove boot parameters from Rockchip
I'm not sure why these were added, but remove them, we have our own.
2018-06-06 22:28:32 -04:00
Igor Pecovnik
a279c7709e Forgotten patch for building Tinkerboard/MiQi kernel 2018-06-02 08:21:19 +02:00
Igor Pecovnik
332ce2fa9d Rockchip / Tinkerboard. Upstream changes broke lcd, disabling broken patches, added upstream patches 2018-06-02 08:05:07 +02:00
Igor Pecovnik
21da45e282 Merge branch 'master' of https://github.com/armbian/build 2018-05-29 16:51:11 +00:00
Igor Pecovnik
f3fcea2358 Stretch bugfix and Tinkerboard upstream patch 2018-05-29 16:50:30 +00:00
Tony
91f84d01cb
delete unneeded patch
GPIO base was returned to 0 on Rockchip, no longer needs patched.
2018-05-29 12:49:39 -04:00
Igor Pecovnik
7d2f3af08f Merging Rockchip family 2018-05-24 15:44:15 +02:00
tonymac32
48946ddcfa Rockchip default remove deprecated patches
Upstream includes UART4 pin definition fix and maintenance patches
2018-04-13 00:49:08 -04:00
tonymac32
add26561dc Tinker S reboot fix fix refix 2018-03-04 22:00:42 -05:00
Igor Pecovnik
d40ee81f9d Disable excessive debugging on Tinkerboard WiFi, added RTL8188EU driver, upstream patches and kernel config updates 2018-03-01 12:04:00 +01:00
tonymac32
f6ad4f5374 rockchip default update 2018-02-24 02:06:09 -05:00
Tony
133caf5f77
disable Tinker board identification patch
Currently getting a lot of GPIO errors, I'm guessing gpio numbers aren't the same somehow
2018-02-21 23:02:56 -05:00
Tony
6af9f1c327
rockchip default add needed header for ASUS code
iomap.h has been removed by Rockchip, necessary for ASUS
2018-02-20 03:00:23 -05:00
tonymac32
8c544ba196 Rockchip default patches 2018-02-20 01:15:41 -05:00
tonymac32
a677b2170f Rockchip default USB NAK fix 2018-02-19 22:50:26 -05:00
tonymac32
f831a2a014 Rockchip Dev fixup. Boots. 2018-02-19 00:30:58 -05:00
Tony
297769f476
Rockchip Default Tinker S DTS eMMC
Add device tree entries for Tinker S eMMC
2018-02-08 23:21:43 -05:00
Igor Pecovnik
4ee6bf7752 Rockchip next and default update
- default and next = updated 8811/12/14AU Wireless driver
- next= removing two deprecated patches, adding overclocking with DVFS table v2 from MiQi with little low numbers, symlinked miniarm.dts to tinker.dts for backward compatibility, updated AUFS
2018-02-08 16:44:24 +01:00
tonymac32
f66c5a87be incremental patch fixup 2018-02-07 00:38:45 -05:00
tonymac32
6e8da746c9 Merge branch 'master' of git://github.com/armbian/build 2018-02-05 22:52:11 -05:00
tonymac32
3a308af22b patch rockchip linux at 4.4.112 2018-02-05 22:49:17 -05:00
Igor Pecovnik
208c98f2f0 Upstream patches for K4.4 2018-02-05 14:07:33 +01:00
tonymac32
1e37aefc1e Merge branch 'master' of git://github.com/armbian/build 2018-01-30 22:24:15 -05:00
tonymac32
dafd4c1aa6 Rockchip remove unnecessary patches 2018-01-30 22:04:45 -05:00
tonymac32
d700b1eabc rockchip-default device tree overlays 2018-01-29 23:46:20 -05:00
Tony
c4258ef2e6
HDMI mode freq and rtl8723bs compile fix 2018-01-27 16:35:55 -05:00
Igor Pecovnik
c5cdc0518b Add wireless driver 8812/14 to Rockchip-default 2018-01-23 22:00:11 +01:00
Igor Pecovnik
eae608f880 Kernel 4.4 Upstream patches 2018-01-23 17:42:13 +01:00
tonymac32
39bc9fbbaa beginning sound mapping, BT, and display patches 2018-01-18 02:05:47 -05:00
Tony
d173e535bf
Remove unecessary patch for Tinker DSI 2018-01-15 19:19:00 -05:00
tonymac32
66ef582071 Beginning sorting touchscreen with newer kernel 2018-01-15 11:35:26 -05:00
Tonymac32
7942426517 DTS tweaks w/Rockchip Kernel
Change wifi declaration to 8723bs
Add 1.7 and 1.8 GHz operating points
Make LED's operate as per existing Armbian images.
2018-01-14 15:24:26 -05:00
Tonymac32
3bd583f01e Use Rockchip kernel
First successful compile. Still lots of bugs and things missing going from one "specialized" kernel to another.
2018-01-14 00:40:37 -05:00