Module Name: src Committed By: jmcneill Date: Sun Jun 21 23:53:59 UTC 2020
Modified Files: src/doc: CHANGES Log Message: evbarm: Added boot.cfg support to efiboot To generate a diff of this commit: cvs rdiff -u -r1.2704 -r1.2705 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2704 src/doc/CHANGES:1.2705 --- src/doc/CHANGES:1.2704 Sun Jun 21 17:26:15 2020 +++ src/doc/CHANGES Sun Jun 21 23:53:59 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2704 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2705 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -223,3 +223,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: dhcpcd: Import version 9.1.2 [roy 20200615] evbarm: Add support for loading modules with the bootloader. [jmcneill 20200221] + evbarm: Added boot.cfg support to efiboot [jmcneill 20200211]