From a8d4d71c41ff0158c2026cac5981e39702167da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Thu, 7 Apr 2016 21:25:10 +0200 Subject: brcm2708: update to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As usual these patches were extracted from the raspberry pi repo: https://github.com/raspberrypi/linux/commits/rpi-4.4.y Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/image/Makefile | 2 +- target/linux/brcm2708/image/config.txt | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'target/linux/brcm2708/image') diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile index ad71c5679f..04c27ccf83 100644 --- a/target/linux/brcm2708/image/Makefile +++ b/target/linux/brcm2708/image/Makefile @@ -33,7 +33,7 @@ define Build/boot-img mcopy -i $@.boot $(word 1,$^) ::kernel.img $(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i $@.boot $(DTS_DIR)/$(dts).dtb ::;) mmd -i $@.boot ::/overlays - mcopy -i $@.boot $(DTS_DIR)/overlays/*.dtb ::/overlays/ + mcopy -i $@.boot $(DTS_DIR)/overlays/*.dtbo ::/overlays/ mcopy -i $@.boot $(DTS_DIR)/overlays/README ::/overlays/ endef diff --git a/target/linux/brcm2708/image/config.txt b/target/linux/brcm2708/image/config.txt index 75b1cab7af..8c96f1fe97 100644 --- a/target/linux/brcm2708/image/config.txt +++ b/target/linux/brcm2708/image/config.txt @@ -476,7 +476,14 @@ ## Stop start.elf from filling in ATAGS (memory from 0x100) before ## launching kernel ## -disable_commandline_tags=2 +#disable_commandline_tags=2 + +## enable_uart +## Enables or disables uart pin multiplexing +## Raspberry Pi 1/2: if unset, uart is enabled by default +## Raspberry Pi 3: if unset uart is disabled by default +## +enable_uart=1 ## cmdline (string) ## Command line parameters. Can be used instead of cmdline.txt file @@ -491,7 +498,7 @@ disable_commandline_tags=2 ## kernel_address ## Address to load kernel.img file at ## -kernel_address=0x8000 +#kernel_address=0x8000 ## ramfsfile (string) ## ramfs file to load @@ -515,21 +522,21 @@ kernel_address=0x8000 ## device_tree_address ## Address to load device_tree at ## -device_tree_address=0x100 +#device_tree_address=0x100 ## init_uart_baud ## Initial uart baud rate. ## ## Default 115200 ## -init_uart_baud=115200 +#init_uart_baud=115200 ## init_uart_clock ## Initial uart clock. ## ## Default 3000000 (3MHz) ## -init_uart_clock=3000000 +#init_uart_clock=3000000 ## init_emmc_clock ## Initial emmc clock, increasing this can speedup your SD-card. -- cgit v1.2.3