gnu: Add u-boot-qemu-arm
* gnu/packages/bootloaders.scm (u-boot-qemu-arm): New variable.
This commit is contained in:
		
							parent
							
								
									efe9612953
								
							
						
					
					
						commit
						36f7b1f02f
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
					@ -1102,6 +1102,14 @@ partition."))
 | 
				
			||||||
       (modify-inputs (package-native-inputs base)
 | 
					       (modify-inputs (package-native-inputs base)
 | 
				
			||||||
         (append arm-trusted-firmware-rk3399))))))
 | 
					         (append arm-trusted-firmware-rk3399))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public u-boot-qemu-arm
 | 
				
			||||||
 | 
					  (make-u-boot-package "qemu_arm" "arm-linux-gnueabihf"
 | 
				
			||||||
 | 
					                       ;; Disable features that require OpenSSL due
 | 
				
			||||||
 | 
					                       ;; to GPL/Openssl license incompatibilities.
 | 
				
			||||||
 | 
					                       ;; See https://bugs.gnu.org/34717 for
 | 
				
			||||||
 | 
					                       ;; details.
 | 
				
			||||||
 | 
					                       #:configs '("# CONFIG_FIT_SIGNATURE is not set")))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public u-boot-qemu-riscv64
 | 
					(define-public u-boot-qemu-riscv64
 | 
				
			||||||
  (make-u-boot-package "qemu-riscv64" "riscv64-linux-gnu"))
 | 
					  (make-u-boot-package "qemu-riscv64" "riscv64-linux-gnu"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue