Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2010 18:16:05 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/efi Makefile autoload.c bootinfo.c conf.c devicename.c efimd.c elf32_freebsd.c exec.c i386_copy.c ldscript.amd64 ldscript.i386 main.c reloc.c start.S version
Message-ID:  <201004071816.o37IGJoL094497@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rpaulo      2010-04-07 18:16:05 UTC

  FreeBSD src repository

  Added files:
    sys/boot/i386/efi    Makefile autoload.c bootinfo.c conf.c 
                         devicename.c efimd.c elf32_freebsd.c 
                         exec.c i386_copy.c ldscript.amd64 
                         ldscript.i386 main.c reloc.c start.S 
                         version 
  Log:
  SVN rev 206376 on 2010-04-07 18:16:05Z by rpaulo
  
  EFI boot loader for FreeBSD/i386.
  
  Doesn't boot a kernel yet, but it can read an ELF file from the EFI FAT
  partition.
  
  Revision  Changes    Path
  1.1       +69 -0     src/sys/boot/i386/efi/Makefile (new)
  1.1       +9 -0      src/sys/boot/i386/efi/autoload.c (new)
  1.1       +297 -0    src/sys/boot/i386/efi/bootinfo.c (new)
  1.1       +77 -0     src/sys/boot/i386/efi/conf.c (new)
  1.1       +169 -0    src/sys/boot/i386/efi/devicename.c (new)
  1.1       +139 -0    src/sys/boot/i386/efi/efimd.c (new)
  1.1       +87 -0     src/sys/boot/i386/efi/elf32_freebsd.c (new)
  1.1       +59 -0     src/sys/boot/i386/efi/exec.c (new)
  1.1       +59 -0     src/sys/boot/i386/efi/i386_copy.c (new)
  1.1       +75 -0     src/sys/boot/i386/efi/ldscript.amd64 (new)
  1.1       +72 -0     src/sys/boot/i386/efi/ldscript.i386 (new)
  1.1       +371 -0    src/sys/boot/i386/efi/main.c (new)
  1.1       +103 -0    src/sys/boot/i386/efi/reloc.c (new)
  1.1       +70 -0     src/sys/boot/i386/efi/start.S (new)
  1.1       +7 -0      src/sys/boot/i386/efi/version (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004071816.o37IGJoL094497>