svn commit: r327318 - in head/sys: conf powerpc/ofw

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Dec 28 23:49:54 UTC 2017


Author: nwhitehorn
Date: Thu Dec 28 23:49:53 2017
New Revision: 327318
URL: https://svnweb.freebsd.org/changeset/base/327318

Log:
  Remove ELF note for Open Firmware. It is marked optional in a single 1996
  draft of a never-finalized standard (CHRP) and is irrelevant in practice
  on FreeBSD since we load the kernel with loader(8) on Open Firmware
  platforms anyway. Moreover, loader(8), which is directly loaded by Open
  Firmware, has never had an equivalent note.
  
  MFC after:	2 weeks

Deleted:
  head/sys/powerpc/ofw/ofwmagic.S
Modified:
  head/sys/conf/files.powerpc

Modified: head/sys/conf/files.powerpc
==============================================================================
--- head/sys/conf/files.powerpc	Thu Dec 28 22:57:34 2017	(r327317)
+++ head/sys/conf/files.powerpc	Thu Dec 28 23:49:53 2017	(r327318)
@@ -158,7 +158,6 @@ powerpc/ofw/ofw_real.c		optional	aim
 powerpc/ofw/ofw_syscons.c	optional	sc aim
 powerpc/ofw/ofwcall32.S		optional	aim powerpc
 powerpc/ofw/ofwcall64.S		optional	aim powerpc64
-powerpc/ofw/ofwmagic.S		optional	aim
 powerpc/ofw/openpic_ofw.c	optional	aim | fdt
 powerpc/ofw/rtas.c		optional	aim
 powerpc/powermac/ata_kauai.c	optional	powermac ata | powermac atamacio


More information about the svn-src-head mailing list