From 9393cb81acc34d1bd27cc921d8d98e618fb74662 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 23 Aug 2019 00:14:04 +0800 Subject: [PATCH] update u-boot,linux kernel to compile dtb and zImage into single idb file; update bootstrap,u-boot,linux kernel nandflash partition; update sama5d4_xplained_loader files in folder --- linux-bsp/patches/at91bootstrap-sama5d4.patch | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/linux-bsp/patches/at91bootstrap-sama5d4.patch b/linux-bsp/patches/at91bootstrap-sama5d4.patch index 91e26f8..d88e7c0 100644 --- a/linux-bsp/patches/at91bootstrap-sama5d4.patch +++ b/linux-bsp/patches/at91bootstrap-sama5d4.patch @@ -1,6 +1,6 @@ diff -Nuar at91bootstrap/build.sh at91bootstrap-sama5d4/build.sh --- at91bootstrap/build.sh 1970-01-01 08:00:00.000000000 +0800 -+++ at91bootstrap-sama5d4/build.sh 2019-08-22 18:54:20.707235362 +0800 ++++ at91bootstrap-sama5d4/build.sh 2019-08-22 19:29:04.983275344 +0800 @@ -0,0 +1,71 @@ +#!/bin/bash + @@ -75,11 +75,11 @@ + diff -Nuar at91bootstrap/.cfg-sama5d4 at91bootstrap-sama5d4/.cfg-sama5d4 --- at91bootstrap/.cfg-sama5d4 1970-01-01 08:00:00.000000000 +0800 -+++ at91bootstrap-sama5d4/.cfg-sama5d4 2019-08-22 13:18:47.498849159 +0800 ++++ at91bootstrap-sama5d4/.cfg-sama5d4 2019-08-23 00:01:11.723588530 +0800 @@ -0,0 +1,274 @@ +# +# Automatically generated make config: don't edit -+# Thu Aug 22 13:18:42 2019 ++# Thu Aug 22 23:43:05 2019 +# +HAVE_DOT_CONFIG=y +# CONFIG_AT91SAM9260EK is not set @@ -291,7 +291,7 @@ +# +# U-Boot Image Storage Setup +# -+CONFIG_IMG_SIZE="0x000a0000" ++CONFIG_IMG_SIZE="0x00080000" +CONFIG_DEBUG=y +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_LOUD is not set @@ -353,7 +353,7 @@ +CONFIG_PMC=y diff -Nuar at91bootstrap/Makefile at91bootstrap-sama5d4/Makefile --- at91bootstrap/Makefile 2019-08-02 17:30:35.000000000 +0800 -+++ at91bootstrap-sama5d4/Makefile 2019-08-22 11:46:05.882742473 +0800 ++++ at91bootstrap-sama5d4/Makefile 2019-08-22 19:29:04.983275344 +0800 @@ -119,6 +119,7 @@ HOSTARCH := $(shell uname -m | sed -e s/arm.*/arm/) -- Gitblit v1.9.1