On 31/10/07 00:52 +0100, Uwe Hermann wrote:
--- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ buildrom-devel/packages/linuxbios/patches/2761gxdk-fix-target.patch 2007-10-31 12:25:13.000000000 -0600
What's this? Empty file? Am I missing something?
Heh - no - its just a little confusing. This is a patch that modifies the LB source code, so actually the following two patches aren't in the toplevel patch, they are in 2761gxdk-fix-target.patch. Fun, huh? :)
@@ -0,0 +1,24 @@ +Index: svn/targets/gigabyte/ga_2761gxdk/Config.lb +=================================================================== +--- svn.orig/targets/gigabyte/ga_2761gxdk/Config.lb ++++ svn/targets/gigabyte/ga_2761gxdk/Config.lb +@@ -42,7 +42,8 @@ romimage "normal"
- # option ROM_IMAGE_SIZE=0x15800
- option XIP_ROM_SIZE=0x40000
- option LINUXBIOS_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
+- payload ../../../../payloads/filo_uda1.elf ++# payload ../../../../payloads/filo_uda1.elf ++ payload ../payload.elf
Yep, but also drop the commented lines, not needed.
I would rather not - because it makes the patch less intrusive, which is a concern, because whenever you patch LB like this, you constantly run the risk of bitrot. This is the price we pay for sticking with v2 this long.
Jordan
With the above fixes: Acked-by: Uwe Hermann uwe@hermann-uwe.de
r52. Thanks.
--- Jordan Crouse Systems Software Development Engineer Advanced Micro Devices, Inc.