History log of /arch/ia64/hp/sim/boot/fw-emu.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c140d87995b68b428f70635c2e4071e4e8b3256e 28-Mar-2012 David Howells <dhowells@redhat.com> Disintegrate asm/system.h for IA64

Disintegrate asm/system.h for IA64.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Tony Luck <tony.luck@intel.com>
cc: linux-ia64@vger.kernel.org
/arch/ia64/hp/sim/boot/fw-emu.c
0745d19abc492437e601c83281287d10202ee411 08-Mar-2012 Jiri Slaby <jslaby@suse.cz> hpsim, fix SAL handling in fw-emu

The switch-cases of SAL_FREQ_BASE generate non-relocatable code. The
same as for the ifs one level upper. This causes oopses early in boot
because the kernel jumps to the hell instead of the offset in sal
callback.

So use ifs here for SAL_FREQ_BASE decision too.

Isn't there any compiler directive or settings to solve that cleanly?

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/arch/ia64/hp/sim/boot/fw-emu.c
b17de3619553d004be3fe3c58bf6a63cbec3303b 06-Nov-2007 Roel Kluin <12o3l@tiscali.nl> [IA64] fix number of bytes zeroed by sys_fw_init() in arch/ia64/hp/sim/boot/fw-emu.c

The sizeof a pointer is constant, we want the sizeof what is pointed to.
Zero out 'sizeof(*efi_systab)' bytes of the efi_system_table_t pointer
'efi_systab' instead.

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Tony Luck <tony.luck@intel.com>
/arch/ia64/hp/sim/boot/fw-emu.c
4f8de2745629330d78776282ea490fece22ee5e4 14-Jul-2007 Tony Luck <tony.luck@intel.com> [IA64] Clean away some code inside some non-existent CONFIG ifdefs

Robert P.J. Day has a script that finds places in the code that
use non-existent CONFIG variables. It complained of two uses in
ia64 specific code: CONFIG_IA64_SDV and CONFIG_KDB (both used in
the hp/sim code).

Signed-off-by: Tony Luck <tony.luck@intel.com>
/arch/ia64/hp/sim/boot/fw-emu.c
873ec746158403af82c57ce26780166aafc159e1 08-May-2007 Bjorn Helgaas <bjorn.helgaas@hp.com> EFI: warn only for pre-1.00 system tables

We used to warn unless the EFI system table major revision was exactly 1.
But EFI 2.00 firmware is starting to appear, and the 2.00 changes don't
affect anything in Linux.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: Andi Kleen <ak@suse.de>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
/arch/ia64/hp/sim/boot/fw-emu.c
6ab3d5624e172c553004ecc862bfeac16d9d68b7 30-Jun-2006 Jörn Engel <joern@wohnheim.fh-wedel.de> Remove obsolete #include <linux/config.h>

Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
/arch/ia64/hp/sim/boot/fw-emu.c
38d26b9f577ec63ba64926c45f4ee3805ed2041c 24-Aug-2005 Adrian Bunk <bunk@stusta.de> [IA64] arch/ia64/hp/sim/boot/fw-emu.c: remove egcs workaround

Kernel 2.6 doesn't support egcs, and I didn't find any user of this
function.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Tony Luck <tony.luck@intel.com>
/arch/ia64/hp/sim/boot/fw-emu.c
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 17-Apr-2005 Linus Torvalds <torvalds@ppc970.osdl.org> Linux-2.6.12-rc2

Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.

Let it rip!
/arch/ia64/hp/sim/boot/fw-emu.c