[coreboot] OT: Submitted MTRR patches for Linux kernel

2013-05-06 Thread Paul Menzel
Dear coreboot folks, just a note to inform you, that Andy Lutomirski sent some MTRR patches to the Linux kernel lists [1] with the following cover letter. [PATCH 0/7] Clean up write-combining MTRR addition A fair number of drivers (mostly graphics) add write-combining MTRRs.

Re: [coreboot] cooperative multitasking

2013-05-06 Thread Aaron Durbin
On Fri, May 3, 2013 at 4:27 PM, Aaron Durbin adur...@chromium.org wrote: Hi, I just uploaded some patches that implement the ability to cooperatively multitask on the boot cpu. The patches still need some cleaning up, but I wanted to start the conversation. Fwiw, Ron claims he needs this. So

Re: [coreboot] Terminology

2013-05-06 Thread Peter Stuge
a simple CL I guess that CL may be another term for commit, but coreboot uses Git, where the correct term for commit is commit and nothing else. Please remember to use the correct term in the community, to avoid any unneccessary confusion. Thanks //Peter -- coreboot mailing list:

[coreboot] Building AMD Persimmon in MinGW

2013-05-06 Thread Wim Vervoorn
Hello, I am trying to build CoreBoot from Windows using MingGW. After downloading the latest version of the complete package to enable this it is possible to build this without problem. As this package contains an old version of the tree I updated this to the latest one. After doing

Re: [coreboot] cooperative multitasking

2013-05-06 Thread Aaron Durbin
Updated patches: remote: http://review.coreboot.org/3204 remote: http://review.coreboot.org/3205 remote: http://review.coreboot.org/3206 remote: http://review.coreboot.org/3207 On Mon, May 6, 2013 at 9:26 AM, Aaron Durbin adur...@chromium.org wrote: On Fri, May 3, 2013 at 4:27 PM,

Re: [coreboot] Building AMD Persimmon in MinGW

2013-05-06 Thread Scott Duplichan
]2013/5/6 Wim Vervoorn wvervo...@eltan.com: ] Hello, ] ] ] ] I am trying to build CoreBoot from Windows using MingGW. ] ] ] ] After downloading the latest version of the complete package to enable ] this it is possible to build this without problem. ] ] ] ] As this package contains an old version

Re: [coreboot] Building AMD Persimmon in MinGW

2013-05-06 Thread Peter Stuge
Scott Duplichan wrote: why should the coreboot build process need to access the cmos of the build machine? I assume the answer is that it does not, and accessing the cmos of the build machine is an unintentional side effect of the way nvramtool works. Sounds right. Would be great to find out