Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1621967 > unrolled thread
| Started by | Tim Sander <tim@krieglstein.org> |
|---|---|
| First post | 2017-04-12 12:10 +0200 |
| Last post | 2017-04-12 12:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
4.11-rc6 and OF_DYNAMIC Tim Sander <tim@krieglstein.org> - 2017-04-12 12:10 +0200
| From | Tim Sander <tim@krieglstein.org> |
|---|---|
| Date | 2017-04-12 12:10 +0200 |
| Subject | 4.11-rc6 and OF_DYNAMIC |
| Message-ID | <tvnnP-3bj-9@gated-at.bofh.it> |
Hi I have been testing the 4.11-rc6 kernel on Intel(ex Altera) Arm SOC Cyclone with dynamic Firmware loading. As i didn't know how to trigger dynamic loading from userspace i also applied the following patch: OF: DT-Overlay configfs interface https://github.com/raspberrypi/linux/commit/8f1079750ce2fce4c4c2b4f8759ea57c8fb167d3 Now i got the loading of the devicetree overlay working :-)... but only if i enable OF_UNITTEST. I find this a little strange especially as it slows boot time. I also tried adding: select OF_DYNAMIC to my OF_CONFIGFS patch but this didn't help. Also patching away "if OF_UNITTEST" config OF_DYNAMIC - bool "Support for dynamic device trees" if OF_UNITTEST + bool "Support for dynamic device trees" didn't help? Besides these nitpicks i am really happy to see this in mainline as it really makes working with dynamic fpga based hardware much cleaner! Best regards Tim
Back to top | Article view | linux.kernel
csiph-web