<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f840492b5b0d5c9e7d6d7d7dc25c260bc4d63ba2 - efidev: add support for memory attribute</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#f840492b5b0d5c9e7d6d7d7dc25c260bc4d63ba2</link>
        <description>efidev: add support for memory attributeThe EFI_PROPERTIES_TABLE has been deprecated in the UEFI specification.It is now replaced by the EFI_MEMORY_ATTRIBUTES_TABLE, which providesa new header and data format for describing memory region attributes.Reviewed by:    impApproved by:    markj (mentor)Sponsored by:   The FreeBSD FoundationDifferential Revision:  https://reviews.freebsd.org/D49998

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Sat, 19 Jul 2025 19:07:27 +0200</pubDate>
        <dc:creator>ShengYi Hung &lt;aokblast@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>856d3167995a5c9e1fc69a69ad393ab9e552c420 - arm64: Hook up efi_rt_arch_call in efirt.ko</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#856d3167995a5c9e1fc69a69ad393ab9e552c420</link>
        <description>arm64: Hook up efi_rt_arch_call in efirt.koNote that this requires marking efi_rt_fault as a non-preemptiblelocal symbol.Co-authored-by: Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;Reviewed by:	imp, andrewObtained from:	CheriBSDFixes:		d7f930b80e89 (&quot;arm64: Implement efi_rt_arch_call&quot;)Differential Revision:	https://reviews.freebsd.org/D48715

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 15:50:15 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bb3134a8c21cb87b30e135ef168483f0333dabb - Fix some modules to export more used symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#5bb3134a8c21cb87b30e135ef168483f0333dabb</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 09:42:24 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e532a99901e26d3961f8f5c0e4969fce86f09456 - MFHead @349234</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#e532a99901e26d3961f8f5c0e4969fce86f09456</link>
        <description>MFHead @349234Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Thu, 20 Jun 2019 17:56:08 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c40ecff84549fc4648f5e8086516960f23168dbf - Add missing DPSRCS entry for assym.inc.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#c40ecff84549fc4648f5e8086516960f23168dbf</link>
        <description>Add missing DPSRCS entry for assym.inc.This brings in various CLEANFILES/DEPENDOBJS handling.MFC after:	2 weeksSponsored by:	DellEMC

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Wed, 12 Jun 2019 01:35:49 +0200</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>415e34c4d5dff4c334330d58e06644da5c39b0bd - MFHead@r345677</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#415e34c4d5dff4c334330d58e06644da5c39b0bd</link>
        <description>MFHead@r345677

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Fri, 29 Mar 2019 04:25:20 +0100</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dac21b8d149363b9322ad45dcc23c9b779870396 - Fix `make` in sys/modules</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#dac21b8d149363b9322ad45dcc23c9b779870396</link>
        <description>Fix `make` in sys/modulesSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Thu, 28 Mar 2019 09:59:11 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3af64f03119a159ac15eb75b92d346705b490385 - Merge ^/head r338392 through r338594.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#3af64f03119a159ac15eb75b92d346705b490385</link>
        <description>Merge ^/head r338392 through r338594.

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Tue, 11 Sep 2018 20:41:00 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50cd0be78f3e7fc069f5a06a4dc9aac35a4c0af0 - Catch exceptions during EFI RT calls on amd64.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#50cd0be78f3e7fc069f5a06a4dc9aac35a4c0af0</link>
        <description>Catch exceptions during EFI RT calls on amd64.This appeared to be required to have EFI RT support and EFI RTCenabled by default, because there are too many reports of faultingcalls on many different machines.  The knob is added to leave theexceptions unhandled to allow to debug the actual bugs.Reviewed by:	kevansSponsored by:	The FreeBSD FoundationMFC after:	1 weekApproved by:    re (rgrimes)Differential revision:	https://reviews.freebsd.org/D16972

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Sun, 02 Sep 2018 23:37:05 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>82725ba9bf1fd59746a4006a06f24d4d61d142f2 - Merge ^/head r325999 through r326131.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#82725ba9bf1fd59746a4006a06f24d4d61d142f2</link>
        <description>Merge ^/head r325999 through r326131.

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Thu, 23 Nov 2017 15:28:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3dff126f9520df0a1365b2490924e24987bec43 - Add a driver for the EFI RTC. This uses the EFI Runtime Services to query</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#a3dff126f9520df0a1365b2490924e24987bec43</link>
        <description>Add a driver for the EFI RTC. This uses the EFI Runtime Services to querythe system time.As we seem to only read this time on boot, and this is the only source oftime on many arm64 machines we need to enable this by default there. Asthis is not always the case with U-Boot firmware, or when we have beenbooted from a non-UEFI environment we only enable the device driver whenthe Runtime Services are present and reading the time doesn&apos;t result in anerror.PR:		212185Reviewed by:	imp, kibTested by:	emasteRelnotes:	yesSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D12650

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Tue, 21 Nov 2017 18:23:16 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Tue, 07 Nov 2017 09:39:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>50896984cd36c1724905e41819f5236399a4972d - MFhead@r324482</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#50896984cd36c1724905e41819f5236399a4972d</link>
        <description>MFhead@r324482

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Tue, 10 Oct 2017 08:26:12 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0e73a61997daf03273cd406d3557c22fc64292a0 - To prepare for adding EFI runtime services support on arm64 move the</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#0e73a61997daf03273cd406d3557c22fc64292a0</link>
        <description>To prepare for adding EFI runtime services support on arm64 move themachine independent parts of the existing code to a new file that can beshared between amd64 and arm64.Reviewed by:	kib (previous version), impSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D12434

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Sun, 01 Oct 2017 21:52:47 +0200</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c - Merge ^/head r306906 through r307382.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c</link>
        <description>Merge ^/head r306906 through r307382.

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Sun, 16 Oct 2016 00:49:04 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f79d484dff6cb0e8249bb489572727bab7ecbcf1 - Create /dev/efidev to provide an ioctl interface to</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#f79d484dff6cb0e8249bb489572727bab7ecbcf1</link>
        <description>Create /dev/efidev to provide an ioctl interface touserland.  It supports userland interfaces to UEFI Runtime Services. This isindended to the the MI portion of EFI RuntimeServices support.Differential Revision: https://reviews.freebsd.org/D8128Reviewed by: kib@, wblock@, Ganael Laplanche

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Wed, 12 Oct 2016 00:24:30 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c4282b370bd66908b45b6a223226a9fc2b69d57 - Merge ^/head r305892 through r306302.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/efirt/Makefile#8c4282b370bd66908b45b6a223226a9fc2b69d57</link>
        <description>Merge ^/head r305892 through r306302.

            List of files:
            /freebsd/sys/modules/efirt/Makefile</description>
        <pubDate>Sat, 24 Sep 2016 22:58:59 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
