Commit Graph

153 Commits

Author SHA1 Message Date
Zhaofeng Li
28b9bb5408 ubootQemuX86: init 2022-01-06 17:31:17 -08:00
Bobby Rong
a7c5460299
Merge pull request #142274 from ju1m/uboot
uboot: add Cubieboard2 build
2021-10-20 09:42:55 +08:00
Julien Moutinho
ac38b7b215 uboot: add Cubieboard2 build 2021-10-13 18:38:10 +02:00
Samuel Dionne-Riel
7882b7fa23
Merge pull request #140552 from samueldr/updates/u-boot-2021.10
uboot: 2021.04 -> 2021.10
2021-10-05 18:27:04 -04:00
Samuel Dionne-Riel
db8ab32efd
Merge pull request #125743 from novmar/novmar/orange_pi_zero2_support
ubootOrangePiZero2: init
2021-10-04 21:55:24 -04:00
Zhaofeng Li
1ef6c4bf37 ubootQemuRiscv64Smode: init 2021-10-04 21:47:51 -04:00
K900
b0f99ad527 ubootRaspberryPi4: provide fix for C0 revisions
Provide a (yet unmerged) patch that allows NixOS to boot correctly on
new Pi4 boards using the BCM2711C0 SoC. Revert this when the patch is
available in mainline U-Boot.

Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
2021-10-04 21:22:31 -04:00
Samuel Dionne-Riel
32a9c0adc3 uboot: 2021.04 -> 2021.10 2021-10-04 20:57:55 -04:00
Gabriel Fontes
a39ca1b8ee
uboot: increase rpi kernel size patch
Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
2021-09-29 01:41:53 -03:00
Christian Kögler
1dec71e52a ubootRockPro64: Fix boot hanging 2021-07-11 13:43:16 +02:00
Samuel Dionne-Riel
03344a15e0
Merge pull request #92969 from lopsided98/uboot-hydra-build-products
uboot: add hydra-build-products
2021-06-28 15:13:37 -04:00
Marcel Novotny
4990b7f876 ubootOrangePiZero2: init 2021-06-14 00:29:15 +02:00
Marcel Novotny
25a4ef905f armTrustedFirmwareAllwinnerH616: init 2021-06-14 00:29:15 +02:00
Samuel Dionne-Riel
672c66aedf uboot: 2021.01 -> 2021.04 2021-05-01 16:03:29 -04:00
Travis Whitton
a4b21085fa uboot: add ATF for ubootNanoPCT4 2021-02-24 17:49:34 -05:00
Samuel Dionne-Riel
4836a3dfb4
Merge pull request #113556 from MatthewCroughan/add-ubootOrangePiZero
U-Boot: Adds Orange Pi Zero build
2021-02-24 13:38:30 -05:00
matthewcroughan
9c19eee912 U-Boot: Adds Orange Pi Zero build 2021-02-18 07:08:23 +00:00
Travis Whitton
3aec4fad92 uboot: remove ATF for ubootNanoPCT4 2021-02-12 14:35:55 -05:00
Travis Whitton
e79e264a6e uboot: use RK3399 ATF for ubootNanoPCT4 2021-02-12 14:35:55 -05:00
Travis Whitton
c3da6f908d uboot: simplify ubootNanoPCT4 build 2021-02-12 14:35:55 -05:00
Travis Whitton
c21fee9d2f uboot: add ubootNanoPCT4 for NanoPC-T4 2021-02-12 14:35:54 -05:00
Samuel Dionne-Riel
5ff4a67412
uboot: 2020.10 -> 2021.01 (#109236) 2021-01-13 04:00:10 +01:00
Milan Pässler
3d3f22e7be
uboot: fix rpi kernel size patch for 2020.10
Fixes #109008
2021-01-11 15:26:17 +01:00
Milan
a315a1503a
uboot: allow bigger kernels to boot on raspberry pi (#108975)
Fixes #97064
2021-01-11 02:41:26 +01:00
Samuel Dionne-Riel
95cd8c8d7b ubootRaspberryPi4*: init at 2020.10 2020-12-31 18:20:49 +01:00
Andreas Rammhold
7a5047bede
ubootRockPi4: init
This adds support for the Radxa Rock Pi 4 board which is based on
RK3399. The u-boot outputs from the introduced build are suitable to
build a generic image for the Rock Pi 4 by setting the following in a
custom build of $nixpkgs/nixos/modules/installer/cd-dvd/sd-image-aarch64.nix:

```
  sdImage.postBuildCommands = ''
    dd if=${pkgs.ubootRockPi4}/idbloader.img of=$img seek=64 conv=notrunc
    dd if=${pkgs.ubootROckPi4}/u-boot.itb of=$img seek=16384 conv=notrunc
  '';
```
2020-11-14 02:25:41 +01:00
Anton Arapov
71504af486 uboot: 2020.07 -> 2020.10
update to recent upstream release

Signed-off-by: Anton Arapov <arapov@gmail.com>
2020-10-15 18:17:39 +02:00
Samuel Dionne-Riel
3d2d18cdb8 ubootNanonote: remove
This removes the last non-mainline U-Boot from Nixpkgs.
2020-09-23 21:00:03 -04:00
Marek Mahut
1cfc9df481
Merge pull request #96459 from sorki/novena_uboot_products
ubootNovena: install u-boot-dtb.img instead of u-boot.bin
2020-09-08 21:12:35 +02:00
Artemis Tosini
6f457404b7
ubootPinebookPro: init at 2020.07 2020-08-31 17:15:24 +00:00
Richard Marko
fbc54ca20f ubootNovena: install u-boot-dtb.img instead of u-boot.bin
SPL now looks for u-boot-dtb.img instead of u-boot.bin.
2020-08-27 13:00:10 +02:00
Ben Wolsieffer
6a0bb38b27 uboot: add hydra-build-products
This allows users to easily download the bootloader for their device without
having Nix installed.
2020-07-11 20:17:33 -04:00
Samuel Dionne-Riel
bd72165063 u-boot: v2020.04 -> v2020.07 2020-07-06 16:39:24 -04:00
Samuel Dionne-Riel
5f97610fc0 ubootROCPCRK3399: init at 2020.04 2020-06-01 17:25:49 -04:00
Pavol Rusnak
1b9ff92adc
uboot: 2020.01 -> 2020.04 2020-04-19 18:15:00 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Samuel Dionne-Riel
7943c33087 uboot: ubootBeagleboneBlack -> ubootAmx335xEVM
See u-boot@8fa7f65dd02c176ee6021eaf40114560b8954ba2

>    configs: Remove am335x_boneblack_defconfig
>
>    The am335x_evm_defconfig supports all am335x_boneblack variants. Remove
>    the redundant am335x_boneblack_defconfig.
2020-01-21 17:09:05 -05:00
Samuel Dionne-Riel
ca931caf16 uboot: 2019.10 -> 2020.01
In addition, removes the python2 dependency. Anyway, it was required for
the updated revision to build.
2020-01-21 16:39:30 -05:00
Samuel Dionne-Riel
4f67905034
Merge pull request #75069 from lopsided98/uboot-odroid-c2
uboot: add support for the ODROID-C2
2020-01-07 19:07:47 -05:00
Andrew Childs
af0047be3a uboot: add ubootBananaPim3 for Banana Pi M3 2020-01-07 21:00:11 +01:00
Jonathan Ringer
446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next 2019-12-30 10:14:18 -08:00
Andrew Childs
4b877fb11b ubootSheevaplug: install Kirkwood Boot Image instead of raw uboot 2019-12-30 17:21:39 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Ben Wolsieffer
7486e0ad26 uboot: add lopsided98 to maintainers 2019-12-05 22:09:20 -05:00
Ben Wolsieffer
8845809828 ubootOdroidC2: init 2019-12-05 22:00:40 -05:00
Ben Wolsieffer
4d6921a5d8 ubootRock64, ubootRockPro64: use upstream U-Boot
The Rock64 still needs a binary TPL to avoid memory initialization issues.
2019-12-05 13:02:48 -05:00
Florian Klink
cedbdc934d buildUBoot: allow passing custom src
We allowed passing another version, but that wasn't too useful, given we
hardcoded the hash of the fetchurl.
2019-11-27 21:57:41 +01:00
Andrew Childs
2db8c2310a ubootTools: use tools-only_defconfig instead of allnoconfig
Includes more features in the tools, like support for Flat Device Tree
files in mkimage.
2019-11-25 01:37:01 +09:00
Samuel Dionne-Riel
c5b7f9f85f u-boot: Add self as maintainer 2019-10-08 21:45:44 -04:00
Samuel Dionne-Riel
9e141fcf96 u-boot: 2019.04 -> 2019.10 2019-10-08 15:33:15 -04:00