<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/bootloader/u-boot.scm, branch merge-deploy</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://www.git.jakob.space/guix.git/atom?h=merge-deploy</id>
<link rel='self' href='https://www.git.jakob.space/guix.git/atom?h=merge-deploy'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/'/>
<updated>2019-04-29T10:35:04Z</updated>
<entry>
<title>gnu: u-boot: Update to 2019.04.</title>
<updated>2019-04-29T10:35:04Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@debian.org</email>
</author>
<published>2019-04-16T04:46:57Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=6b99afeef89233b71d113a63cf04a6b4b49a4679'/>
<id>urn:sha1:6b99afeef89233b71d113a63cf04a6b4b49a4679</id>
<content type='text'>
* gnu/packages/bootloaders.scm (u-boot): Update to 2019.04.
[source]: Add patch.
(u-boot-novena): Update dynamic patch to handle config key rename.
(u-boot-am335x-evm): New variable.
(u-boot-am335x-boneblack): Build with modified am335x-evm config.
(u-boot-novena): Fix typo in description.
* gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Use
u-boot-am335x-boneblack.
* gnu/packages/patches/u-boot-fix-mkimage-header-verification.patch: New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.

Signed-off-by: Danny Milosavljevic &lt;dannym@scratchpost.org&gt;
</content>
</entry>
<entry>
<title>gnu: Add u-boot-pinebook.</title>
<updated>2018-11-22T20:59:05Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@debian.org</email>
</author>
<published>2018-11-21T00:32:16Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=74e35e8c94193a03cb1db61934340540ce0884a3'/>
<id>urn:sha1:74e35e8c94193a03cb1db61934340540ce0884a3</id>
<content type='text'>
* gnu/packages/patches/u-boot-pinebook-a64-update-dts.patch: New file.
* gnu/packages/patches/u-boot-pinebook-syscon-node.patch: New file.
* gnu/packages/patches/u-boot-pinebook-mmc-calibration.patch: New file.
* gnu/packages/patches/u-boot-pinebook-video-bridge.patch: New file.
* gnu/packages/patches/u-boot-pinebook-r_i2c-controller.patch: New file.
* gnu/packages/patches/u-boot-pinebook-dts.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/bootloaders.scm (u-boot-pinebook): New exported variable.
* gnu/bootloader/u-boot.scm (u-boot-pinebook-bootloader): New exported
variable.
* gnu/system/install.scm (pinebook-installation-os): New exported variable.
</content>
</entry>
<entry>
<title>bootloader: De-monadify configuration file generators.</title>
<updated>2018-11-18T22:37:44Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2018-11-15T12:32:07Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=46c296dcc4817f15a4b4ef7e5ef622306b4db62e'/>
<id>urn:sha1:46c296dcc4817f15a4b4ef7e5ef622306b4db62e</id>
<content type='text'>
* gnu/bootloader/extlinux.scm: Remove unneeded imports.
(extlinux-configuration-file): Use 'computed-file' instead of
'gexp-&gt;derivation'.
* gnu/bootloader/grub.scm (svg-&gt;png): Likewise.
(grub-background-image, eye-candy): Adjust accordingly, return
non-monadically.
(grub-configuration-file): Likewise, and use 'computed-file' instead of
'gexp-&gt;derivation'.
* gnu/bootloader/u-boot.scm: Remove unneeded imports.
* gnu/system.scm: Add 'lower-object' call.
</content>
</entry>
<entry>
<title>gnu: Rename "banana-pi" to "bananapi".</title>
<updated>2018-09-14T19:31:24Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2018-09-14T19:31:24Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=e830c9d0b0ff7622b8bb86348ee0c97a28e2f2d8'/>
<id>urn:sha1:e830c9d0b0ff7622b8bb86348ee0c97a28e2f2d8</id>
<content type='text'>
* gnu/bootloader/u-boot.scm (u-boot-banana-pi-m2-ultra-bootloader): Rename
to...
(u-boot-bananapi-m2-ultra-bootloader): ...this.
* gnu/packages/bootloaders.scm (u-boot-banana-pi-m2-ultra): Rename to...
(u-boot-bananapi-m2-ultra): ...this.
* gnu/system/install.scm (banana-pi-m2-ultra-installation-os): Rename to...
(bananapi-m2-ultra-installation-os): ...this.
</content>
</entry>
<entry>
<title>system: Add u-boot-puma-rk3399.</title>
<updated>2018-05-29T08:46:13Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@debian.org</email>
</author>
<published>2018-05-29T04:10:15Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=6fe165770539a4551b303dc5cd52db6c51c7604a'/>
<id>urn:sha1:6fe165770539a4551b303dc5cd52db6c51c7604a</id>
<content type='text'>
* gnu/packages/bootloaders.scm (u-boot-puma-rk3399): New variable.
(make-u-boot-package)[arguments]: Add '.rksd' files to the files installed
during custom 'install phase.
* gnu/bootloader/u-boot.scm (u-boot-puma-rk3399-bootloader):
New exported variable.
* gnu/system/install.scm (rk3399-puma-installation-os):
New exported variable.
* gnu/packages/firmware.scm (arm-trusted-firmware-puma-rk3399): New variable.
(rk3399-cortex-m0): New variable.

Signed-off-by: Danny Milosavljevic &lt;dannym@scratchpost.org&gt;
</content>
</entry>
<entry>
<title>system: Add u-boot-pine64-plus installer.</title>
<updated>2018-05-18T18:21:30Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@debian.org</email>
</author>
<published>2018-05-17T22:16:09Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=9f7d66656646fac3746c52216ad6061c9c0adc27'/>
<id>urn:sha1:9f7d66656646fac3746c52216ad6061c9c0adc27</id>
<content type='text'>
* gnu/bootloader/u-boot.scm (u-boot-pine64-plus-bootloader):
New exported variable.
* gnu/system/install.scm (pine64-plus-installation-os):
New exported variable.

Signed-off-by: Danny Milosavljevic &lt;dannym@scratchpost.org&gt;
</content>
</entry>
<entry>
<title>system: Add u-boot-novena installer.</title>
<updated>2018-05-11T10:25:43Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@debian.org</email>
</author>
<published>2018-05-09T06:59:10Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=1b960787e21eb746df051592094478dd5ce8bcbb'/>
<id>urn:sha1:1b960787e21eb746df051592094478dd5ce8bcbb</id>
<content type='text'>
* gnu/packages/bootloaders.scm (u-boot-novena):
  New variable.
* gnu/bootloader/u-boot.scm (u-boot-novena-bootloader):
  New exported variable.
* gnu/system/install.scm (novena-installation-os):
  New exported variable.
</content>
</entry>
<entry>
<title>system: Add wandboard installer.</title>
<updated>2018-05-11T10:25:25Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@debian.org</email>
</author>
<published>2018-05-07T14:34:43Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=fd5536e32b7896e46daf55a52805ea020e43b088'/>
<id>urn:sha1:fd5536e32b7896e46daf55a52805ea020e43b088</id>
<content type='text'>
* gnu/bootloader/u-boot.scm (u-boot-wandboard-bootloader):
  New exported variable.
* gnu/system/install.scm (wandboard-installation-os):
  New exported variable.
</content>
</entry>
<entry>
<title>system: Add mx6cuboxi installer.</title>
<updated>2018-05-11T10:25:25Z</updated>
<author>
<name>Vagrant Cascadian</name>
<email>vagrant@debian.org</email>
</author>
<published>2018-05-07T14:32:02Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=07ca90458f34e425416f37bc7fcd5b178ab6734a'/>
<id>urn:sha1:07ca90458f34e425416f37bc7fcd5b178ab6734a</id>
<content type='text'>
* gnu/bootloader/u-boot.scm (u-boot-mx6cuboxi-bootloader):
  New exported variable.
* gnu/system/install.scm (mx6cuboxi-installation-os):
  New exported variable.
</content>
</entry>
<entry>
<title>system: Add A20 OLinuXino LIME installer.</title>
<updated>2018-01-22T21:53:08Z</updated>
<author>
<name>Danny Milosavljevic</name>
<email>dannym@scratchpost.org</email>
</author>
<published>2018-01-22T21:35:06Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=c55c6985948b12a39cd5805bde95db9a80def3ba'/>
<id>urn:sha1:c55c6985948b12a39cd5805bde95db9a80def3ba</id>
<content type='text'>
* gnu/bootloader/u-boot.scm (u-boot-a20-olinuxino-lime-bootloader):
New exported variable.
* gnu/packages/bootloaders.scm (u-boot-a20-olinuxino-lime):
New exported variable.
* gnu/system/install.scm (a20-olinuxino-lime-installation-os):
New exported variable.
</content>
</entry>
</feed>
