Re: Linux 2.6.33-rc4, boot regression still exists

From: Gene Heskett
Date: Wed Jan 13 2010 - 15:22:01 EST


On Wednesday 13 January 2010, Linus Torvalds wrote:
>Hmm. Odd release. Something like 40% of the patches are in DRM (mostly
>nouveau and radeon, both staging, so it's a bit less scary than it sounds.
>But there's a noticeable i915 component too). That's all pretty unusual,
>afaik.
>
>There's some boot loader compression updates too that have already turned
>out to be a bit painful on non-x86/arm platforms (but we'll sort it out),
>various arch updates (mips, arm, mn10300), networking, and filesystems.
>
>Go forth and compile,
>
> Linus
I did, twice. I use a couple of scripts to do the building, and I am still
required to add
--------------
echo now we have find the /lib/firmware/amd-ucode and copy it
mkdir -p firmware/amd-ucode
cp -f -R /lib/firmware/amd-ucode/ ./firmware/
-------------
to my buildit26 script, and to add:
---------------------
CONFIG_EXTRA_FIRMWARE="amd-ucode/microcode_amd.bin"
--------------------

To my .config, else it hangs for 60 seconds, about .65 seconds into the boot,
requesting the firmware amd-ucode/microcode_amb.bin and can't find it.

With the above additions, it appears to be running nominally here. glxgears
was, at 2.6.32, about 275 fps, and its about 400 now so that is welcomed.

Thank you.

--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

Straw? No, too stupid a fad. I put soot on warts.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/