lp each SoC maintainer to isolate their code and not introduce
conflicts on platform level
Just some basic thought, hope we can come our some real solutions and
make Linus just merge without any complains, -:))
Thanks,
--
Bryan Wu
Kernel Developer +86.138-1617-6545 Mobile
Ubuntu Kernel Team
for natty.
>
Yeah, I think you also need a kernel which enabled SGX supporting. We
just merged those patches in latest Ubuntu kernel release:
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-natty.git;a=shortlog;h=refs/heads/ti-omap4
Or, Andy Green and Ricardo can help to provide a kernel tree without
I believe these patches will make powertop better for both x86 and
ARM. So are they OK for omap4?
If yes, I think we can apply them on ti-omap4 branch as well as master.
-Bryan
On Mon, Sep 13, 2010 at 2:31 PM, wrote:
> This is for powertop to run better on kernel. the first patch is back port
HINE_START(MX51_BABBAGE, "Freescale MX51 Babbage
>> Board")
>> .phys_io = MX51_AIPS1_BASE_ADDR,
>> .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc,
>> .boot_params = PHYS_OFFSET + 0x100,
>> + .fixup = fixup_mx51_babbage,
>&g
On Wed, Sep 1, 2010 at 4:05 AM, Loïc Minier wrote:
> Bryan, I think you had worked on a patch to only turn on NEON on TO3+
> but not on TO1/TO2 boards?
>
Exactly, That's a silicon issue of TO1 and TO2, but Freescale fixed it
in TO3+. Here is the NEON patch:
http://kernel.ubuntu.com/git?p=ubuntu