This patch adds the common license header to
src/cpu/amd/model_lx/model_lx_init.c
The original authors are CCed, I would appreciate it if they would respond
to this email with their agreement.
--
Jordan Crouse
Senior Linux Engineer
Advanced Micro Devices, Inc.
<www.amd.com/embeddedprocessors>
Index: LinuxBIOSv2/src/cpu/amd/model_lx/model_lx_init.c
===================================================================
--- LinuxBIOSv2.orig/src/cpu/amd/model_lx/model_lx_init.c 2007-05-01 17:58:53.000000000 -0600
+++ LinuxBIOSv2/src/cpu/amd/model_lx/model_lx_init.c 2007-05-01 18:00:10.000000000 -0600
@@ -1,3 +1,27 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Indrek Kruusa, indrek.kruusa(a)artecdesign.ee
+ * Ronald Minnich
+ * Stefan Reinauer stepan(a)coresystems.de
+ * Andrei Birjukov andrei.birjukov(a)artecdesign.ee
+ * Copyright (C) 2007, Advanced Micro Devices, Inc.
+ *
+ * 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 <console/console.h>
#include <device/device.h>
#include <device/pci.h>
This patch adds the common license header to src/include/cpu/amd/lxdef.h.
The original authors are CCed, I would appreciate it if they would respond
to this email with their agreement.
--
Jordan Crouse
Senior Linux Engineer
Advanced Micro Devices, Inc.
<www.amd.com/embeddedprocessors>
Index: LinuxBIOSv2/src/include/cpu/amd/lxdef.h
===================================================================
--- LinuxBIOSv2.orig/src/include/cpu/amd/lxdef.h 2007-05-01 17:56:25.000000000 -0600
+++ LinuxBIOSv2/src/include/cpu/amd/lxdef.h 2007-05-01 17:57:47.000000000 -0600
@@ -1,3 +1,27 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Indrek Kruusa, indrek.kruusa(a)artecdesign.ee
+ * Ronald Minnich
+ * Stefan Reinauer
+ * Andre Birjukov
+ * Copyright (C) 2007, Advanced Micro Devices, Inc.
+ *
+ * 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
+ */
+
#ifndef CPU_AMD_LXDEF_H
#define CPU_AMD_LXDEF_H
#define CPU_ID_1_X 0x540 /* Stepping ID 1.x*/
Hi,
I am a novice about porting Linuxbios, and now my message stoped at "Jumping
to LinuxBIOS".
Could someone tell me what should be next step? Loading payload?
If yes, how can I do this.
Thanks a lot ~~
max
I just got back from an extended stay in Asia and while I was there was
introduced to a nifty little device for SPI flash chips. When the mfgs
all switch to SPI it may actually be much easier to deal with non-socket
flashes.
http://www.dediprog.com/product.php?UID=12
$275 US gets you a programmer + the hardware to hook it up to your board.
The way it works is by asserting the HOLD pin on the SPI flash which
almost all SPI flash parts have. So the flash thats soldered on board
is suspended and you boot from the one in the adapter.
The only requirement is to have the HOLD pin pulled up via a resistor
rather than tied directly to the SPI part's Vcc. Even if it is tied
directly to Vcc working around it would only involve cutting a single
trace or lifting the HOLD pin.
--
Richard A. Smith
smithbone(a)gmail.com
Hi there,
I am very excited for having been selected for GSoC with such a
challenging project.
My project consists of booting windows Xp /Vista on LinuxBIOS.
Right now, I have the following responsibilities:
1. Evaluating which of the following projects will best fit our needs
- using a dedicated LinuxBIOS loader (ie. adapting
ReactOS<http://www.reactos.org/>FREELDR)
- booting Windows on top of Linux using
kexec<http://www.xmission.com/%7Eebiederm/files/kexec/README>
/kboot <http://kboot.sourceforge.net/>
- fixing ADLO <http://linuxbios.org/ADLO> so that it boots Vista/XP
and removing the mainboard dependencies in it's code.
2. I have been figuring out what are the main differences in between
Windows XP and Vista booting process.
I already got some papers by Ron Minnich, Adam Sulmicki (
http://www.missl.cs.umd.edu/winint/index2.html) and
Boot Configuration Data in Windows Vista by Microsoft (*
http://www.microsoft.com/whdc/system/platform/firmware/bcd.mspx* ).
I would appreciate any suggestions, tools you guys think that would be
useful.
Thanks a lot and hope to have a great summer,
--
Augusto Pedroza
Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "uwe" checked in revision 2622 to
the LinuxBIOS source repository and caused the following
changes:
Change Log:
Fix typo: s/PRINT_DEBUG_/PRINT_DEBUG/ (trivial).
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Build Log:
Compilation of arima:hdama is still broken
Compilation of ibm:e325 is still broken
Compilation of ibm:e326 is still broken
Compilation of iwill:dk8s2 is still broken
Compilation of iwill:dk8x is still broken
If something broke during this checkin please be a pain
in uwe's neck until the issue is fixed.
If this issue is not fixed within 24h the revision will
be backed out.
Yours truely,
LinuxBIOS automatic build system