I'm about to introduce some new code, but first, this is some cleanup of the linuxbios/ directory - all the geode targets were the same, so I consolidated them.
Jordan
On 11/01/08 14:56 -0700, Jordan Crouse wrote:
I'm about to introduce some new code, but first, this is some cleanup of the linuxbios/ directory - all the geode targets were the same, so I consolidated them.
As an aside, I tried all the Geode targets to make sure they work, and it looks like mem800sev and the alix1c targets do not work - they point to /tmp/filo.elf as the default payload in the Config.lb, and we expect that the payload is in ../payload.elf like the db800 and norwich targets do. Either that needs to be fixed in LinuxBIOS v2, or we need to patch the files in buildrom, which has the ironic side effect of making my previous patch invalid.
Jordan
Fix the payloads on alix1c and msm800sev.
ron
On 11/01/08 14:34 -0800, ron minnich wrote:
Fix the payloads on alix1c and msm800sev.
ron
Fix these to use a more standard relative path for payload. Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Acked-by: Jordan Crouse jordan.crouse@amd.com
And thank you for your speed!
Index: targets/digitallogic/msm800sev/Config.lb
--- targets/digitallogic/msm800sev/Config.lb (revision 3046) +++ targets/digitallogic/msm800sev/Config.lb (working copy) @@ -22,7 +22,7 @@ romimage "fallback" option USE_FALLBACK_IMAGE=1 option LINUXBIOS_EXTRA_VERSION=".0Fallback"
- payload /tmp/filo.elf
- payload ../payload.elf
end
buildrom ./linuxbios.rom ROM_SIZE "fallback" Index: targets/pcengines/alix1c/Config.lb =================================================================== --- targets/pcengines/alix1c/Config.lb (revision 3046) +++ targets/pcengines/alix1c/Config.lb (working copy) @@ -19,7 +19,7 @@ romimage "fallback" option USE_FALLBACK_IMAGE = 1 option LINUXBIOS_EXTRA_VERSION = ".0Fallback"
- payload /tmp/filo.elf
- payload ../payload.elf
end
buildrom ./linuxbios.rom ROM_SIZE "fallback"
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios
On Jan 11, 2008 2:38 PM, Jordan Crouse jordan.crouse@amd.com wrote:
Fix these to use a more standard relative path for payload. Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Acked-by: Jordan Crouse jordan.crouse@amd.com
Committed revision 3047.
On 11/01/08 14:37 -0800, ron minnich wrote:
On Jan 11, 2008 2:38 PM, Jordan Crouse jordan.crouse@amd.com wrote:
Fix these to use a more standard relative path for payload. Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Acked-by: Jordan Crouse jordan.crouse@amd.com
Committed revision 3047.
And the associated patch to bump the revision in buildrom.
[BUILDROM] Bump the mem800sev and alix1c revisions
Bump the linuxbios revision of the mem800sev and alix1c to take advantage of the payload patch added to LBv2.
Signed-off-by: Jordan Crouse jordan.crouse@amd.com
Index: buildrom-devel/config/platforms/alix1c.conf =================================================================== --- buildrom-devel.orig/config/platforms/alix1c.conf 2008-01-11 15:43:21.000000000 -0700 +++ buildrom-devel/config/platforms/alix1c.conf 2008-01-11 15:43:37.000000000 -0700 @@ -29,7 +29,7 @@ LINUXBIOS_BOARD=alix1c LBV2_CONFIG=Config.lb LBV2_TDIR=alix1c -LBV2_TAG=2807 +LBV2_TAG=3047 LINUXBIOS_ROM_NAME=linuxbios.rom
# FILO configuration Index: buildrom-devel/config/platforms/msm800sev.conf =================================================================== --- buildrom-devel.orig/config/platforms/msm800sev.conf 2008-01-11 15:43:43.000000000 -0700 +++ buildrom-devel/config/platforms/msm800sev.conf 2008-01-11 15:43:51.000000000 -0700 @@ -30,7 +30,7 @@ LINUXBIOS_BOARD=msm800sev LBV2_CONFIG=Config.lb LBV2_TDIR=msm800sev -LBV2_TAG=2810 +LBV2_TAG=3047 LINUXBIOS_ROM_NAME=linuxbios.rom
# FILO configuration
On Fri, Jan 11, 2008 at 03:45:28PM -0700, Jordan Crouse wrote:
And the associated patch to bump the revision in buildrom.
!DSPAM:4787f1d7211931030414324!
[BUILDROM] Bump the mem800sev and alix1c revisions
Bump the linuxbios revision of the mem800sev and alix1c to take advantage of the payload patch added to LBv2.
Signed-off-by: Jordan Crouse jordan.crouse@amd.com
Acked-by: Ward Vandewege ward@gnu.org
(I think this qualifies as a trivial patch, you could have self-acked)
Thanks, Ward.
On 11/01/08 17:50 -0500, Ward Vandewege wrote:
On Fri, Jan 11, 2008 at 03:45:28PM -0700, Jordan Crouse wrote:
And the associated patch to bump the revision in buildrom.
!DSPAM:4787f1d7211931030414324!
[BUILDROM] Bump the mem800sev and alix1c revisions
Bump the linuxbios revision of the mem800sev and alix1c to take advantage of the payload patch added to LBv2.
Signed-off-by: Jordan Crouse jordan.crouse@amd.com
Acked-by: Ward Vandewege ward@gnu.org
(I think this qualifies as a trivial patch, you could have self-acked)
Yeah - but bumping a revision like that could be dangerous - its good to have an archive record of it.
Jordan
On 11/01/08 17:50 -0500, Ward Vandewege wrote:
On Fri, Jan 11, 2008 at 03:45:28PM -0700, Jordan Crouse wrote:
And the associated patch to bump the revision in buildrom.
!DSPAM:4787f1d7211931030414324!
[BUILDROM] Bump the mem800sev and alix1c revisions
Bump the linuxbios revision of the mem800sev and alix1c to take advantage of the payload patch added to LBv2.
Signed-off-by: Jordan Crouse jordan.crouse@amd.com
Acked-by: Ward Vandewege ward@gnu.org
(I think this qualifies as a trivial patch, you could have self-acked)
r95. Thanks.