summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
AgeCommit message (Collapse)Author
2021-01-13uboot: 2020.10 -> 2021.01 (#109236)Samuel Dionne-Riel
2021-01-11uboot: fix rpi kernel size patch for 2020.10Milan Pässler
Fixes #109008
2021-01-11uboot: allow bigger kernels to boot on raspberry pi (#108975)Milan
Fixes #97064
2020-12-31ubootRaspberryPi4*: init at 2020.10Samuel Dionne-Riel
2020-11-14ubootRockPi4: initAndreas Rammhold
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-10-15uboot: 2020.07 -> 2020.10Anton Arapov
update to recent upstream release Signed-off-by: Anton Arapov <arapov@gmail.com>
2020-09-23ubootNanonote: removeSamuel Dionne-Riel
This removes the last non-mainline U-Boot from Nixpkgs.
2020-09-08Merge pull request #96459 from sorki/novena_uboot_productsMarek Mahut
ubootNovena: install u-boot-dtb.img instead of u-boot.bin
2020-08-31ubootPinebookPro: init at 2020.07Artemis Tosini
2020-08-27ubootNovena: install u-boot-dtb.img instead of u-boot.binRichard Marko
SPL now looks for u-boot-dtb.img instead of u-boot.bin.
2020-07-06u-boot: v2020.04 -> v2020.07Samuel Dionne-Riel
2020-06-01ubootROCPCRK3399: init at 2020.04Samuel Dionne-Riel
2020-04-19uboot: 2020.01 -> 2020.04Pavol Rusnak
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-01-21uboot: ubootBeagleboneBlack -> ubootAmx335xEVMSamuel Dionne-Riel
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-21uboot: 2019.10 -> 2020.01Samuel Dionne-Riel
In addition, removes the python2 dependency. Anyway, it was required for the updated revision to build.
2020-01-07Merge pull request #75069 from lopsided98/uboot-odroid-c2Samuel Dionne-Riel
uboot: add support for the ODROID-C2
2020-01-07uboot: add ubootBananaPim3 for Banana Pi M3Andrew Childs
2019-12-30Merge branch 'master' of github.com:NixOS/nixpkgs into staging-nextJonathan Ringer
2019-12-30ubootSheevaplug: install Kirkwood Boot Image instead of raw ubootAndrew Childs
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren
2019-12-05uboot: add lopsided98 to maintainersBen Wolsieffer
2019-12-05ubootOdroidC2: initBen Wolsieffer
2019-12-05ubootRock64, ubootRockPro64: use upstream U-BootBen Wolsieffer
The Rock64 still needs a binary TPL to avoid memory initialization issues.
2019-11-27buildUBoot: allow passing custom srcFlorian Klink
We allowed passing another version, but that wasn't too useful, given we hardcoded the hash of the fetchurl.
2019-11-25ubootTools: use tools-only_defconfig instead of allnoconfigAndrew Childs
Includes more features in the tools, like support for Flat Device Tree files in mkimage.
2019-10-08u-boot: Add self as maintainerSamuel Dionne-Riel
2019-10-08u-boot: 2019.04 -> 2019.10Samuel Dionne-Riel
2019-08-28treewide: remove redundant recvolth
2019-06-06ubootRockPro64: update U-Boot and rkbinBen Wolsieffer
2019-06-06ubootRock64: update U-Boot and rkbinBen Wolsieffer
2019-05-17u-boot: Adds PinebookSamuel Dionne-Riel
2019-05-17u-boot: Adds Pine64LTSSamuel Dionne-Riel
The name of the board is indeed A64-LTS, but upstream U-Boot names it pine64-lts so let's keep the U-Boot moniker. This previously was supported using the SOPINE build.
2019-05-17u-boot: 2018-09 -> 2019.04Samuel Dionne-Riel
2019-05-01Merge pull request #59804 from lopsided98/uboot-rock64-fixSamuel Dionne-Riel
ubootRock64, ubootRockPro64: make compatible with latest dtc
2019-05-01ubootRock64, ubootRockPro64: apply patch to allow building with latest dtcBen Wolsieffer
2019-04-24uboot: add Banana Pi M64 (#58366)samrose
2019-01-18ubootRock64, ubootRockPro64: use dtc 1.4.5Ben Wolsieffer
2019-01-18uboot: use pname and cleanup version specificationBen Wolsieffer
2019-01-18uboot: buildUBoot: add extraConfig parameterBen Wolsieffer
2019-01-18uboot: add RockPro64, fix Rock64 buildBen Wolsieffer
Switch the Rock64 build from a newer, less maintained U-Boot tree, to an older but more maintained and featureful version.
2018-09-25U-Boot: Add Orange Pi Zero Plus2 (H5) buildSamuel Dionne-Riel
2018-09-14U-Boot: 2018.07 -> 2018.09Tuomas Tynkkynen
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-12U-Boot: 2018.05 -> 2018.07Tuomas Tynkkynen
- We get to drop a bunch of patches. Yay! - bison and flex are now needed
2018-07-01uboot: add ubootNovenaRichard Marko
2018-06-01Merge branch 'plat-fix-for-merge-2' into masterTuomas Tynkkynen
2018-06-01U-Boot: Add ubootRaspberryPiZero variantTuomas Tynkkynen
2018-06-01U-Boot: 2018.03 -> 2018.05Tuomas Tynkkynen
2018-05-14Merge remote-tracking branch 'upstream/staging' into strictDepsJohn Ericson