Hi,
I updated the SET_FIDVID patch to match the current tree, and also validated it against the pre-patch tree. To do this, I added to src/cpu/amd/model_*xx/fidvid.c a bunch of #if SET_FIDVID #warning SET_FIDVID #endif style blocks to the pre-patch tree, for all SET_FIDVID* flags, and with CONFIG_ prefix to the patched tree, and ran abuild.
After that, I mangled all coreboot-builds/*/make.log to drop the CONFIG_ prefixes and other minor differences (line numbers of the warnings/errors), and diffed the result of both trees. This exposed one configuration change in gigabyte/ma78gm, which I fixed. All boards now show identical configuration with and without this patch.
== Move the SET_FIDVID* family of configuration options to Kconfig and make their defaults more obvious.
Signed-off-by: Patrick Georgi patrick@georgi-clan.de
Am 13.11.2010 09:16, schrieb Patrick Georgi:
Hi,
I updated the SET_FIDVID patch to match the current tree, and also validated it against the pre-patch tree. To do this, I added to src/cpu/amd/model_*xx/fidvid.c a bunch of #if SET_FIDVID #warning SET_FIDVID #endif style blocks to the pre-patch tree, for all SET_FIDVID* flags, and with CONFIG_ prefix to the patched tree, and ran abuild.
After that, I mangled all coreboot-builds/*/make.log to drop the CONFIG_ prefixes and other minor differences (line numbers of the warnings/errors), and diffed the result of both trees. This exposed one configuration change in gigabyte/ma78gm, which I fixed. All boards now show identical configuration with and without this patch.
== Move the SET_FIDVID* family of configuration options to Kconfig and make their defaults more obvious.
Signed-off-by: Patrick Georgi patrick@georgi-clan.de
ping?
* Patrick Georgi patrick@georgi-clan.de [101116 17:29]:
Am 13.11.2010 09:16, schrieb Patrick Georgi:
Hi,
I updated the SET_FIDVID patch to match the current tree, and also validated it against the pre-patch tree. To do this, I added to src/cpu/amd/model_*xx/fidvid.c a bunch of #if SET_FIDVID #warning SET_FIDVID #endif style blocks to the pre-patch tree, for all SET_FIDVID* flags, and with CONFIG_ prefix to the patched tree, and ran abuild.
After that, I mangled all coreboot-builds/*/make.log to drop the CONFIG_ prefixes and other minor differences (line numbers of the warnings/errors), and diffed the result of both trees. This exposed one configuration change in gigabyte/ma78gm, which I fixed. All boards now show identical configuration with and without this patch.
== Move the SET_FIDVID* family of configuration options to Kconfig and make their defaults more obvious.
Signed-off-by: Patrick Georgi patrick@georgi-clan.de
ping?
Acked-by: Stefan Reinauer stepan@coreboot.org
On Tue, Nov 16, 2010 at 05:29:50PM +0100, Patrick Georgi wrote:
Move the SET_FIDVID* family of configuration options to Kconfig and make their defaults more obvious.
Signed-off-by: Patrick Georgi patrick@georgi-clan.de
ping?
Looks good, but please also include the new A8V-E Deluxe target in the patch before the commit.
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Uwe.
Am 16.11.2010 22:11, schrieb Uwe Hermann:
Looks good, but please also include the new A8V-E Deluxe target in the patch before the commit.
Done
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Thanks, r6077
Patrick