Index: src/mainboard/advantech/som_gx533c/Config.lb =================================================================== --- src/mainboard/advantech/som_gx533c/Config.lb (Revision 2450) +++ src/mainboard/advantech/som_gx533c/Config.lb (Arbeitskopie) @@ -1,4 +1,23 @@ ## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + + +## ## Compute the location and size of where this firmware image ## (linuxBIOS plus bootloader) will live in the boot rom chip. ## Index: src/mainboard/advantech/som_gx533c/reset.c =================================================================== --- src/mainboard/advantech/som_gx533c/reset.c (Revision 2450) +++ src/mainboard/advantech/som_gx533c/reset.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #if 0 //#include "arch/romcc_io.h" #include Index: src/mainboard/advantech/som_gx533c/irq_tables.c =================================================================== --- src/mainboard/advantech/som_gx533c/irq_tables.c (Revision 2450) +++ src/mainboard/advantech/som_gx533c/irq_tables.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + /* This file was generated by getpir.c, do not modify! (but if you do, please run checkpir on it to verify) * Contains the IRQ Routing Table dumped directly from your memory, which BIOS sets up Index: src/mainboard/advantech/som_gx533c/Options.lb =================================================================== --- src/mainboard/advantech/som_gx533c/Options.lb (Revision 2450) +++ src/mainboard/advantech/som_gx533c/Options.lb (Arbeitskopie) @@ -1,3 +1,21 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + uses HAVE_MP_TABLE uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE Index: src/mainboard/advantech/som_gx533c/debug.c =================================================================== --- src/mainboard/advantech/som_gx533c/debug.c (Revision 2450) +++ src/mainboard/advantech/som_gx533c/debug.c (Arbeitskopie) @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ static void print_debug_pci_dev(unsigned dev) { Index: src/mainboard/advantech/som_gx533c/failover.c =================================================================== --- src/mainboard/advantech/som_gx533c/failover.c (Revision 2450) +++ src/mainboard/advantech/som_gx533c/failover.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #define ASSEMBLY 1 #include #include Index: src/mainboard/advantech/som_gx533c/auto.c =================================================================== --- src/mainboard/advantech/som_gx533c/auto.c (Revision 2450) +++ src/mainboard/advantech/som_gx533c/auto.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #define ASSEMBLY 1 #include Index: src/mainboard/advantech/som_gx533c/chip.h =================================================================== --- src/mainboard/advantech/som_gx533c/chip.h (Revision 2450) +++ src/mainboard/advantech/som_gx533c/chip.h (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + extern struct chip_operations mainboard_advantech_som_gx533c_ops; struct mainboard_advantech_som_gx533c_config { Index: src/mainboard/advantech/som_gx533c/cmos.layout =================================================================== --- src/mainboard/advantech/som_gx533c/cmos.layout (Revision 2450) +++ src/mainboard/advantech/som_gx533c/cmos.layout (Arbeitskopie) @@ -1,3 +1,21 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + entries #start-bit length config config-ID name Index: src/mainboard/advantech/som_gx533c/mainboard.c =================================================================== --- src/mainboard/advantech/som_gx533c/mainboard.c (Revision 2450) +++ src/mainboard/advantech/som_gx533c/mainboard.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include Index: src/mainboard/bitworks/ims/Config.lb =================================================================== --- src/mainboard/bitworks/ims/Config.lb (Revision 2450) +++ src/mainboard/bitworks/ims/Config.lb (Arbeitskopie) @@ -1,3 +1,22 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + + ## ## Compute the location and size of where this firmware image ## (linuxBIOS plus bootloader) will live in the boot rom chip. Index: src/mainboard/bitworks/ims/reset.c =================================================================== --- src/mainboard/bitworks/ims/reset.c (Revision 2450) +++ src/mainboard/bitworks/ims/reset.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #if 0 //#include "arch/romcc_io.h" #include Index: src/mainboard/bitworks/ims/irq_tables.c =================================================================== --- src/mainboard/bitworks/ims/irq_tables.c (Revision 2450) +++ src/mainboard/bitworks/ims/irq_tables.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + /* This file was generated by getpir.c, do not modify! (but if you do, please run checkpir on it to verify) Contains the IRQ Routing Table dumped directly from your memory , wich BIOS sets up Index: src/mainboard/bitworks/ims/Options.lb =================================================================== --- src/mainboard/bitworks/ims/Options.lb (Revision 2450) +++ src/mainboard/bitworks/ims/Options.lb (Arbeitskopie) @@ -1,3 +1,21 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + uses HAVE_MP_TABLE uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE Index: src/mainboard/bitworks/ims/debug.c =================================================================== --- src/mainboard/bitworks/ims/debug.c (Revision 2450) +++ src/mainboard/bitworks/ims/debug.c (Arbeitskopie) @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ static void print_debug_pci_dev(unsigned dev) { Index: src/mainboard/bitworks/ims/failover.c =================================================================== --- src/mainboard/bitworks/ims/failover.c (Revision 2450) +++ src/mainboard/bitworks/ims/failover.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #define ASSEMBLY 1 #include #include Index: src/mainboard/bitworks/ims/auto.c =================================================================== --- src/mainboard/bitworks/ims/auto.c (Revision 2450) +++ src/mainboard/bitworks/ims/auto.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #define ASSEMBLY 1 #include Index: src/mainboard/bitworks/ims/chip.h =================================================================== --- src/mainboard/bitworks/ims/chip.h (Revision 2450) +++ src/mainboard/bitworks/ims/chip.h (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + extern struct chip_operations mainboard_bitworks_ims_ops; struct mainboard_bitworks_ims_config { Index: src/mainboard/bitworks/ims/cmos.layout =================================================================== --- src/mainboard/bitworks/ims/cmos.layout (Revision 2450) +++ src/mainboard/bitworks/ims/cmos.layout (Arbeitskopie) @@ -1,3 +1,21 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + entries #start-bit length config config-ID name Index: src/mainboard/bitworks/ims/mainboard.c =================================================================== --- src/mainboard/bitworks/ims/mainboard.c (Revision 2450) +++ src/mainboard/bitworks/ims/mainboard.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include Index: src/mainboard/asus/p2b/Config.lb =================================================================== --- src/mainboard/asus/p2b/Config.lb (Revision 2450) +++ src/mainboard/asus/p2b/Config.lb (Arbeitskopie) @@ -1,3 +1,22 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + + ## ## Compute the location and size of where this firmware image ## (linuxBIOS plus bootloader) will live in the boot rom chip. Index: src/mainboard/asus/p2b/reset.c =================================================================== --- src/mainboard/asus/p2b/reset.c (Revision 2450) +++ src/mainboard/asus/p2b/reset.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #if 0 //#include "arch/romcc_io.h" #include Index: src/mainboard/asus/p2b/irq_tables.c =================================================================== --- src/mainboard/asus/p2b/irq_tables.c (Revision 2450) +++ src/mainboard/asus/p2b/irq_tables.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + /* This file was generated by getpir.c, do not modify! (but if you do, please run checkpir on it to verify) Contains the IRQ Routing Table dumped directly from your memory , wich BIOS sets up Index: src/mainboard/asus/p2b/Options.lb =================================================================== --- src/mainboard/asus/p2b/Options.lb (Revision 2450) +++ src/mainboard/asus/p2b/Options.lb (Arbeitskopie) @@ -1,3 +1,21 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + uses HAVE_MP_TABLE uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE Index: src/mainboard/asus/p2b/debug.c =================================================================== --- src/mainboard/asus/p2b/debug.c (Revision 2450) +++ src/mainboard/asus/p2b/debug.c (Arbeitskopie) @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ static void print_debug_pci_dev(unsigned dev) { Index: src/mainboard/asus/p2b/failover.c =================================================================== --- src/mainboard/asus/p2b/failover.c (Revision 2450) +++ src/mainboard/asus/p2b/failover.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #define ASSEMBLY 1 #include #include Index: src/mainboard/asus/p2b/auto.c =================================================================== --- src/mainboard/asus/p2b/auto.c (Revision 2450) +++ src/mainboard/asus/p2b/auto.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #define ASSEMBLY 1 #include Index: src/mainboard/asus/p2b/chip.h =================================================================== --- src/mainboard/asus/p2b/chip.h (Revision 2450) +++ src/mainboard/asus/p2b/chip.h (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + extern struct chip_operations mainboard_asus_p2b_ops; struct mainboard_asus_p2b_config { Index: src/mainboard/asus/p2b/cmos.layout =================================================================== --- src/mainboard/asus/p2b/cmos.layout (Revision 2450) +++ src/mainboard/asus/p2b/cmos.layout (Arbeitskopie) @@ -1,3 +1,21 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + entries #start-bit length config config-ID name Index: src/mainboard/asus/p2b/mainboard.c =================================================================== --- src/mainboard/asus/p2b/mainboard.c (Revision 2450) +++ src/mainboard/asus/p2b/mainboard.c (Arbeitskopie) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2006 Richard Smith + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include Index: targets/advantech/som_gx533c/Config.lb =================================================================== --- targets/advantech/som_gx533c/Config.lb (Revision 2450) +++ targets/advantech/som_gx533c/Config.lb (Arbeitskopie) @@ -1,3 +1,22 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + + # Config file for the Advantech eval kit with a SOM-DB2301 baseboard # and a SOM 2354 Cpu module. (gx533) # This will make a target directory of som_gx533c Index: targets/bitworks/ims/Config.lb =================================================================== --- targets/bitworks/ims/Config.lb (Revision 2450) +++ targets/bitworks/ims/Config.lb (Arbeitskopie) @@ -1,3 +1,21 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + # Config file for the Bitworks ims board # This will make a target directory of ./ims Index: targets/asus/p2b/Config.lb =================================================================== --- targets/asus/p2b/Config.lb (Revision 2450) +++ targets/asus/p2b/Config.lb (Arbeitskopie) @@ -1,3 +1,21 @@ +## +## Copyright (C) 2006 Richard Smith +## +## 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 +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + # Config file for asus p2b board # This will make a target directory of ./p2b