Print this page
3364 dboot should check boot archive integrity
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/Makefile.files
          +++ new/usr/src/uts/i86pc/Makefile.files
↓ open down ↓ 165 lines elided ↑ open up ↑
 166  166  DBOOT_OBJS_64 += dboot_elfload.o
 167  167  
 168  168  DBOOT_OBJS +=                   \
 169  169          dboot_asm.o             \
 170  170          dboot_grub.o            \
 171  171          dboot_printf.o          \
 172  172          dboot_startkern.o       \
 173  173          memcpy.o                \
 174  174          memset.o                \
 175  175          muldiv.o                \
      176 +        sha1.o                  \
 176  177          string.o                \
 177  178          $(BOOT_DRIVER_OBJS)     \
 178  179          $(DBOOT_OBJS_$(CLASS))
 179  180  
 180  181  #
 181  182  #                       driver and misc modules
 182  183  #
 183  184  GFX_PRIVATE_OBJS        += gfx_private.o gfxp_pci.o gfxp_segmap.o \
 184  185                             gfxp_devmap.o gfxp_vgatext.o gfxp_vm.o vgasubr.o
 185  186  FIPE_OBJS += fipe_drv.o fipe_pm.o
↓ open down ↓ 85 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX