Loading pkgs/misc/uboot/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -607,6 +607,18 @@ in filesToInstall = [ "u-boot.rom" ]; }; ubootQemuX86_64 = buildUBoot { defconfig = "qemu-x86_64_defconfig"; extraConfig = '' CONFIG_USB_UHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_XHCI_HCD=y ''; extraMeta.platforms = [ "x86_64-linux" ]; filesToInstall = [ "u-boot.rom" ]; }; ubootQuartz64B = buildUBoot { defconfig = "quartz64-b-rk3566_defconfig"; extraMeta.platforms = [ "aarch64-linux" ]; Loading pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -13303,6 +13303,7 @@ with pkgs; ubootQemuArm ubootQemuRiscv64Smode ubootQemuX86 ubootQemuX86_64 ubootQuartz64B ubootRaspberryPi ubootRaspberryPi2 Loading Loading
pkgs/misc/uboot/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -607,6 +607,18 @@ in filesToInstall = [ "u-boot.rom" ]; }; ubootQemuX86_64 = buildUBoot { defconfig = "qemu-x86_64_defconfig"; extraConfig = '' CONFIG_USB_UHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_XHCI_HCD=y ''; extraMeta.platforms = [ "x86_64-linux" ]; filesToInstall = [ "u-boot.rom" ]; }; ubootQuartz64B = buildUBoot { defconfig = "quartz64-b-rk3566_defconfig"; extraMeta.platforms = [ "aarch64-linux" ]; Loading
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -13303,6 +13303,7 @@ with pkgs; ubootQemuArm ubootQemuRiscv64Smode ubootQemuX86 ubootQemuX86_64 ubootQuartz64B ubootRaspberryPi ubootRaspberryPi2 Loading