mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
ubootQemuX86_64: init (#391962)
This commit is contained in:
commit
2512c82dc1
2 changed files with 13 additions and 0 deletions
|
@ -608,6 +608,18 @@ in
|
||||||
filesToInstall = [ "u-boot.rom" ];
|
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 {
|
ubootQuartz64B = buildUBoot {
|
||||||
defconfig = "quartz64-b-rk3566_defconfig";
|
defconfig = "quartz64-b-rk3566_defconfig";
|
||||||
extraMeta.platforms = [ "aarch64-linux" ];
|
extraMeta.platforms = [ "aarch64-linux" ];
|
||||||
|
|
|
@ -12125,6 +12125,7 @@ with pkgs;
|
||||||
ubootQemuArm
|
ubootQemuArm
|
||||||
ubootQemuRiscv64Smode
|
ubootQemuRiscv64Smode
|
||||||
ubootQemuX86
|
ubootQemuX86
|
||||||
|
ubootQemuX86_64
|
||||||
ubootQuartz64B
|
ubootQuartz64B
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
ubootRaspberryPi2
|
ubootRaspberryPi2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue