public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] ELI now on sourceforge
@ 2000-03-02 22:00 Johannes Erdfelt
  2000-03-03 17:41 ` Andreas Schwab
  2000-03-03 18:21 ` Johannes Erdfelt
  0 siblings, 2 replies; 3+ messages in thread
From: Johannes Erdfelt @ 2000-03-02 22:00 UTC (permalink / raw)
  To: linux-ia64

I've taken ELI and created a project on sourceforge.net for it.

ELI is a boot loader for EFI based systems. It was developed for, and
currently only works for, Linux on ia64 systems.

I've also made a new release which mostly cleans up the allocations
before exiting. It's not finished yet, for instance, ACPI data isn't
freed yet, but will come soon.

http://eli.sourceforge.net
http://sourceforge.net/project/?group_id148

JE




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Linux-ia64] ELI now on sourceforge
  2000-03-02 22:00 [Linux-ia64] ELI now on sourceforge Johannes Erdfelt
@ 2000-03-03 17:41 ` Andreas Schwab
  2000-03-03 18:21 ` Johannes Erdfelt
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2000-03-03 17:41 UTC (permalink / raw)
  To: linux-ia64

Johannes Erdfelt <jerdfelt@valinux.com> writes:

|> I've taken ELI and created a project on sourceforge.net for it.
|> 
|> ELI is a boot loader for EFI based systems. It was developed for, and
|> currently only works for, Linux on ia64 systems.
|> 
|> I've also made a new release which mostly cleans up the allocations
|> before exiting. It's not finished yet, for instance, ACPI data isn't
|> freed yet, but will come soon.

I couldn't get this to compile: FPSWA_PROTOCOL is undefined.  Where and
how is this supposed to be defined?

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Linux-ia64] ELI now on sourceforge
  2000-03-02 22:00 [Linux-ia64] ELI now on sourceforge Johannes Erdfelt
  2000-03-03 17:41 ` Andreas Schwab
@ 2000-03-03 18:21 ` Johannes Erdfelt
  1 sibling, 0 replies; 3+ messages in thread
From: Johannes Erdfelt @ 2000-03-03 18:21 UTC (permalink / raw)
  To: linux-ia64

On Fri, Mar 03, 2000, Andreas Schwab <schwab@suse.de> wrote:
> Johannes Erdfelt <jerdfelt@valinux.com> writes:
> 
> |> I've taken ELI and created a project on sourceforge.net for it.
> |> 
> |> ELI is a boot loader for EFI based systems. It was developed for, and
> |> currently only works for, Linux on ia64 systems.
> |> 
> |> I've also made a new release which mostly cleans up the allocations
> |> before exiting. It's not finished yet, for instance, ACPI data isn't
> |> freed yet, but will come soon.
> 
> I couldn't get this to compile: FPSWA_PROTOCOL is undefined.  Where and
> how is this supposed to be defined?

I had defined it in my gnu-efi/inc/efiprot.h file.

I forgot I had done that, but that raises the question where is this
supposed to be defined?

But, for right now, this patch will work:

--- eli.h.orig	Fri Mar  3 10:18:25 2000
+++ eli.h	Fri Mar  3 10:18:46 2000
@@ -1,6 +1,14 @@
 #ifndef lilo_h
 #define lilo_h
 
+#ifndef FPSWA_PROTOCOL
+/*
+ *  FPSWA library protocol
+ */
+#define FPSWA_PROTOCOL \
+	{ 0xc41b6531, 0x97b9, 0x11d3, {0x9a, 0x29, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }}
+#endif
+
 static inline EFI_STATUS
 check_abort(EFI_SYSTEM_TABLE *systab)
 {

I've checked this in already to CVS

JE




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-03-03 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-03-02 22:00 [Linux-ia64] ELI now on sourceforge Johannes Erdfelt
2000-03-03 17:41 ` Andreas Schwab
2000-03-03 18:21 ` Johannes Erdfelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox