[coreboot] r3052 - in trunk/coreboot-v2: src/arch/i386/lib src/arch/ppc/include src/arch/ppc/lib src/cpu/amd/car src/cpu/amd/microcode src/cpu/amd/model_10xxx src/cpu/amd/model_fxx src/cpu/amd/model_lx src/cpu/amd/quadcore src/cpu/amd/socket_F_1207 src/cpu/ppc/mpc74xx src/cpu/ppc/ppc7xx src/cpu/x86/car src/devices src/include src/include/cpu/amd src/mainboard/a-trend/atc-6220 src/mainboard/advantech/pcm-5820 src/mainboard/amd/db800 src/mainboard/amd/norwich src/mainboard/amd/serengeti_cheetah_fam10 src/mainboard/amd/serengeti_cheetah_fam10/dx src/mainboard/artecgroup/dbe61 src/mainboard/asi/mb_5blmp src/mainboard/asus/a8n_e src/mainboard/asus/a8v-e_se src/mainboard/asus/mew-am src/mainboard/asus/mew-vm src/mainboard/asus/p2b src/mainboard/asus/p2b-f src/mainboard/asus/p3b-f src/mainboard/axus/tc320 src/mainboard/azza/pt-6ibd src/mainboard/bcom/winnet100 src/mainboard/biostar/m6tba src/mainboard/compaq/deskpro_en_sff_p600 src/mainboard/digitallogic/msm800sev src/mainboard/gigabyte/ga-6bxc src/mainboard/gigabyte/ga_2761gxdk src/mainboard/gigabyte/m57sli src/mainboard/iei/juki-511p src/mainboard/iei/nova4899r src/mainboard/motorola/sandpoint src/mainboard/motorola/sandpoint/flash src/mainboard/motorola/sandpoint/nvram src/mainboard/msi/ms6178 src/mainboard/msi/ms7260 src/mainboard/msi/ms9185 src/mainboard/msi/ms9282 src/mainboard/nvidia/l1_2pvv src/mainboard/pcengines/alix1c src/mainboard/supermicro/h8dmr src/mainboard/tyan/s1846 src/mainboard/tyan/s2881 src/mainboard/tyan/s2912 src/northbridge/amd/amdfam10 src/northbridge/amd/amdfam10/root_complex src/northbridge/amd/amdht src/northbridge/amd/amdmct src/northbridge/amd/amdmct/mct src/northbridge/amd/amdmct/wrappers src/northbridge/amd/lx src/northbridge/intel/i440bx src/northbridge/intel/i82810 src/pmc/altimus/mpc7410 src/southbridge/amd/cs5530 src/southbridge/amd/cs5536 src/southbridge/intel/i82371eb src/southbridge/intel/i82801db src/southbridge/intel/i82801xx src/southbridge/nvidia/mcp55 src/southbridge/sis/sis966 src/southbridge/via/k8t890 src/southbridge/via/vt8237r src/southbridge/via/vt82c686 src/superio/fintek/f71805f src/superio/ite/it8661f src/superio/ite/it8671f src/superio/ite/it8673f src/superio/ite/it8705f src/superio/ite/it8712f src/superio/ite/it8716f src/superio/ite/it8718f src/superio/nsc/pc87309 src/superio/smsc/fdc37m60x src/superio/smsc/lpc47b272 src/superio/smsc/lpc47n217 src/superio/smsc/smscsuperio src/superio/winbond/w83627ehg src/superio/winbond/w83977f targets/a-trend/atc-6220 targets/advantech/pcm-5820 targets/amd/db800 targets/amd/norwich targets/amd/serengeti_cheetah_fam10 targets/asi/mb_5blmp targets/asus/a8n_e targets/asus/a8v-e_se targets/asus/mew-am targets/asus/p2b targets/asus/p2b-f targets/asus/p3b-f targets/axus/tc320 targets/azza/pt-6ibd targets/bcom/winnet100 targets/biostar/m6tba targets/compaq/deskpro_en_sff_p600 targets/gigabyte/ga-6bxc targets/gigabyte/ga_2761gxdk targets/gigabyte/m57sli targets/iei/juki-511p targets/iei/nova4899r targets/msi/ms6178 targets/msi/ms7260 targets/msi/ms9185 targets/msi/ms9282 targets/nvidia/l1_2pvv targets/supermicro/h8dmr targets/tyan/s1846 targets/tyan/s2912

svn at coreboot.org svn at coreboot.org
Fri Jan 18 11:35:57 CET 2008


Author: stepan
Date: 2008-01-18 11:35:56 +0100 (Fri, 18 Jan 2008)
New Revision: 3052

Modified:
   trunk/coreboot-v2/src/arch/i386/lib/failover.c
   trunk/coreboot-v2/src/arch/ppc/include/ppc.h
   trunk/coreboot-v2/src/arch/ppc/include/ppcreg.h
   trunk/coreboot-v2/src/arch/ppc/include/timer.h
   trunk/coreboot-v2/src/arch/ppc/lib/c_start.S
   trunk/coreboot-v2/src/arch/ppc/lib/cpuid.c
   trunk/coreboot-v2/src/arch/ppc/lib/floats.S
   trunk/coreboot-v2/src/arch/ppc/lib/floats.inc
   trunk/coreboot-v2/src/arch/ppc/lib/ppc.c
   trunk/coreboot-v2/src/arch/ppc/lib/timer.c
   trunk/coreboot-v2/src/cpu/amd/car/cache_as_ram.inc
   trunk/coreboot-v2/src/cpu/amd/microcode/microcode.c
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/Config.lb
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/apic_timer.c
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/fidvid.c
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/fidvid_common.c
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/init_cpus.c
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/model_10xxx_init.c
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/pstate.c
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/update_microcode.c
   trunk/coreboot-v2/src/cpu/amd/model_fxx/processor_name.c
   trunk/coreboot-v2/src/cpu/amd/model_lx/cache_as_ram.inc
   trunk/coreboot-v2/src/cpu/amd/model_lx/cpubug.c
   trunk/coreboot-v2/src/cpu/amd/model_lx/cpureginit.c
   trunk/coreboot-v2/src/cpu/amd/model_lx/model_lx_init.c
   trunk/coreboot-v2/src/cpu/amd/model_lx/syspreinit.c
   trunk/coreboot-v2/src/cpu/amd/quadcore/Config.lb
   trunk/coreboot-v2/src/cpu/amd/quadcore/amd_sibling.c
   trunk/coreboot-v2/src/cpu/amd/quadcore/quadcore.c
   trunk/coreboot-v2/src/cpu/amd/quadcore/quadcore_id.c
   trunk/coreboot-v2/src/cpu/amd/socket_F_1207/Config.lb
   trunk/coreboot-v2/src/cpu/amd/socket_F_1207/chip.h
   trunk/coreboot-v2/src/cpu/amd/socket_F_1207/socket_F_1207.c
   trunk/coreboot-v2/src/cpu/ppc/mpc74xx/mpc74xx.inc
   trunk/coreboot-v2/src/cpu/ppc/ppc7xx/ppc7xx.inc
   trunk/coreboot-v2/src/cpu/x86/car/cache_as_ram.inc
   trunk/coreboot-v2/src/devices/agp_device.c
   trunk/coreboot-v2/src/devices/cardbus_device.c
   trunk/coreboot-v2/src/devices/device.c
   trunk/coreboot-v2/src/devices/device_util.c
   trunk/coreboot-v2/src/devices/hypertransport.c
   trunk/coreboot-v2/src/devices/pci_device.c
   trunk/coreboot-v2/src/devices/pci_ops.c
   trunk/coreboot-v2/src/devices/pci_rom.c
   trunk/coreboot-v2/src/devices/pciexp_device.c
   trunk/coreboot-v2/src/devices/pcix_device.c
   trunk/coreboot-v2/src/devices/pnp_device.c
   trunk/coreboot-v2/src/devices/root_device.c
   trunk/coreboot-v2/src/devices/smbus_ops.c
   trunk/coreboot-v2/src/include/cpu/amd/amdfam10_sysconf.h
   trunk/coreboot-v2/src/include/cpu/amd/geode_post_code.h
   trunk/coreboot-v2/src/include/cpu/amd/lxdef.h
   trunk/coreboot-v2/src/include/cpu/amd/model_10xxx_msr.h
   trunk/coreboot-v2/src/include/cpu/amd/model_10xxx_rev.h
   trunk/coreboot-v2/src/include/cpu/amd/quadcore.h
   trunk/coreboot-v2/src/include/spd.h
   trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Config.lb
   trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Options.lb
   trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/auto.c
   trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/chip.h
   trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/irq_tables.c
   trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/mainboard.c
   trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/Config.lb
   trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/Options.lb
   trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/auto.c
   trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/chip.h
   trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/irq_tables.c
   trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/mainboard.c
   trunk/coreboot-v2/src/mainboard/amd/db800/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/amd/db800/chip.h
   trunk/coreboot-v2/src/mainboard/amd/db800/failover.c
   trunk/coreboot-v2/src/mainboard/amd/db800/irq_tables.c
   trunk/coreboot-v2/src/mainboard/amd/db800/mainboard.c
   trunk/coreboot-v2/src/mainboard/amd/norwich/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/amd/norwich/chip.h
   trunk/coreboot-v2/src/mainboard/amd/norwich/failover.c
   trunk/coreboot-v2/src/mainboard/amd/norwich/irq_tables.c
   trunk/coreboot-v2/src/mainboard/amd/norwich/mainboard.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/Config.lb
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/acpi_tables.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/apc_auto.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/chip.h
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111_isa.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111_pic.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8131_2.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8132.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8132_2.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8151.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amdfam10_util.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/dsdt_lb.dsl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/htx_no_ioapic.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci0_hc.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci2.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci2_hc.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci3.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci3_hc.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci4.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci4_hc.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci5.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci5_hc.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/superio.asl
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/fadt.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/irq_tables.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mainboard.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mb_sysconf.h
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mptable.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/resourcemap.c
   trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/spd_addr.h
   trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/irq_tables.c
   trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/mainboard.c
   trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/spd_table.h
   trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/auto.c
   trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/chip.h
   trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/mainboard.c
   trunk/coreboot-v2/src/mainboard/asus/a8n_e/Config.lb
   trunk/coreboot-v2/src/mainboard/asus/a8n_e/Options.lb
   trunk/coreboot-v2/src/mainboard/asus/a8n_e/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/asus/a8n_e/chip.h
   trunk/coreboot-v2/src/mainboard/asus/a8n_e/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/asus/a8n_e/irq_tables.c
   trunk/coreboot-v2/src/mainboard/asus/a8n_e/mainboard.c
   trunk/coreboot-v2/src/mainboard/asus/a8n_e/mptable.c
   trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Config.lb
   trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Options.lb
   trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/acpi_tables.c
   trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/chip.h
   trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/dsdt.asl
   trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/mainboard.c
   trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/mptable.c
   trunk/coreboot-v2/src/mainboard/asus/mew-am/Config.lb
   trunk/coreboot-v2/src/mainboard/asus/mew-am/Options.lb
   trunk/coreboot-v2/src/mainboard/asus/mew-am/auto.c
   trunk/coreboot-v2/src/mainboard/asus/mew-am/chip.h
   trunk/coreboot-v2/src/mainboard/asus/mew-am/irq_tables.c
   trunk/coreboot-v2/src/mainboard/asus/mew-am/mainboard.c
   trunk/coreboot-v2/src/mainboard/asus/mew-vm/auto.c
   trunk/coreboot-v2/src/mainboard/asus/p2b-f/Config.lb
   trunk/coreboot-v2/src/mainboard/asus/p2b-f/Options.lb
   trunk/coreboot-v2/src/mainboard/asus/p2b-f/auto.c
   trunk/coreboot-v2/src/mainboard/asus/p2b-f/chip.h
   trunk/coreboot-v2/src/mainboard/asus/p2b-f/irq_tables.c
   trunk/coreboot-v2/src/mainboard/asus/p2b-f/mainboard.c
   trunk/coreboot-v2/src/mainboard/asus/p2b/Config.lb
   trunk/coreboot-v2/src/mainboard/asus/p2b/Options.lb
   trunk/coreboot-v2/src/mainboard/asus/p2b/auto.c
   trunk/coreboot-v2/src/mainboard/asus/p2b/chip.h
   trunk/coreboot-v2/src/mainboard/asus/p2b/irq_tables.c
   trunk/coreboot-v2/src/mainboard/asus/p2b/mainboard.c
   trunk/coreboot-v2/src/mainboard/asus/p3b-f/Config.lb
   trunk/coreboot-v2/src/mainboard/asus/p3b-f/Options.lb
   trunk/coreboot-v2/src/mainboard/asus/p3b-f/auto.c
   trunk/coreboot-v2/src/mainboard/asus/p3b-f/chip.h
   trunk/coreboot-v2/src/mainboard/asus/p3b-f/irq_tables.c
   trunk/coreboot-v2/src/mainboard/asus/p3b-f/mainboard.c
   trunk/coreboot-v2/src/mainboard/axus/tc320/Config.lb
   trunk/coreboot-v2/src/mainboard/axus/tc320/Options.lb
   trunk/coreboot-v2/src/mainboard/axus/tc320/auto.c
   trunk/coreboot-v2/src/mainboard/axus/tc320/chip.h
   trunk/coreboot-v2/src/mainboard/axus/tc320/irq_tables.c
   trunk/coreboot-v2/src/mainboard/axus/tc320/mainboard.c
   trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/Config.lb
   trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/Options.lb
   trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/auto.c
   trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/chip.h
   trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/irq_tables.c
   trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/mainboard.c
   trunk/coreboot-v2/src/mainboard/bcom/winnet100/Config.lb
   trunk/coreboot-v2/src/mainboard/bcom/winnet100/Options.lb
   trunk/coreboot-v2/src/mainboard/bcom/winnet100/auto.c
   trunk/coreboot-v2/src/mainboard/bcom/winnet100/chip.h
   trunk/coreboot-v2/src/mainboard/bcom/winnet100/irq_tables.c
   trunk/coreboot-v2/src/mainboard/bcom/winnet100/mainboard.c
   trunk/coreboot-v2/src/mainboard/biostar/m6tba/Config.lb
   trunk/coreboot-v2/src/mainboard/biostar/m6tba/Options.lb
   trunk/coreboot-v2/src/mainboard/biostar/m6tba/auto.c
   trunk/coreboot-v2/src/mainboard/biostar/m6tba/chip.h
   trunk/coreboot-v2/src/mainboard/biostar/m6tba/irq_tables.c
   trunk/coreboot-v2/src/mainboard/biostar/m6tba/mainboard.c
   trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/Config.lb
   trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/Options.lb
   trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/auto.c
   trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/chip.h
   trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/irq_tables.c
   trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/mainboard.c
   trunk/coreboot-v2/src/mainboard/digitallogic/msm800sev/irq_tables.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/Config.lb
   trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/Options.lb
   trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/auto.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/chip.h
   trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/irq_tables.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/mainboard.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/Config.lb
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/Options.lb
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/apc_auto.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/chip.h
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/mainboard.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/mptable.c
   trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/resourcemap.c
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Options.lb
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/apc_auto.c
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/chip.h
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/cmos.layout
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/irq_tables.c
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/mainboard.c
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/mptable.c
   trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/resourcemap.c
   trunk/coreboot-v2/src/mainboard/iei/juki-511p/auto.c
   trunk/coreboot-v2/src/mainboard/iei/juki-511p/chip.h
   trunk/coreboot-v2/src/mainboard/iei/juki-511p/failover.c
   trunk/coreboot-v2/src/mainboard/iei/juki-511p/irq_tables.c
   trunk/coreboot-v2/src/mainboard/iei/juki-511p/mainboard.c
   trunk/coreboot-v2/src/mainboard/iei/nova4899r/auto.c
   trunk/coreboot-v2/src/mainboard/iei/nova4899r/chip.h
   trunk/coreboot-v2/src/mainboard/iei/nova4899r/failover.c
   trunk/coreboot-v2/src/mainboard/iei/nova4899r/irq_tables.c
   trunk/coreboot-v2/src/mainboard/iei/nova4899r/mainboard.c
   trunk/coreboot-v2/src/mainboard/motorola/sandpoint/clock.c
   trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash.h
   trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash/amd800.c
   trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash/flash.c
   trunk/coreboot-v2/src/mainboard/motorola/sandpoint/nvram.h
   trunk/coreboot-v2/src/mainboard/motorola/sandpoint/nvram/nvram.c
   trunk/coreboot-v2/src/mainboard/msi/ms6178/Config.lb
   trunk/coreboot-v2/src/mainboard/msi/ms6178/Options.lb
   trunk/coreboot-v2/src/mainboard/msi/ms6178/auto.c
   trunk/coreboot-v2/src/mainboard/msi/ms6178/chip.h
   trunk/coreboot-v2/src/mainboard/msi/ms6178/irq_tables.c
   trunk/coreboot-v2/src/mainboard/msi/ms6178/mainboard.c
   trunk/coreboot-v2/src/mainboard/msi/ms7260/Config.lb
   trunk/coreboot-v2/src/mainboard/msi/ms7260/Options.lb
   trunk/coreboot-v2/src/mainboard/msi/ms7260/apc_auto.c
   trunk/coreboot-v2/src/mainboard/msi/ms7260/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/msi/ms7260/chip.h
   trunk/coreboot-v2/src/mainboard/msi/ms7260/cmos.layout
   trunk/coreboot-v2/src/mainboard/msi/ms7260/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/msi/ms7260/irq_tables.c
   trunk/coreboot-v2/src/mainboard/msi/ms7260/mainboard.c
   trunk/coreboot-v2/src/mainboard/msi/ms7260/mptable.c
   trunk/coreboot-v2/src/mainboard/msi/ms7260/resourcemap.c
   trunk/coreboot-v2/src/mainboard/msi/ms9185/Config.lb
   trunk/coreboot-v2/src/mainboard/msi/ms9185/Options.lb
   trunk/coreboot-v2/src/mainboard/msi/ms9185/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/msi/ms9185/chip.h
   trunk/coreboot-v2/src/mainboard/msi/ms9185/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/msi/ms9185/irq_tables.c
   trunk/coreboot-v2/src/mainboard/msi/ms9185/mainboard.c
   trunk/coreboot-v2/src/mainboard/msi/ms9185/mb_sysconf.h
   trunk/coreboot-v2/src/mainboard/msi/ms9185/mptable.c
   trunk/coreboot-v2/src/mainboard/msi/ms9185/resourcemap.c
   trunk/coreboot-v2/src/mainboard/msi/ms9282/Config.lb
   trunk/coreboot-v2/src/mainboard/msi/ms9282/Options.lb
   trunk/coreboot-v2/src/mainboard/msi/ms9282/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/msi/ms9282/chip.h
   trunk/coreboot-v2/src/mainboard/msi/ms9282/failover.c
   trunk/coreboot-v2/src/mainboard/msi/ms9282/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/msi/ms9282/irq_tables.c
   trunk/coreboot-v2/src/mainboard/msi/ms9282/mainboard.c
   trunk/coreboot-v2/src/mainboard/msi/ms9282/mb_sysconf.h
   trunk/coreboot-v2/src/mainboard/msi/ms9282/mptable.c
   trunk/coreboot-v2/src/mainboard/msi/ms9282/resourcemap.c
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/Config.lb
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/Options.lb
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/apc_auto.c
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/chip.h
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/cmos.layout
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/irq_tables.c
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mainboard.c
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mb_sysconf.h
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mptable.c
   trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/resourcemap.c
   trunk/coreboot-v2/src/mainboard/pcengines/alix1c/Config.lb
   trunk/coreboot-v2/src/mainboard/pcengines/alix1c/Options.lb
   trunk/coreboot-v2/src/mainboard/pcengines/alix1c/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/pcengines/alix1c/chip.h
   trunk/coreboot-v2/src/mainboard/pcengines/alix1c/irq_tables.c
   trunk/coreboot-v2/src/mainboard/pcengines/alix1c/mainboard.c
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Config.lb
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Options.lb
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/apc_auto.c
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/chip.h
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/cmos.layout
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/irq_tables.c
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/mainboard.c
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/mptable.c
   trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/resourcemap.c
   trunk/coreboot-v2/src/mainboard/tyan/s1846/Config.lb
   trunk/coreboot-v2/src/mainboard/tyan/s1846/Options.lb
   trunk/coreboot-v2/src/mainboard/tyan/s1846/auto.c
   trunk/coreboot-v2/src/mainboard/tyan/s1846/chip.h
   trunk/coreboot-v2/src/mainboard/tyan/s1846/mainboard.c
   trunk/coreboot-v2/src/mainboard/tyan/s2881/mainboard.c
   trunk/coreboot-v2/src/mainboard/tyan/s2912/Config.lb
   trunk/coreboot-v2/src/mainboard/tyan/s2912/Options.lb
   trunk/coreboot-v2/src/mainboard/tyan/s2912/apc_auto.c
   trunk/coreboot-v2/src/mainboard/tyan/s2912/cache_as_ram_auto.c
   trunk/coreboot-v2/src/mainboard/tyan/s2912/chip.h
   trunk/coreboot-v2/src/mainboard/tyan/s2912/cmos.layout
   trunk/coreboot-v2/src/mainboard/tyan/s2912/get_bus_conf.c
   trunk/coreboot-v2/src/mainboard/tyan/s2912/irq_tables.c
   trunk/coreboot-v2/src/mainboard/tyan/s2912/mainboard.c
   trunk/coreboot-v2/src/mainboard/tyan/s2912/mb_sysconf.h
   trunk/coreboot-v2/src/mainboard/tyan/s2912/mptable.c
   trunk/coreboot-v2/src/mainboard/tyan/s2912/resourcemap.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/Config.lb
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10.h
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_acpi.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_conf.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_nums.h
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_pci.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/chip.h
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/debug.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/early_ht.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/get_pci1234.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/misc_control.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/northbridge.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/northbridge.h
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit.h
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit_amdmct.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit_sysinfo_in_ram.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/reset_test.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/resourcemap.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/root_complex/chip.h
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/setup_resource_map.c
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/spd_ddr2.h
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/ssdt.dsl
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr1.dsl
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr2.dsl
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr3.dsl
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr4.dsl
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr5.dsl
   trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsDefs.h
   trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsNb.c
   trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsNb.h
   trunk/coreboot-v2/src/northbridge/amd/amdht/comlib.c
   trunk/coreboot-v2/src/northbridge/amd/amdht/comlib.h
   trunk/coreboot-v2/src/northbridge/amd/amdht/h3ffeat.h
   trunk/coreboot-v2/src/northbridge/amd/amdht/h3finit.c
   trunk/coreboot-v2/src/northbridge/amd/amdht/h3finit.h
   trunk/coreboot-v2/src/northbridge/amd/amdht/h3gtopo.h
   trunk/coreboot-v2/src/northbridge/amd/amdht/h3ncmn.c
   trunk/coreboot-v2/src/northbridge/amd/amdht/h3ncmn.h
   trunk/coreboot-v2/src/northbridge/amd/amdht/ht_wrapper.c
   trunk/coreboot-v2/src/northbridge/amd/amdht/porting.h
   trunk/coreboot-v2/src/northbridge/amd/amdmct/amddefs.h
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct.h
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d.h
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d_gcc.h
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_fd.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctardk3.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctardk4.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctchi_d.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctcsi_d.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctdqs_d.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctecc_d.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctgr.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mcthdi.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctmtr_d.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctndi_d.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctpro_d.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc1p.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc2p.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mcttmrl.c
   trunk/coreboot-v2/src/northbridge/amd/amdmct/wrappers/mcti.h
   trunk/coreboot-v2/src/northbridge/amd/amdmct/wrappers/mcti_d.c
   trunk/coreboot-v2/src/northbridge/amd/lx/chip.h
   trunk/coreboot-v2/src/northbridge/amd/lx/grphinit.c
   trunk/coreboot-v2/src/northbridge/amd/lx/northbridge.c
   trunk/coreboot-v2/src/northbridge/amd/lx/northbridge.h
   trunk/coreboot-v2/src/northbridge/amd/lx/northbridgeinit.c
   trunk/coreboot-v2/src/northbridge/amd/lx/pll_reset.c
   trunk/coreboot-v2/src/northbridge/amd/lx/raminit.c
   trunk/coreboot-v2/src/northbridge/amd/lx/raminit.h
   trunk/coreboot-v2/src/northbridge/intel/i440bx/Config.lb
   trunk/coreboot-v2/src/northbridge/intel/i440bx/chip.h
   trunk/coreboot-v2/src/northbridge/intel/i440bx/i440bx.h
   trunk/coreboot-v2/src/northbridge/intel/i440bx/northbridge.h
   trunk/coreboot-v2/src/northbridge/intel/i440bx/raminit.c
   trunk/coreboot-v2/src/northbridge/intel/i440bx/raminit.h
   trunk/coreboot-v2/src/northbridge/intel/i82810/Config.lb
   trunk/coreboot-v2/src/northbridge/intel/i82810/chip.h
   trunk/coreboot-v2/src/northbridge/intel/i82810/i82810.h
   trunk/coreboot-v2/src/northbridge/intel/i82810/northbridge.c
   trunk/coreboot-v2/src/northbridge/intel/i82810/northbridge.h
   trunk/coreboot-v2/src/northbridge/intel/i82810/raminit.c
   trunk/coreboot-v2/src/northbridge/intel/i82810/raminit.h
   trunk/coreboot-v2/src/pmc/altimus/mpc7410/mpc7410.c
   trunk/coreboot-v2/src/pmc/altimus/mpc7410/setup.c
   trunk/coreboot-v2/src/southbridge/amd/cs5530/Config.lb
   trunk/coreboot-v2/src/southbridge/amd/cs5530/chip.h
   trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530.c
   trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530.h
   trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530_ide.c
   trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530_isa.c
   trunk/coreboot-v2/src/southbridge/amd/cs5536/Config.lb
   trunk/coreboot-v2/src/southbridge/amd/cs5536/chip.h
   trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536.c
   trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536.h
   trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_early_setup.c
   trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_early_smbus.c
   trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_ide.c
   trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_smbus2.h
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/Config.lb
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/chip.h
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb.c
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb.h
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_early_smbus.c
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_ide.c
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_isa.c
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_reset.c
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_smbus.c
   trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_usb.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/chip.h
   trunk/coreboot-v2/src/southbridge/intel/i82801db/cmos_failover.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db.h
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ac97.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_early_smbus.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ehci.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ide.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_lpc.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_pci.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_reset.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_smbus.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_smbus.h
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_uhci.c
   trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_watchdog.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/Config.lb
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/chip.h
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/cmos_failover.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx.h
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_ac97.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_early_smbus.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_ide.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_lpc.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_nic.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_pci.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_reset.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_sata.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_smbus.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_smbus.h
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_usb.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_usb_ehci.c
   trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_watchdog.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/Config.lb
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/chip.h
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/id.inc
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/id.lds
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55.h
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_aza.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_ctrl.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_setup_car.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_setup_ss.h
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_smbus.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_enable_rom.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_enable_usbdebug_direct.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_ht.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_ide.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_lpc.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_nic.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_pci.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_pcie.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_reset.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_sata.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_smbus.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_smbus.h
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_usb.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_usb2.c
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/romstrap.inc
   trunk/coreboot-v2/src/southbridge/nvidia/mcp55/romstrap.lds
   trunk/coreboot-v2/src/southbridge/sis/sis966/Config.lb
   trunk/coreboot-v2/src/southbridge/sis/sis966/chip.h
   trunk/coreboot-v2/src/southbridge/sis/sis966/id.inc
   trunk/coreboot-v2/src/southbridge/sis/sis966/id.lds
   trunk/coreboot-v2/src/southbridge/sis/sis966/romstrap.inc
   trunk/coreboot-v2/src/southbridge/sis/sis966/romstrap.lds
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis761.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966.h
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_aza.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_ctrl.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_setup_car.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_setup_ss.h
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_smbus.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_enable_rom.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_enable_usbdebug_direct.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_ide.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_lpc.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_nic.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_pcie.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_reset.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_sata.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_smbus.h
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_usb.c
   trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_usb2.c
   trunk/coreboot-v2/src/southbridge/via/k8t890/Config.lb
   trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890.h
   trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_ctrl.c
   trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_dram.c
   trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_early_car.c
   trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_error.c
   trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_host.c
   trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_host_ctrl.c
   trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_pcie.c
   trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_traf_ctrl.c
   trunk/coreboot-v2/src/southbridge/via/k8t890/romstrap.inc
   trunk/coreboot-v2/src/southbridge/via/k8t890/romstrap.lds
   trunk/coreboot-v2/src/southbridge/via/vt8237r/Config.lb
   trunk/coreboot-v2/src/southbridge/via/vt8237r/chip.h
   trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.c
   trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.h
   trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_bridge.c
   trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_early_smbus.c
   trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_ide.c
   trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_lpc.c
   trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_sata.c
   trunk/coreboot-v2/src/southbridge/via/vt82c686/Config.lb
   trunk/coreboot-v2/src/southbridge/via/vt82c686/chip.h
   trunk/coreboot-v2/src/southbridge/via/vt82c686/vt82c686.h
   trunk/coreboot-v2/src/southbridge/via/vt82c686/vt82c686_early_serial.c
   trunk/coreboot-v2/src/superio/fintek/f71805f/chip.h
   trunk/coreboot-v2/src/superio/fintek/f71805f/f71805f.h
   trunk/coreboot-v2/src/superio/fintek/f71805f/f71805f_early_serial.c
   trunk/coreboot-v2/src/superio/ite/it8661f/Config.lb
   trunk/coreboot-v2/src/superio/ite/it8661f/chip.h
   trunk/coreboot-v2/src/superio/ite/it8661f/it8661f.h
   trunk/coreboot-v2/src/superio/ite/it8661f/it8661f_early_serial.c
   trunk/coreboot-v2/src/superio/ite/it8661f/superio.c
   trunk/coreboot-v2/src/superio/ite/it8671f/Config.lb
   trunk/coreboot-v2/src/superio/ite/it8671f/chip.h
   trunk/coreboot-v2/src/superio/ite/it8671f/it8671f.h
   trunk/coreboot-v2/src/superio/ite/it8671f/it8671f_early_serial.c
   trunk/coreboot-v2/src/superio/ite/it8671f/superio.c
   trunk/coreboot-v2/src/superio/ite/it8673f/Config.lb
   trunk/coreboot-v2/src/superio/ite/it8673f/chip.h
   trunk/coreboot-v2/src/superio/ite/it8673f/it8673f.h
   trunk/coreboot-v2/src/superio/ite/it8673f/it8673f_early_serial.c
   trunk/coreboot-v2/src/superio/ite/it8673f/superio.c
   trunk/coreboot-v2/src/superio/ite/it8705f/Config.lb
   trunk/coreboot-v2/src/superio/ite/it8705f/chip.h
   trunk/coreboot-v2/src/superio/ite/it8705f/it8705f.h
   trunk/coreboot-v2/src/superio/ite/it8705f/it8705f_early_serial.c
   trunk/coreboot-v2/src/superio/ite/it8705f/superio.c
   trunk/coreboot-v2/src/superio/ite/it8712f/Config.lb
   trunk/coreboot-v2/src/superio/ite/it8712f/chip.h
   trunk/coreboot-v2/src/superio/ite/it8712f/it8712f.h
   trunk/coreboot-v2/src/superio/ite/it8712f/it8712f_early_serial.c
   trunk/coreboot-v2/src/superio/ite/it8712f/superio.c
   trunk/coreboot-v2/src/superio/ite/it8716f/Config.lb
   trunk/coreboot-v2/src/superio/ite/it8716f/chip.h
   trunk/coreboot-v2/src/superio/ite/it8716f/it8716f.h
   trunk/coreboot-v2/src/superio/ite/it8716f/it8716f_early_init.c
   trunk/coreboot-v2/src/superio/ite/it8716f/it8716f_early_serial.c
   trunk/coreboot-v2/src/superio/ite/it8716f/superio.c
   trunk/coreboot-v2/src/superio/ite/it8718f/Config.lb
   trunk/coreboot-v2/src/superio/ite/it8718f/chip.h
   trunk/coreboot-v2/src/superio/ite/it8718f/it8718f.h
   trunk/coreboot-v2/src/superio/ite/it8718f/it8718f_early_serial.c
   trunk/coreboot-v2/src/superio/ite/it8718f/superio.c
   trunk/coreboot-v2/src/superio/nsc/pc87309/Config.lb
   trunk/coreboot-v2/src/superio/nsc/pc87309/chip.h
   trunk/coreboot-v2/src/superio/nsc/pc87309/pc87309.h
   trunk/coreboot-v2/src/superio/nsc/pc87309/pc87309_early_serial.c
   trunk/coreboot-v2/src/superio/nsc/pc87309/superio.c
   trunk/coreboot-v2/src/superio/smsc/fdc37m60x/Config.lb
   trunk/coreboot-v2/src/superio/smsc/fdc37m60x/chip.h
   trunk/coreboot-v2/src/superio/smsc/fdc37m60x/fdc37m60x.h
   trunk/coreboot-v2/src/superio/smsc/fdc37m60x/fdc37m60x_early_serial.c
   trunk/coreboot-v2/src/superio/smsc/fdc37m60x/superio.c
   trunk/coreboot-v2/src/superio/smsc/lpc47b272/Config.lb
   trunk/coreboot-v2/src/superio/smsc/lpc47b272/chip.h
   trunk/coreboot-v2/src/superio/smsc/lpc47b272/lpc47b272.h
   trunk/coreboot-v2/src/superio/smsc/lpc47b272/lpc47b272_early_serial.c
   trunk/coreboot-v2/src/superio/smsc/lpc47b272/superio.c
   trunk/coreboot-v2/src/superio/smsc/lpc47n217/Config.lb
   trunk/coreboot-v2/src/superio/smsc/lpc47n217/chip.h
   trunk/coreboot-v2/src/superio/smsc/lpc47n217/lpc47n217.h
   trunk/coreboot-v2/src/superio/smsc/lpc47n217/lpc47n217_early_serial.c
   trunk/coreboot-v2/src/superio/smsc/lpc47n217/superio.c
   trunk/coreboot-v2/src/superio/smsc/smscsuperio/Config.lb
   trunk/coreboot-v2/src/superio/smsc/smscsuperio/chip.h
   trunk/coreboot-v2/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c
   trunk/coreboot-v2/src/superio/smsc/smscsuperio/superio.c
   trunk/coreboot-v2/src/superio/winbond/w83627ehg/Config.lb
   trunk/coreboot-v2/src/superio/winbond/w83627ehg/chip.h
   trunk/coreboot-v2/src/superio/winbond/w83627ehg/superio.c
   trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg.h
   trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg_early_init.c
   trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg_early_serial.c
   trunk/coreboot-v2/src/superio/winbond/w83977f/Config.lb
   trunk/coreboot-v2/src/superio/winbond/w83977f/chip.h
   trunk/coreboot-v2/src/superio/winbond/w83977f/superio.c
   trunk/coreboot-v2/src/superio/winbond/w83977f/w83977f.h
   trunk/coreboot-v2/src/superio/winbond/w83977f/w83977f_early_serial.c
   trunk/coreboot-v2/targets/a-trend/atc-6220/Config.lb
   trunk/coreboot-v2/targets/advantech/pcm-5820/Config.lb
   trunk/coreboot-v2/targets/amd/db800/Config.lb
   trunk/coreboot-v2/targets/amd/norwich/Config.lb
   trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config.lb
   trunk/coreboot-v2/targets/asi/mb_5blmp/Config.lb
   trunk/coreboot-v2/targets/asus/a8n_e/Config.lb
   trunk/coreboot-v2/targets/asus/a8v-e_se/Config.lb
   trunk/coreboot-v2/targets/asus/mew-am/Config.lb
   trunk/coreboot-v2/targets/asus/p2b-f/Config.lb
   trunk/coreboot-v2/targets/asus/p2b/Config.lb
   trunk/coreboot-v2/targets/asus/p3b-f/Config.lb
   trunk/coreboot-v2/targets/axus/tc320/Config.lb
   trunk/coreboot-v2/targets/azza/pt-6ibd/Config.lb
   trunk/coreboot-v2/targets/bcom/winnet100/Config.lb
   trunk/coreboot-v2/targets/biostar/m6tba/Config.lb
   trunk/coreboot-v2/targets/compaq/deskpro_en_sff_p600/Config.lb
   trunk/coreboot-v2/targets/gigabyte/ga-6bxc/Config.lb
   trunk/coreboot-v2/targets/gigabyte/ga_2761gxdk/Config-abuild.lb
   trunk/coreboot-v2/targets/gigabyte/ga_2761gxdk/Config.lb
   trunk/coreboot-v2/targets/gigabyte/m57sli/Config-abuild.lb
   trunk/coreboot-v2/targets/gigabyte/m57sli/Config.lb
   trunk/coreboot-v2/targets/gigabyte/m57sli/Config.lb.kernel
   trunk/coreboot-v2/targets/iei/juki-511p/Config.lb
   trunk/coreboot-v2/targets/iei/nova4899r/Config.lb
   trunk/coreboot-v2/targets/msi/ms6178/Config.lb
   trunk/coreboot-v2/targets/msi/ms7260/Config-abuild.lb
   trunk/coreboot-v2/targets/msi/ms7260/Config.lb
   trunk/coreboot-v2/targets/msi/ms9185/Config.lb
   trunk/coreboot-v2/targets/msi/ms9282/Config.lb
   trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config-abuild.lb
   trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config.lb
   trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config.lb.kernel
   trunk/coreboot-v2/targets/supermicro/h8dmr/Config.lb
   trunk/coreboot-v2/targets/supermicro/h8dmr/Config.lb.kernel
   trunk/coreboot-v2/targets/tyan/s1846/Config.lb
   trunk/coreboot-v2/targets/tyan/s2912/Config-abuild.lb
   trunk/coreboot-v2/targets/tyan/s2912/Config.lb
   trunk/coreboot-v2/targets/tyan/s2912/Config.lb.kernel
Log:
Please bear with me - another rename checkin. This qualifies as trivial, no
code is changed.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>


Modified: trunk/coreboot-v2/src/arch/i386/lib/failover.c
===================================================================
--- trunk/coreboot-v2/src/arch/i386/lib/failover.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/i386/lib/failover.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/arch/ppc/include/ppc.h
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/include/ppc.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/ppc/include/ppc.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/arch/ppc/include/ppcreg.h
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/include/ppcreg.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/ppc/include/ppcreg.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/arch/ppc/include/timer.h
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/include/timer.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/ppc/include/timer.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/arch/ppc/lib/c_start.S
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/lib/c_start.S	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/ppc/lib/c_start.S	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/arch/ppc/lib/cpuid.c
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/lib/cpuid.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/ppc/lib/cpuid.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/arch/ppc/lib/floats.S
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/lib/floats.S	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/ppc/lib/floats.S	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 1999-2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/arch/ppc/lib/floats.inc
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/lib/floats.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/ppc/lib/floats.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 1999-2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/arch/ppc/lib/ppc.c
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/lib/ppc.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/ppc/lib/ppc.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/arch/ppc/lib/timer.c
===================================================================
--- trunk/coreboot-v2/src/arch/ppc/lib/timer.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/arch/ppc/lib/timer.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/car/cache_as_ram.inc
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/car/cache_as_ram.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/car/cache_as_ram.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005-2007 Advanced Micro Devices, Inc.
  * Copyright (C) 2008 Carl-Daniel Hailfinger

Modified: trunk/coreboot-v2/src/cpu/amd/microcode/microcode.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/microcode/microcode.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/microcode/microcode.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/Config.lb
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 #
-# This file is part of the LinuxBIOS project.
+# This file is part of the coreboot project.
 #
 # Copyright (C) 2007 Advanced Micro Devices, Inc.
 #

Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/apic_timer.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/apic_timer.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/apic_timer.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/fidvid.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/fidvid.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/fidvid.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/fidvid_common.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/fidvid_common.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/fidvid_common.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/init_cpus.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/init_cpus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/init_cpus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/model_10xxx_init.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/model_10xxx_init.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/model_10xxx_init.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/pstate.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/pstate.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/pstate.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/update_microcode.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/update_microcode.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/update_microcode.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/model_fxx/processor_name.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_fxx/processor_name.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_fxx/processor_name.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 coresystems GmbH
  * (Written by Stefan Reinauer <stepan at coresystems.de> for coresystems GmbH)

Modified: trunk/coreboot-v2/src/cpu/amd/model_lx/cache_as_ram.inc
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_lx/cache_as_ram.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_lx/cache_as_ram.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/model_lx/cpubug.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_lx/cpubug.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_lx/cpubug.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Indrek Kruusa <indrek.kruusa at artecdesign.ee>
  * Copyright (C) 2006 Ronald G. Minnich <rminnich at gmail.com>

Modified: trunk/coreboot-v2/src/cpu/amd/model_lx/cpureginit.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_lx/cpureginit.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_lx/cpureginit.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Indrek Kruusa <indrek.kruusa at artecdesign.ee>
  * Copyright (C) 2006 Ronald G. Minnich <rminnich at gmail.com>

Modified: trunk/coreboot-v2/src/cpu/amd/model_lx/model_lx_init.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_lx/model_lx_init.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_lx/model_lx_init.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Indrek Kruusa <indrek.kruusa at artecdesign.ee>
  * Copyright (C) 2006 Ronald G. Minnich <rminnich at gmail.com>

Modified: trunk/coreboot-v2/src/cpu/amd/model_lx/syspreinit.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_lx/syspreinit.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/model_lx/syspreinit.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Indrek Kruusa <indrek.kruusa at artecdesign.ee>
  * Copyright (C) 2006 Ronald G. Minnich <rminnich at gmail.com>

Modified: trunk/coreboot-v2/src/cpu/amd/quadcore/Config.lb
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/quadcore/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/quadcore/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 #
-# This file is part of the LinuxBIOS project.
+# This file is part of the coreboot project.
 #
 # Copyright (C) 2007 Advanced Micro Devices, Inc.
 #

Modified: trunk/coreboot-v2/src/cpu/amd/quadcore/amd_sibling.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/quadcore/amd_sibling.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/quadcore/amd_sibling.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/quadcore/quadcore.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/quadcore/quadcore.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/quadcore/quadcore.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/quadcore/quadcore_id.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/quadcore/quadcore_id.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/quadcore/quadcore_id.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/socket_F_1207/Config.lb
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/socket_F_1207/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/socket_F_1207/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 #
-# This file is part of the LinuxBIOS project.
+# This file is part of the coreboot project.
 #
 # Copyright (C) 2007 Advanced Micro Devices, Inc.
 #

Modified: trunk/coreboot-v2/src/cpu/amd/socket_F_1207/chip.h
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/socket_F_1207/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/socket_F_1207/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/amd/socket_F_1207/socket_F_1207.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/socket_F_1207/socket_F_1207.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/amd/socket_F_1207/socket_F_1207.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/cpu/ppc/mpc74xx/mpc74xx.inc
===================================================================
--- trunk/coreboot-v2/src/cpu/ppc/mpc74xx/mpc74xx.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/ppc/mpc74xx/mpc74xx.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/cpu/ppc/ppc7xx/ppc7xx.inc
===================================================================
--- trunk/coreboot-v2/src/cpu/ppc/ppc7xx/ppc7xx.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/ppc/ppc7xx/ppc7xx.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/cpu/x86/car/cache_as_ram.inc
===================================================================
--- trunk/coreboot-v2/src/cpu/x86/car/cache_as_ram.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/cpu/x86/car/cache_as_ram.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /* 
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  * 
  * Copyright (C) 2000,2007 Ronald G. Minnich <rminnich at gmail.com>
  * Copyright (C) 2005 Eswar Nallusamy, LANL

Modified: trunk/coreboot-v2/src/devices/agp_device.c
===================================================================
--- trunk/coreboot-v2/src/devices/agp_device.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/agp_device.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Linux Networx
  * (Written by Eric Biederman <ebiederman at lnxi.com> for Linux Networx)

Modified: trunk/coreboot-v2/src/devices/cardbus_device.c
===================================================================
--- trunk/coreboot-v2/src/devices/cardbus_device.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/cardbus_device.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Linux Networx
  * (Written by Eric Biederman <ebiederman at lnxi.com> for Linux Networx)

Modified: trunk/coreboot-v2/src/devices/device.c
===================================================================
--- trunk/coreboot-v2/src/devices/device.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/device.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * It was originally based on the Linux kernel (arch/i386/kernel/pci-pc.c).
  *

Modified: trunk/coreboot-v2/src/devices/device_util.c
===================================================================
--- trunk/coreboot-v2/src/devices/device_util.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/device_util.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2003-2004 Linux Networx
  * (Written by Eric Biederman <ebiederman at lnxi.com> for Linux Networx)

Modified: trunk/coreboot-v2/src/devices/hypertransport.c
===================================================================
--- trunk/coreboot-v2/src/devices/hypertransport.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/hypertransport.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2003-2004 Linux Networx
  * (Written by Eric Biederman <ebiederman at lnxi.com> for Linux Networx)

Modified: trunk/coreboot-v2/src/devices/pci_device.c
===================================================================
--- trunk/coreboot-v2/src/devices/pci_device.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/pci_device.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * It was originally based on the Linux kernel (drivers/pci/pci.c).
  *

Modified: trunk/coreboot-v2/src/devices/pci_ops.c
===================================================================
--- trunk/coreboot-v2/src/devices/pci_ops.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/pci_ops.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Linux Networx
  * (Written by Eric Biederman <ebiederman at lnxi.com> for Linux Networx)

Modified: trunk/coreboot-v2/src/devices/pci_rom.c
===================================================================
--- trunk/coreboot-v2/src/devices/pci_rom.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/pci_rom.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Li-Ta Lo <ollie at lanl.gov>
  * Copyright (C) 2005 Tyan

Modified: trunk/coreboot-v2/src/devices/pciexp_device.c
===================================================================
--- trunk/coreboot-v2/src/devices/pciexp_device.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/pciexp_device.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Linux Networx
  * (Written by Eric Biederman <ebiederman at lnxi.com> for Linux Networx)

Modified: trunk/coreboot-v2/src/devices/pcix_device.c
===================================================================
--- trunk/coreboot-v2/src/devices/pcix_device.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/pcix_device.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Linux Networx
  * (Written by Eric Biederman <ebiederman at lnxi.com> for Linux Networx)

Modified: trunk/coreboot-v2/src/devices/pnp_device.c
===================================================================
--- trunk/coreboot-v2/src/devices/pnp_device.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/pnp_device.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Linux Networx
  * (Written by Eric Biederman <ebiederman at lnxi.com> for Linux Networx)

Modified: trunk/coreboot-v2/src/devices/root_device.c
===================================================================
--- trunk/coreboot-v2/src/devices/root_device.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/root_device.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2003-2004 Linux Networx
  * (Written by Eric Biederman <ebiederman at lnxi.com> for Linux Networx)

Modified: trunk/coreboot-v2/src/devices/smbus_ops.c
===================================================================
--- trunk/coreboot-v2/src/devices/smbus_ops.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/devices/smbus_ops.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan
  * (Written by Yinghai Lu <yhlu at tyan.com> for Tyan)

Modified: trunk/coreboot-v2/src/include/cpu/amd/amdfam10_sysconf.h
===================================================================
--- trunk/coreboot-v2/src/include/cpu/amd/amdfam10_sysconf.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/include/cpu/amd/amdfam10_sysconf.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/include/cpu/amd/geode_post_code.h
===================================================================
--- trunk/coreboot-v2/src/include/cpu/amd/geode_post_code.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/include/cpu/amd/geode_post_code.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
-* This file is part of the LinuxBIOS project.
+* This file is part of the coreboot project.
 *
 * Copyright (C) 2007 Advanced Micro Devices
 *

Modified: trunk/coreboot-v2/src/include/cpu/amd/lxdef.h
===================================================================
--- trunk/coreboot-v2/src/include/cpu/amd/lxdef.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/include/cpu/amd/lxdef.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Indrek Kruusa <indrek.kruusa at artecdesign.ee>
  * Copyright (C) 2006 Ronald G. Minnich <rminnich at gmail.com>

Modified: trunk/coreboot-v2/src/include/cpu/amd/model_10xxx_msr.h
===================================================================
--- trunk/coreboot-v2/src/include/cpu/amd/model_10xxx_msr.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/include/cpu/amd/model_10xxx_msr.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/include/cpu/amd/model_10xxx_rev.h
===================================================================
--- trunk/coreboot-v2/src/include/cpu/amd/model_10xxx_rev.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/include/cpu/amd/model_10xxx_rev.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/include/cpu/amd/quadcore.h
===================================================================
--- trunk/coreboot-v2/src/include/cpu/amd/quadcore.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/include/cpu/amd/quadcore.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/include/spd.h
===================================================================
--- trunk/coreboot-v2/src/include/spd.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/include/spd.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>

Modified: trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/a-trend/atc-6220/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/advantech/pcm-5820/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/db800/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/db800/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/db800/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/db800/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/db800/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/db800/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/db800/failover.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/db800/failover.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/db800/failover.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/db800/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/db800/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/db800/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/db800/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/db800/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/db800/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/norwich/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/norwich/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/norwich/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/norwich/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/norwich/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/norwich/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/norwich/failover.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/norwich/failover.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/norwich/failover.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/norwich/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/norwich/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/norwich/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/norwich/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/norwich/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/norwich/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 #
-# This file is part of the LinuxBIOS project.
+# This file is part of the coreboot project.
 #
 # Copyright (C) 2007 Advanced Micro Devices, Inc.
 #

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 #
-# This file is part of the LinuxBIOS project.
+# This file is part of the coreboot project.
 #
 # Copyright (C) 2007 Advanced Micro Devices, Inc.
 #

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/acpi_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/acpi_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/acpi_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/apc_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/apc_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/apc_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111_isa.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111_isa.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111_isa.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111_pic.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111_pic.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8111_pic.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8131_2.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8131_2.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8131_2.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8132.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8132.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8132.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8132_2.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8132_2.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8132_2.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8151.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8151.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amd8151.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amdfam10_util.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amdfam10_util.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/amdfam10_util.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/dsdt_lb.dsl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/dsdt_lb.dsl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/dsdt_lb.dsl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/htx_no_ioapic.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/htx_no_ioapic.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/htx_no_ioapic.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci0_hc.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci0_hc.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci0_hc.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci2.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci2.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci2.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci2_hc.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci2_hc.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci2_hc.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci3.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci3.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci3.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci3_hc.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci3_hc.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci3_hc.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci4.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci4.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci4.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci4_hc.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci4_hc.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci4_hc.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci5.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci5.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci5.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci5_hc.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci5_hc.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/pci5_hc.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/superio.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/superio.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/dx/superio.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 //
-// This file is part of the LinuxBIOS project.
+// This file is part of the coreboot project.
 //
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/fadt.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/fadt.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/fadt.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Stefan Reinauer <stepan at openbios.org>
  * Copyright (C) 2007 Advanced Micro Devices, Inc.

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mb_sysconf.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mb_sysconf.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mb_sysconf.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/spd_addr.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/spd_addr.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/amd/serengeti_cheetah_fam10/spd_addr.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
-* This file is part of the LinuxBIOS project.
+* This file is part of the coreboot project.
 *
 * Copyright (C) 2007 Advanced Micro Devices
 *

Modified: trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/spd_table.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/spd_table.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/spd_table.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asi/mb_5blmp/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/a8n_e/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8n_e/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8n_e/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## (Written by Yinghai Lu <yinghailu at amd.com> for AMD)

Modified: trunk/coreboot-v2/src/mainboard/asus/a8n_e/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8n_e/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8n_e/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Philipp Degler <pdegler at rumms.uni-mannheim.de>
 ## (Thanks to LSRA University of Mannheim for their support)

Modified: trunk/coreboot-v2/src/mainboard/asus/a8n_e/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8n_e/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8n_e/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * (Written by Yinghai Lu <yinghailu at amd.com> for AMD)

Modified: trunk/coreboot-v2/src/mainboard/asus/a8n_e/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8n_e/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8n_e/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Philipp Degler <pdegler at rumms.uni-mannheim.de>
  * (Thanks to LSRA University of Mannheim for their support)

Modified: trunk/coreboot-v2/src/mainboard/asus/a8n_e/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8n_e/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8n_e/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * (Written by Yinghai Lu <yinghailu at amd.com> for AMD)

Modified: trunk/coreboot-v2/src/mainboard/asus/a8n_e/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8n_e/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8n_e/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * (Written by Yinghai Lu <yinghailu at amd.com> for AMD)

Modified: trunk/coreboot-v2/src/mainboard/asus/a8n_e/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8n_e/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8n_e/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Philipp Degler <pdegler at rumms.uni-mannheim.de>
  * (Thanks to LSRA University of Mannheim for their support)

Modified: trunk/coreboot-v2/src/mainboard/asus/a8n_e/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8n_e/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8n_e/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * (Written by Yinghai Lu <yinghailu at amd.com> for AMD)

Modified: trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
 ##

Modified: trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/acpi_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/acpi_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/acpi_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  * written by Stefan Reinauer <stepan at openbios.org>
  * ACPI FADT, FACS, and DSDT table support added by 
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/dsdt.asl
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/dsdt.asl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/dsdt.asl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Minimalist ACPI DSDT table for EPIA-M / MII
  * (C) Copyright 2004 Nick Barker <Nick.Barker9 at btinternet.com>

Modified: trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/a8v-e_se/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/mew-am/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/mew-am/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/mew-am/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/asus/mew-am/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/mew-am/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/mew-am/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/asus/mew-am/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/mew-am/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/mew-am/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/mew-am/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/mew-am/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/mew-am/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/mew-am/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/mew-am/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/mew-am/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/mew-am/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/mew-am/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/mew-am/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/mew-vm/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/mew-vm/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/mew-vm/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b-f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b-f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b-f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b-f/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b-f/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b-f/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b-f/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b-f/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b-f/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b-f/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b-f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b-f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b-f/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b-f/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b-f/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p2b-f/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p2b-f/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p2b-f/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p3b-f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p3b-f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p3b-f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/asus/p3b-f/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p3b-f/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p3b-f/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/asus/p3b-f/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p3b-f/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p3b-f/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p3b-f/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p3b-f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p3b-f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p3b-f/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p3b-f/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p3b-f/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/asus/p3b-f/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/p3b-f/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/asus/p3b-f/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/axus/tc320/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/axus/tc320/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/axus/tc320/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/axus/tc320/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/axus/tc320/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/axus/tc320/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/axus/tc320/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/axus/tc320/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/axus/tc320/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/axus/tc320/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/axus/tc320/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/axus/tc320/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/axus/tc320/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/axus/tc320/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/axus/tc320/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/axus/tc320/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/axus/tc320/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/axus/tc320/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/azza/pt-6ibd/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/bcom/winnet100/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/bcom/winnet100/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/bcom/winnet100/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/bcom/winnet100/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/bcom/winnet100/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/bcom/winnet100/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/bcom/winnet100/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/bcom/winnet100/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/bcom/winnet100/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/bcom/winnet100/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/bcom/winnet100/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/bcom/winnet100/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/bcom/winnet100/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/bcom/winnet100/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/bcom/winnet100/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/bcom/winnet100/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/bcom/winnet100/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/bcom/winnet100/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/biostar/m6tba/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/biostar/m6tba/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/biostar/m6tba/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/biostar/m6tba/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/biostar/m6tba/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/biostar/m6tba/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/biostar/m6tba/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/biostar/m6tba/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/biostar/m6tba/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/biostar/m6tba/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/biostar/m6tba/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/biostar/m6tba/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/biostar/m6tba/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/biostar/m6tba/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/biostar/m6tba/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/biostar/m6tba/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/biostar/m6tba/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/biostar/m6tba/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/compaq/deskpro_en_sff_p600/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/digitallogic/msm800sev/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/digitallogic/msm800sev/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/digitallogic/msm800sev/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga-6bxc/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/apc_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/apc_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/apc_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS)
  * Written by Morgan Tsai <my_tsai at sis.com> for SiS.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/cmos.layout	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS)
  * Written by Morgan Tsai <my_tsai at sis.com> for SiS.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/ga_2761gxdk/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/apc_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/apc_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/apc_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/cmos.layout
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/cmos.layout	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/cmos.layout	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/iei/juki-511p/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/juki-511p/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/juki-511p/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/iei/juki-511p/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/juki-511p/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/juki-511p/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/iei/juki-511p/failover.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/juki-511p/failover.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/juki-511p/failover.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/iei/juki-511p/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/juki-511p/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/juki-511p/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/iei/juki-511p/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/juki-511p/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/juki-511p/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/iei/nova4899r/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/nova4899r/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/nova4899r/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Luis Correia <luis.f.correia at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/iei/nova4899r/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/nova4899r/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/nova4899r/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Luis Correia <luis.f.correia at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/iei/nova4899r/failover.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/nova4899r/failover.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/nova4899r/failover.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Luis Correia <luis.f.correia at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/iei/nova4899r/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/nova4899r/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/nova4899r/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Luis Correia <luis.f.correia at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/iei/nova4899r/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/iei/nova4899r/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/iei/nova4899r/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Luis Correia <luis.f.correia at gmail.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/motorola/sandpoint/clock.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/motorola/sandpoint/clock.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/motorola/sandpoint/clock.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash/amd800.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash/amd800.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash/amd800.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash/flash.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash/flash.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash/flash.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/motorola/sandpoint/flash.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/mainboard/motorola/sandpoint/nvram/nvram.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/motorola/sandpoint/nvram/nvram.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/motorola/sandpoint/nvram/nvram.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/mainboard/motorola/sandpoint/nvram.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/motorola/sandpoint/nvram.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/motorola/sandpoint/nvram.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/mainboard/msi/ms6178/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms6178/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms6178/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/msi/ms6178/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms6178/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms6178/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/msi/ms6178/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms6178/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms6178/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/msi/ms6178/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms6178/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms6178/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/msi/ms6178/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms6178/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms6178/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/msi/ms6178/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms6178/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms6178/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/apc_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/apc_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/apc_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * (Written by Yinghai Lu <yinghailu at amd.com> for AMD)

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/cmos.layout
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/cmos.layout	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/cmos.layout	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ## 

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms7260/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms7260/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms7260/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Tyan
  * Copyright (C) 2006 AMD

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 MSI
  * Written by bxshi <bingxunshi at gmail.com> for MSI.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 MSI
  * Written by bxshi <bingxunshi at gmail.com> for MSI.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/mb_sysconf.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/mb_sysconf.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/mb_sysconf.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2001 Eric W.Biederman<ebiderman at lnxi.com>
  *

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9185/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9185/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9185/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2003 Stefan Reinauer <stepan at coresystems.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 MSI
  * Written by Bingxun Shi <bingxunshi at gmail.com> for MSI.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/failover.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/failover.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/failover.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 MSI
  * Written by Bingxun Shi <bingxunshi at gmail.com> for MSI.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/mb_sysconf.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/mb_sysconf.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/mb_sysconf.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/msi/ms9282/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/msi/ms9282/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/msi/ms9282/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2003 Stefan Reinauer <stepan at coresystems.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/apc_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/apc_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/apc_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/cmos.layout
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/cmos.layout	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/cmos.layout	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mb_sysconf.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mb_sysconf.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mb_sysconf.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/nvidia/l1_2pvv/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/pcengines/alix1c/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/pcengines/alix1c/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/pcengines/alix1c/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006-2007 Ronald G. Minnich <rminnich at gmail.com>
 ##

Modified: trunk/coreboot-v2/src/mainboard/pcengines/alix1c/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/pcengines/alix1c/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/pcengines/alix1c/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006-2007 Ronald G. Minnich <rminnich at gmail.com>
 ##

Modified: trunk/coreboot-v2/src/mainboard/pcengines/alix1c/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/pcengines/alix1c/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/pcengines/alix1c/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/pcengines/alix1c/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/pcengines/alix1c/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/pcengines/alix1c/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/pcengines/alix1c/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/pcengines/alix1c/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/pcengines/alix1c/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
-* This file is part of the LinuxBIOS project.
+* This file is part of the coreboot project.
 *
 * Copyright (C) 2007 Advanced Micro Devices, Inc.
 *

Modified: trunk/coreboot-v2/src/mainboard/pcengines/alix1c/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/pcengines/alix1c/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/pcengines/alix1c/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/apc_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/apc_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/apc_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/cmos.layout
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/cmos.layout	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/cmos.layout	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/supermicro/h8dmr/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s1846/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s1846/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s1846/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/tyan/s1846/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s1846/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s1846/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/mainboard/tyan/s1846/auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s1846/auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s1846/auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/tyan/s1846/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s1846/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s1846/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/tyan/s1846/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s1846/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s1846/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2881/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2881/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2881/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Tyan
  * (Written by Yinghai Lu <yhlu at tyan.com> for Tyan)

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/Options.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/Options.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/apc_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/apc_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/apc_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/cache_as_ram_auto.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/cache_as_ram_auto.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/cache_as_ram_auto.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/chip.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/cmos.layout
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/cmos.layout	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/cmos.layout	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/get_bus_conf.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/get_bus_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/get_bus_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/irq_tables.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/irq_tables.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/irq_tables.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/mainboard.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/mainboard.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/mainboard.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/mb_sysconf.h
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/mb_sysconf.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/mb_sysconf.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/mptable.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/mptable.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/mainboard/tyan/s2912/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/tyan/s2912/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/mainboard/tyan/s2912/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghailu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/Config.lb
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 #
-# This file is part of the LinuxBIOS project.
+# This file is part of the coreboot project.
 #
 # Copyright (C) 2007 Advanced Micro Devices, Inc.
 #

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_acpi.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_acpi.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_acpi.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_conf.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_conf.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_conf.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_nums.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_nums.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_nums.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_pci.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_pci.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/amdfam10_pci.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/chip.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/debug.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/debug.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/debug.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/early_ht.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/early_ht.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/early_ht.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/get_pci1234.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/get_pci1234.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/get_pci1234.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/misc_control.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/misc_control.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/misc_control.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2003 by Eric Biederman
  * Copyright (C) Stefan Reinauer

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/northbridge.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/northbridge.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/northbridge.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/northbridge.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/northbridge.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/northbridge.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit_amdmct.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit_amdmct.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit_amdmct.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit_sysinfo_in_ram.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit_sysinfo_in_ram.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/raminit_sysinfo_in_ram.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/reset_test.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/reset_test.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/reset_test.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/resourcemap.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/resourcemap.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/resourcemap.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/root_complex/chip.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/root_complex/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/root_complex/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/setup_resource_map.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/setup_resource_map.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/setup_resource_map.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/spd_ddr2.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/spd_ddr2.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/spd_ddr2.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/ssdt.dsl
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/ssdt.dsl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/ssdt.dsl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr1.dsl
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr1.dsl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr1.dsl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr2.dsl
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr2.dsl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr2.dsl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr3.dsl
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr3.dsl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr3.dsl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr4.dsl
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr4.dsl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr4.dsl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr5.dsl
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr5.dsl	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/sspr5.dsl	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsDefs.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsDefs.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsDefs.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsNb.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsNb.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsNb.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsNb.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsNb.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/AsPsNb.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/comlib.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/comlib.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/comlib.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/comlib.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/comlib.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/comlib.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/h3ffeat.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/h3ffeat.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/h3ffeat.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/h3finit.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/h3finit.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/h3finit.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/h3finit.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/h3finit.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/h3finit.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/h3gtopo.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/h3gtopo.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/h3gtopo.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/h3ncmn.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/h3ncmn.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/h3ncmn.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/h3ncmn.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/h3ncmn.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/h3ncmn.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/ht_wrapper.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/ht_wrapper.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/ht_wrapper.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdht/porting.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdht/porting.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdht/porting.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/amddefs.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/amddefs.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/amddefs.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d_gcc.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d_gcc.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_d_gcc.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_fd.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_fd.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mct_fd.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctardk3.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctardk3.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctardk3.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctardk4.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctardk4.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctardk4.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctchi_d.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctchi_d.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctchi_d.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctcsi_d.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctcsi_d.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctcsi_d.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctdqs_d.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctdqs_d.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctdqs_d.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctecc_d.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctecc_d.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctecc_d.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctgr.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctgr.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctgr.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mcthdi.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mcthdi.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mcthdi.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctmtr_d.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctmtr_d.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctmtr_d.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctndi_d.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctndi_d.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctndi_d.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctpro_d.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctpro_d.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctpro_d.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc1p.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc1p.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc1p.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc2p.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc2p.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mctsrc2p.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mcttmrl.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mcttmrl.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/mct/mcttmrl.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/wrappers/mcti.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/wrappers/mcti.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/wrappers/mcti.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/amdmct/wrappers/mcti_d.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdmct/wrappers/mcti_d.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/amdmct/wrappers/mcti_d.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/lx/chip.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/lx/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/lx/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/lx/grphinit.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/lx/grphinit.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/lx/grphinit.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/lx/northbridge.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/lx/northbridge.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/lx/northbridge.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/lx/northbridge.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/lx/northbridge.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/lx/northbridge.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/lx/northbridgeinit.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/lx/northbridgeinit.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/lx/northbridgeinit.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/lx/pll_reset.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/lx/pll_reset.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/lx/pll_reset.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/lx/raminit.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/lx/raminit.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/lx/raminit.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/amd/lx/raminit.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/lx/raminit.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/amd/lx/raminit.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i440bx/Config.lb
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i440bx/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i440bx/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/northbridge/intel/i440bx/chip.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i440bx/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i440bx/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i440bx/i440bx.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i440bx/i440bx.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i440bx/i440bx.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i440bx/northbridge.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i440bx/northbridge.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i440bx/northbridge.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i440bx/raminit.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i440bx/raminit.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i440bx/raminit.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i440bx/raminit.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i440bx/raminit.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i440bx/raminit.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/Config.lb
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82810/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i82810/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
 ##

Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/chip.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82810/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i82810/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/i82810.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82810/i82810.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i82810/i82810.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/northbridge.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82810/northbridge.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i82810/northbridge.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/northbridge.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82810/northbridge.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i82810/northbridge.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
  *

Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/raminit.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82810/raminit.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i82810/raminit.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>

Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/raminit.h
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82810/raminit.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/northbridge/intel/i82810/raminit.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
  *

Modified: trunk/coreboot-v2/src/pmc/altimus/mpc7410/mpc7410.c
===================================================================
--- trunk/coreboot-v2/src/pmc/altimus/mpc7410/mpc7410.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/pmc/altimus/mpc7410/mpc7410.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/pmc/altimus/mpc7410/setup.c
===================================================================
--- trunk/coreboot-v2/src/pmc/altimus/mpc7410/setup.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/pmc/altimus/mpc7410/setup.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5530/Config.lb
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5530/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5530/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5530/chip.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5530/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5530/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530_ide.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530_ide.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530_ide.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530_isa.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530_isa.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5530/cs5530_isa.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5536/Config.lb
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5536/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5536/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Advanced Micro Devices, Inc.
 ##

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5536/chip.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5536/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5536/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_early_setup.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_early_setup.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_early_setup.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_early_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_early_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_early_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_ide.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_ide.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_ide.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_smbus2.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_smbus2.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/amd/cs5536/cs5536_smbus2.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Advanced Micro Devices, Inc.
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/Config.lb
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/chip.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_early_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_early_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_early_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_ide.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_ide.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_ide.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_isa.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_isa.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_isa.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_reset.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_reset.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_reset.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_usb.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_usb.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82371eb/i82371eb_usb.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/chip.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/cmos_failover.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/cmos_failover.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/cmos_failover.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ac97.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ac97.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ac97.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_early_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_early_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_early_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ehci.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ehci.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ehci.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ide.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ide.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_ide.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_lpc.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_lpc.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_lpc.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_pci.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_pci.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_pci.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_reset.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_reset.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_reset.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_smbus.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_smbus.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_smbus.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_uhci.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_uhci.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_uhci.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_watchdog.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_watchdog.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801db/i82801db_watchdog.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/Config.lb
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Corey Osgood <corey.osgood at gmail.com>
 ##

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/chip.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey_osgood at verizon.net>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/cmos_failover.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/cmos_failover.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/cmos_failover.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  * (Written by Steven J. Magnani <steve at digidescorp.com> for Digital Design)

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey.osgood at gmail.com>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_ac97.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_ac97.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_ac97.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Tyan Computer
  * (Written by Yinghai Lu <yinghailu at gmail.com> for Tyan Computer)

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_early_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_early_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_early_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Tyan Computer
  * (Written by Yinghai Lu <yinghailu at gmail.com> for Tyan Computer)

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_ide.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_ide.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_ide.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Tyan Computer
  * (Written by Yinghai Lu <yinghailu at gmail.com> for Tyan Computer)

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_lpc.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_lpc.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_lpc.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2003 Linux Networx
  * Copyright (C) 2003 SuSE Linux AG

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_nic.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_nic.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_nic.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey.osgood at gmail.com>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_pci.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_pci.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_pci.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Tyan Computer
  * (Written by Yinghai Lu <yinghailu at gmail.com> for Tyan Computer)

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_reset.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_reset.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_reset.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2002 Eric Biederman <ebiederm at xmission.com>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_sata.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_sata.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_sata.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Tyan Computer
  * (Written by Yinghai Lu <yinghailu at gmail.com> for Tyan Computer)

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Yinghai Lu <yinghailu at gmail.com>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_smbus.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_smbus.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_smbus.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Yinghai Lu <yinghailu at gmail.com>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_usb.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_usb.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_usb.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey.osgood at gmail.com>
  *

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_usb_ehci.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_usb_ehci.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_usb_ehci.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Tyan Computer
  * (Written by Yinghai Lu <yinghailu at gmail.com> for Tyan Computer>

Modified: trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_watchdog.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_watchdog.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_watchdog.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 John Dufresne <jon.dufresne at gmail.com>
  *

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/Config.lb
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/chip.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/id.inc
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/id.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/id.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/id.lds
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/id.lds	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/id.lds	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_aza.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_aza.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_aza.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_ctrl.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_ctrl.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_ctrl.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_setup_car.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_setup_car.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_setup_car.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_setup_ss.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_setup_ss.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_setup_ss.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_early_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_enable_rom.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_enable_rom.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_enable_rom.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_enable_usbdebug_direct.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_enable_usbdebug_direct.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_enable_usbdebug_direct.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_ht.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_ht.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_ht.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_ide.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_ide.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_ide.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_lpc.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_lpc.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_lpc.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2003 Linux Networx
  * Copyright (C) 2003 SuSE Linux AG

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_nic.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_nic.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_nic.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_pci.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_pci.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_pci.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_pcie.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_pcie.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_pcie.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_reset.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_reset.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_reset.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_sata.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_sata.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_sata.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_smbus.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_smbus.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_smbus.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_usb.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_usb.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_usb.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_usb2.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_usb2.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/mcp55_usb2.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/romstrap.inc
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/romstrap.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/romstrap.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/nvidia/mcp55/romstrap.lds
===================================================================
--- trunk/coreboot-v2/src/southbridge/nvidia/mcp55/romstrap.lds	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/nvidia/mcp55/romstrap.lds	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/Config.lb
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS)
 ## Written by Morgan Tsai <my_tsai at sis.com> for SiS.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/chip.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS)
  * Written by Morgan Tsai <my_tsai at sis.com> for SiS.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/id.inc
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/id.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/id.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/id.lds
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/id.lds	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/id.lds	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/romstrap.inc
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/romstrap.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/romstrap.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/romstrap.lds
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/romstrap.lds	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/romstrap.lds	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis761.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis761.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis761.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS)
  * Written by Morgan Tsai <my_tsai at sis.com> for SiS.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_aza.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_aza.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_aza.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_ctrl.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_ctrl.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_ctrl.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_setup_car.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_setup_car.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_setup_car.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_setup_ss.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_setup_ss.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_setup_ss.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_early_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS)
  * Written by Morgan Tsai <my_tsai at sis.com> for SiS.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_enable_rom.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_enable_rom.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_enable_rom.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_enable_usbdebug_direct.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_enable_usbdebug_direct.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_enable_usbdebug_direct.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_ide.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_ide.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_ide.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_lpc.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_lpc.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_lpc.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2003 Linux Networx
  * Copyright (C) 2003 SuSE Linux AG

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_nic.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_nic.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_nic.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_pcie.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_pcie.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_pcie.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_reset.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_reset.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_reset.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_sata.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_sata.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_sata.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_smbus.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_smbus.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_smbus.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_usb.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_usb.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_usb.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_usb2.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_usb2.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/sis/sis966/sis966_usb2.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer.

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/Config.lb
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
 ##

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_ctrl.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_ctrl.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_ctrl.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_dram.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_dram.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_dram.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_early_car.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_early_car.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_early_car.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_error.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_error.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_error.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_host.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_host.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_host.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_host_ctrl.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_host_ctrl.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_host_ctrl.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_pcie.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_pcie.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_pcie.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_traf_ctrl.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_traf_ctrl.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/k8t890_traf_ctrl.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/romstrap.inc
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/romstrap.inc	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/romstrap.inc	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * (Written by Yinghai Lu <yhlu at tyan.com> for Tyan Computer)

Modified: trunk/coreboot-v2/src/southbridge/via/k8t890/romstrap.lds
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/k8t890/romstrap.lds	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/k8t890/romstrap.lds	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * (Written by Yinghai Lu <yinghai.lu at amd.com> for AMD)

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/Config.lb
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
 ##

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/chip.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_bridge.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_bridge.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_bridge.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_early_smbus.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_early_smbus.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_early_smbus.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey_osgood at verizon.net>
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_ide.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_ide.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_ide.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_lpc.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_lpc.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_lpc.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_sata.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_sata.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt8237r/vt8237r_sata.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/vt82c686/Config.lb
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt82c686/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt82c686/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Corey Osgood <corey_osgood at verizon.net>
 ##

Modified: trunk/coreboot-v2/src/southbridge/via/vt82c686/chip.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt82c686/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt82c686/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey_osgood at verizon.net>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/vt82c686/vt82c686.h
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt82c686/vt82c686.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt82c686/vt82c686.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey_osgood at verizon.net>
  *

Modified: trunk/coreboot-v2/src/southbridge/via/vt82c686/vt82c686_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/southbridge/via/vt82c686/vt82c686_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/southbridge/via/vt82c686/vt82c686_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006-2007 Uwe Hermann <uwe at hermann-uwe.de>
  * Copyright (C) 2007 Corey Osgood <corey_osgood at verizon.net>

Modified: trunk/coreboot-v2/src/superio/fintek/f71805f/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/fintek/f71805f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/fintek/f71805f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
  *

Modified: trunk/coreboot-v2/src/superio/fintek/f71805f/f71805f.h
===================================================================
--- trunk/coreboot-v2/src/superio/fintek/f71805f/f71805f.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/fintek/f71805f/f71805f.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
  *

Modified: trunk/coreboot-v2/src/superio/fintek/f71805f/f71805f_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/fintek/f71805f/f71805f_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/fintek/f71805f/f71805f_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Corey Osgood <corey at slightlyhackish.com>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8661f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8661f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8661f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/superio/ite/it8661f/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8661f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8661f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8661f/it8661f.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8661f/it8661f.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8661f/it8661f.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8661f/it8661f_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8661f/it8661f_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8661f/it8661f_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8661f/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8661f/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8661f/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8671f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8671f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8671f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/superio/ite/it8671f/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8671f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8671f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8671f/it8671f.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8671f/it8671f.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8671f/it8671f.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8671f/it8671f_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8671f/it8671f_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8671f/it8671f_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8671f/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8671f/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8671f/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8673f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8673f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8673f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/superio/ite/it8673f/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8673f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8673f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8673f/it8673f.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8673f/it8673f.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8673f/it8673f.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8673f/it8673f_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8673f/it8673f_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8673f/it8673f_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8673f/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8673f/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8673f/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8705f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8705f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8705f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/superio/ite/it8705f/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8705f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8705f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8705f/it8705f.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8705f/it8705f.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8705f/it8705f.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8705f/it8705f_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8705f/it8705f_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8705f/it8705f_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8705f/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8705f/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8705f/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8712f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8712f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8712f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/superio/ite/it8712f/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8712f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8712f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8712f/it8712f.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8712f/it8712f.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8712f/it8712f.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8712f/it8712f_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8712f/it8712f_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8712f/it8712f_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8712f/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8712f/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8712f/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  * Copyright (C) 2007 Philipp Degler <pdegler at rumms.uni-mannheim.de>

Modified: trunk/coreboot-v2/src/superio/ite/it8716f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8716f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8716f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/superio/ite/it8716f/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8716f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8716f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8716f/it8716f.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8716f/it8716f.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8716f/it8716f.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8716f/it8716f_early_init.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8716f/it8716f_early_init.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8716f/it8716f_early_init.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/superio/ite/it8716f/it8716f_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8716f/it8716f_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8716f/it8716f_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8716f/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8716f/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8716f/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  * Copyright (C) 2007 AMD

Modified: trunk/coreboot-v2/src/superio/ite/it8718f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8718f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8718f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/superio/ite/it8718f/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8718f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8718f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8718f/it8718f.h
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8718f/it8718f.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8718f/it8718f.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8718f/it8718f_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8718f/it8718f_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8718f/it8718f_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/ite/it8718f/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/ite/it8718f/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/ite/it8718f/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/nsc/pc87309/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/nsc/pc87309/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/nsc/pc87309/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ## 

Modified: trunk/coreboot-v2/src/superio/nsc/pc87309/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/nsc/pc87309/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/nsc/pc87309/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/nsc/pc87309/pc87309.h
===================================================================
--- trunk/coreboot-v2/src/superio/nsc/pc87309/pc87309.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/nsc/pc87309/pc87309.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/nsc/pc87309/pc87309_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/nsc/pc87309/pc87309_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/nsc/pc87309/pc87309_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/nsc/pc87309/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/nsc/pc87309/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/nsc/pc87309/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/smsc/fdc37m60x/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/fdc37m60x/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/fdc37m60x/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/superio/smsc/fdc37m60x/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/fdc37m60x/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/fdc37m60x/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/smsc/fdc37m60x/fdc37m60x.h
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/fdc37m60x/fdc37m60x.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/fdc37m60x/fdc37m60x.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/smsc/fdc37m60x/fdc37m60x_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/fdc37m60x/fdc37m60x_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/fdc37m60x/fdc37m60x_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/smsc/fdc37m60x/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/fdc37m60x/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/fdc37m60x/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2006 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47b272/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47b272/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47b272/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2005 Digital Design Corporation
 ##

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47b272/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47b272/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47b272/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47b272/lpc47b272.h
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47b272/lpc47b272.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47b272/lpc47b272.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47b272/lpc47b272_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47b272/lpc47b272_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47b272/lpc47b272_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47b272/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47b272/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47b272/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  * Copyright (C) 2003-2004 Linux Networx

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47n217/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47n217/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47n217/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2005 Digital Design Corporation
 ## 

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47n217/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47n217/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47n217/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47n217/lpc47n217.h
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47n217/lpc47n217.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47n217/lpc47n217.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47n217/lpc47n217_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47n217/lpc47n217_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47n217/lpc47n217_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2005 Digital Design Corporation
  *

Modified: trunk/coreboot-v2/src/superio/smsc/lpc47n217/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/lpc47n217/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/lpc47n217/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  * Copyright (C) 2003-2004 Linux Networx

Modified: trunk/coreboot-v2/src/superio/smsc/smscsuperio/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/smscsuperio/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/smscsuperio/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/src/superio/smsc/smscsuperio/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/smscsuperio/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/smscsuperio/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/smscsuperio/smscsuperio_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/smsc/smscsuperio/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/smsc/smscsuperio/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/smsc/smscsuperio/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
  *

Modified: trunk/coreboot-v2/src/superio/winbond/w83627ehg/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83627ehg/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83627ehg/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/superio/winbond/w83627ehg/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83627ehg/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83627ehg/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/superio/winbond/w83627ehg/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83627ehg/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83627ehg/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2000 AG Electronics Ltd.
  * Copyright (C) 2003-2004 Linux Networx

Modified: trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg.h
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg_early_init.c
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg_early_init.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg_early_init.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83627ehg/w83627ehg_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 AMD
  * Written by Yinghai Lu <yinghai.lu at amd.com> for AMD.

Modified: trunk/coreboot-v2/src/superio/winbond/w83977f/Config.lb
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83977f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83977f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
 ## 

Modified: trunk/coreboot-v2/src/superio/winbond/w83977f/chip.h
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83977f/chip.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83977f/chip.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
  *

Modified: trunk/coreboot-v2/src/superio/winbond/w83977f/superio.c
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83977f/superio.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83977f/superio.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
  *

Modified: trunk/coreboot-v2/src/superio/winbond/w83977f/w83977f.h
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83977f/w83977f.h	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83977f/w83977f.h	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
  *

Modified: trunk/coreboot-v2/src/superio/winbond/w83977f/w83977f_early_serial.c
===================================================================
--- trunk/coreboot-v2/src/superio/winbond/w83977f/w83977f_early_serial.c	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/src/superio/winbond/w83977f/w83977f_early_serial.c	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
  *

Modified: trunk/coreboot-v2/targets/a-trend/atc-6220/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/a-trend/atc-6220/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/a-trend/atc-6220/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/advantech/pcm-5820/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/advantech/pcm-5820/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/advantech/pcm-5820/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/amd/db800/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/amd/db800/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/amd/db800/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Advanced Micro Devices, Inc.
 ##

Modified: trunk/coreboot-v2/targets/amd/norwich/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/amd/norwich/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/amd/norwich/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Advanced Micro Devices, Inc.
 ##

Modified: trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/amd/serengeti_cheetah_fam10/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Advanced Micro Devices, Inc.
 ##

Modified: trunk/coreboot-v2/targets/asi/mb_5blmp/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/asi/mb_5blmp/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/asi/mb_5blmp/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/asus/a8n_e/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/asus/a8n_e/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/asus/a8n_e/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Philipp Degler <pdegler at rumms.uni-mannheim.de>
 ## (Thanks to LSRA University of Mannheim for their support)

Modified: trunk/coreboot-v2/targets/asus/a8v-e_se/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/asus/a8v-e_se/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/asus/a8v-e_se/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Rudolf Marek <r.marek at assembler.cz>
 ##

Modified: trunk/coreboot-v2/targets/asus/mew-am/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/asus/mew-am/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/asus/mew-am/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/asus/p2b/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/asus/p2b/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/asus/p2b/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/asus/p2b-f/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/asus/p2b-f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/asus/p2b-f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/asus/p3b-f/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/asus/p3b-f/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/asus/p3b-f/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/axus/tc320/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/axus/tc320/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/axus/tc320/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
 ##

Modified: trunk/coreboot-v2/targets/azza/pt-6ibd/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/azza/pt-6ibd/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/azza/pt-6ibd/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/bcom/winnet100/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/bcom/winnet100/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/bcom/winnet100/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Juergen Beisert <juergen at kreuzholzen.de>
 ##

Modified: trunk/coreboot-v2/targets/biostar/m6tba/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/biostar/m6tba/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/biostar/m6tba/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/compaq/deskpro_en_sff_p600/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/compaq/deskpro_en_sff_p600/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/compaq/deskpro_en_sff_p600/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/gigabyte/ga-6bxc/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/gigabyte/ga-6bxc/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/gigabyte/ga-6bxc/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/gigabyte/ga_2761gxdk/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/gigabyte/ga_2761gxdk/Config-abuild.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/gigabyte/ga_2761gxdk/Config-abuild.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/gigabyte/ga_2761gxdk/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/gigabyte/ga_2761gxdk/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/gigabyte/ga_2761gxdk/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/targets/gigabyte/m57sli/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/gigabyte/m57sli/Config-abuild.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/gigabyte/m57sli/Config-abuild.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/gigabyte/m57sli/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/gigabyte/m57sli/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/gigabyte/m57sli/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/targets/gigabyte/m57sli/Config.lb.kernel
===================================================================
--- trunk/coreboot-v2/targets/gigabyte/m57sli/Config.lb.kernel	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/gigabyte/m57sli/Config.lb.kernel	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/targets/iei/juki-511p/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/iei/juki-511p/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/iei/juki-511p/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov at gmail.com>
 ##

Modified: trunk/coreboot-v2/targets/iei/nova4899r/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/iei/nova4899r/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/iei/nova4899r/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ## 
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ## 
 ## Copyright (C) 2007 Luis Correia <luis.f.correia at gmail.com>
 ## 

Modified: trunk/coreboot-v2/targets/msi/ms6178/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/msi/ms6178/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/msi/ms6178/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/msi/ms7260/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/msi/ms7260/Config-abuild.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/msi/ms7260/Config-abuild.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/msi/ms7260/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/msi/ms7260/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/msi/ms7260/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/msi/ms9185/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/msi/ms9185/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/msi/ms9185/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 MSI
 ## Written by bxshi <bingxunshi at gmail.com> for MSI.

Modified: trunk/coreboot-v2/targets/msi/ms9282/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/msi/ms9282/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/msi/ms9282/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2006 MSI
 ## Written by Bingxun Shi <bingxunshi at gmail.com> for MSI.

Modified: trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config-abuild.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config-abuild.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config.lb.kernel
===================================================================
--- trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config.lb.kernel	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/nvidia/l1_2pvv/Config.lb.kernel	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/targets/supermicro/h8dmr/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/supermicro/h8dmr/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/supermicro/h8dmr/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/targets/supermicro/h8dmr/Config.lb.kernel
===================================================================
--- trunk/coreboot-v2/targets/supermicro/h8dmr/Config.lb.kernel	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/supermicro/h8dmr/Config.lb.kernel	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/targets/tyan/s1846/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/tyan/s1846/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/tyan/s1846/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/tyan/s2912/Config-abuild.lb
===================================================================
--- trunk/coreboot-v2/targets/tyan/s2912/Config-abuild.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/tyan/s2912/Config-abuild.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 Uwe Hermann <uwe at hermann-uwe.de>
 ##

Modified: trunk/coreboot-v2/targets/tyan/s2912/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/tyan/s2912/Config.lb	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/tyan/s2912/Config.lb	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.

Modified: trunk/coreboot-v2/targets/tyan/s2912/Config.lb.kernel
===================================================================
--- trunk/coreboot-v2/targets/tyan/s2912/Config.lb.kernel	2008-01-16 16:25:13 UTC (rev 3051)
+++ trunk/coreboot-v2/targets/tyan/s2912/Config.lb.kernel	2008-01-18 10:35:56 UTC (rev 3052)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the LinuxBIOS project.
+## This file is part of the coreboot project.
 ##
 ## Copyright (C) 2007 AMD
 ## Written by Yinghai Lu <yinghailu at gmail.com> for AMD.





More information about the coreboot mailing list