git: sys/boot/pc32: Update smbios code a bit, needed for the UEFI bootloader.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sat Feb 27 08:38:00 PST 2016


commit 91ed73b0e1e2f1fe1c95408407a7d5ca7a514c43
Author: Imre Vadász <imre at vdsz.com>
Date:   Sat Feb 27 13:54:04 2016 +0100

    sys/boot/pc32: Update smbios code a bit, needed for the UEFI bootloader.
    
    * The void smbios_detect(const caddr_t addr) declaration is moved to a
      separate smbios.h header.
    
    * Since smbios_match() isn't needed yet, this change omits importing that
      code from FreeBSD for now.
    
    Taken-From: FreeBSD

Summary of changes:
 sys/boot/pc32/libi386/libi386.h                    |  2 --
 sys/boot/pc32/libi386/smbios.c                     | 21 ++++++++----
 .../pc32/libi386/smbios.h}                         | 39 +++++++---------------
 sys/boot/pc32/loader/main.c                        |  3 +-
 4 files changed, 28 insertions(+), 37 deletions(-)
 copy sys/{libkern/stack_protector.c => boot/pc32/libi386/smbios.h} (62%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/91ed73b0e1e2f1fe1c95408407a7d5ca7a514c43


-- 
DragonFly BSD source repository



More information about the Commits mailing list