build: disable core 0 (E51) when booting linux
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -83,7 +83,7 @@ $(bbl): $(pk_srcdir) $(vmlinux_stripped) | ||||
| 	cd $(pk_wrkdir) && $</configure \ | ||||
| 		--host=$(target) \ | ||||
| 		--with-payload=$(vmlinux_stripped) | ||||
| 	CFLAGS="-mabi=lp64 -march=rv64imac" $(MAKE) -C $(pk_wrkdir) | ||||
| 	CFLAGS="-mabi=lp64 -march=rv64imac -DDISABLED_HART_MASK=1" $(MAKE) -C $(pk_wrkdir) | ||||
|  | ||||
| $(bin): $(bbl) | ||||
| 	$(target)-objcopy -S -O binary --change-addresses -0x80000000 $< $@ | ||||
|   | ||||
							
								
								
									
										2
									
								
								riscv-pk
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								riscv-pk
									
									
									
									
									
								
							 Submodule riscv-pk updated: a2c8937e63...8197cad40c
									
								
							
		Reference in New Issue
	
	Block a user