Re: [LEDE-DEV] LEDE Intel Galileo Gen 2 port

2018-01-01 Thread Hauke Mehrtens
On 01/01/2018 08:04 PM, perillamint wrote: > BTW, it seems Intel Quark X1000 SoC may affected by Pentium F00F bug or > its variant (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738575) > > I wonder LEDE build system can workaround this kind of bug. It seems > appending NOP before every LOCK

Re: [LEDE-DEV] LEDE Intel Galileo Gen 2 port

2018-01-01 Thread perillamint
BTW, it seems Intel Quark X1000 SoC may affected by Pentium F00F bug or its variant (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738575) I wonder LEDE build system can workaround this kind of bug. It seems appending NOP before every LOCK instruction is required for Quark X1000 SoC

Re: [LEDE-DEV] LEDE Intel Galileo Gen 2 port

2018-01-01 Thread perillamint
Now, my current "patch" just contains some try-and-error result from make kernel_menuconfig. I'm currently organizing my journey on my blog how I successfully booted LEDE on Intel Galileo Gen 2. I estimate my "write-up" post will be done within this week however, if you want that patch right now,

Re: [LEDE-DEV] LEDE Intel Galileo Gen 2 port

2018-01-01 Thread Alberto Bursi
On 01/01/2018 10:33 AM, p.wa...@gmx.at wrote: Hi perillamint, thanks for your effort on getting LEDE run on Galileo. Recently I got few Galileo Gen 2 boards from Seeed studio clearance. I tried to boot OpenWRT on them and successfully booted it with some hacks. (...) Intel discontinues

Re: [LEDE-DEV] LEDE Intel Galileo Gen 2 port

2018-01-01 Thread p . wassi
Hi perillamint, thanks for your effort on getting LEDE run on Galileo. > Recently I got few Galileo Gen 2 boards from Seeed studio clearance. I > tried to boot OpenWRT on them and successfully booted it with some hacks. > (...) > Intel discontinues Galileo and other boards. No one will be able

[LEDE-DEV] LEDE Intel Galileo Gen 2 port

2017-12-28 Thread perillamint
Hello, everyone. Recently I got few Galileo Gen 2 boards from Seeed studio clearance. I tried to boot OpenWRT on them and successfully booted it with some hacks. So, I'm considering submitting patch for that after cleaning hacks into proper platform support but I'm skeptical about its