Compare commits
	
		
			No commits in common. "2020.01_btrfs" and "pre-release" have entirely different histories.
		
	
	
		
			2020.01_bt
			...
			pre-releas
		
	
		
							
								
								
									
										
											BIN
										
									
								
								images/boot.scr
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								images/boot.scr
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@ -5,7 +5,7 @@ buildarch=8
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
pkgname=uboot-rock64
 | 
					pkgname=uboot-rock64
 | 
				
			||||||
pkgver=2020.01
 | 
					pkgver=2020.01
 | 
				
			||||||
pkgrel=3
 | 
					pkgrel=1
 | 
				
			||||||
pkgdesc="U-Boot for Rock64"
 | 
					pkgdesc="U-Boot for Rock64"
 | 
				
			||||||
arch=('aarch64')
 | 
					arch=('aarch64')
 | 
				
			||||||
url='http://www.denx.de/wiki/U-Boot/WebHome'
 | 
					url='http://www.denx.de/wiki/U-Boot/WebHome'
 | 
				
			||||||
@ -18,32 +18,24 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
 | 
				
			|||||||
        "git+https://github.com/rockchip-linux/rkbin.git#commit=$_commit_rkbin"
 | 
					        "git+https://github.com/rockchip-linux/rkbin.git#commit=$_commit_rkbin"
 | 
				
			||||||
        'rk3328trust.ini'
 | 
					        'rk3328trust.ini'
 | 
				
			||||||
        'boot.txt'
 | 
					        'boot.txt'
 | 
				
			||||||
        'mkscr'
 | 
					        'mkscr')
 | 
				
			||||||
        'btrfs_extentio.patch')
 | 
					 | 
				
			||||||
md5sums=('b6b2e0787b6874e6b57da0a065a84f5a'
 | 
					md5sums=('b6b2e0787b6874e6b57da0a065a84f5a'
 | 
				
			||||||
         'SKIP'
 | 
					         'SKIP'
 | 
				
			||||||
         '48946b910716b90d81f47caafb752fef'
 | 
					         '48946b910716b90d81f47caafb752fef'
 | 
				
			||||||
         '5f1089c471f39b303bccbb9e1fc196f7'
 | 
					         'c926f318d8fa7a5c89108331cbd3f8e2'
 | 
				
			||||||
         '021623a04afd29ac3f368977140cfbfd'
 | 
					         '021623a04afd29ac3f368977140cfbfd')
 | 
				
			||||||
         '51ff4b7c8cf8833df2f208fac7fafde5')
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
prepare() {
 | 
					 | 
				
			||||||
  cd ${srcdir}/u-boot-${pkgver/rc/-rc}/configs
 | 
					 | 
				
			||||||
  echo 'CONFIG_CMD_BTRFS=y' >> rock64-rk3328_defconfig
 | 
					 | 
				
			||||||
  echo 'CONFIG_FS_BTRFS=y' >> rock64-rk3328_defconfig
 | 
					 | 
				
			||||||
  echo 'CONFIG_NETCONSOLE=y' >> rock64-rk3328_defconfig
 | 
					 | 
				
			||||||
  echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> rock64-rk3328_defconfig
 | 
					 | 
				
			||||||
  cd ${srcdir}/u-boot-${pkgver/rc/-rc}/fs/btrfs
 | 
					 | 
				
			||||||
  patch --forward --strip=3 --input="${srcdir}/btrfs_extentio.patch"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
build() {
 | 
					build() {
 | 
				
			||||||
  cd ${srcdir}/u-boot-${pkgver/rc/-rc}
 | 
					  cd u-boot-${pkgver/rc/-rc}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  unset CLFAGS CXXFLAGS CPPFLAGS LDFLAGS
 | 
					  unset CLFAGS CXXFLAGS CPPFLAGS LDFLAGS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  make distclean
 | 
					  make distclean
 | 
				
			||||||
  make rock64-rk3328_defconfig
 | 
					  make evb-rk3328_defconfig
 | 
				
			||||||
 | 
					  echo 'CONFIG_CMD_BTRFS=y' >> .config
 | 
				
			||||||
 | 
					  echo 'CONFIG_FS_BTRFS=y' >> .config
 | 
				
			||||||
 | 
					  echo 'CONFIG_NETCONSOLE=y' >> .config
 | 
				
			||||||
 | 
					  echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> .config
 | 
				
			||||||
  make -j4 EXTRAVERSION=-${pkgrel}
 | 
					  make -j4 EXTRAVERSION=-${pkgrel}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -3,8 +3,8 @@
 | 
				
			|||||||
# MAC address (use spaces instead of colons)
 | 
					# MAC address (use spaces instead of colons)
 | 
				
			||||||
setenv macaddr da 19 c8 7a 6d f4
 | 
					setenv macaddr da 19 c8 7a 6d f4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#part uuid ${devtype} ${devnum}:${bootpart} uuid
 | 
					part uuid ${devtype} ${devnum}:${bootpart} uuid
 | 
				
			||||||
setenv bootargs console=ttyS2,1500000 root=LABEL=ROOTFS rootfstype=btrfs rootflags=subvol=@ rw rootwait earlycon=uart8250,mmio32,0xff130000 audit=0
 | 
					setenv bootargs console=ttyS2,1500000 root=PARTUUID=${uuid} rw rootwait earlycon=uart8250,mmio32,0xff130000
 | 
				
			||||||
setenv fdtfile rockchip/rk3328-rock64.dtb
 | 
					setenv fdtfile rockchip/rk3328-rock64.dtb
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/Image; then
 | 
					if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/Image; then
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user