Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146458189
D16439.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16439.diff
View Options
Index: head/release/arm/RPI-B.conf
===================================================================
--- head/release/arm/RPI-B.conf
+++ head/release/arm/RPI-B.conf
@@ -13,12 +13,13 @@
KERNEL="RPI-B"
MD_ARGS="-x 63 -y 255"
NODOC=1
+UBOOT_DIR="/usr/local/share/u-boot/u-boot-rpi"
+RPI_FIRMWARE_DIR="/usr/local/share/rpi-firmware"
+OL_DIR=$"{RPI_FIRMWARE_DIR}/overlays"
OVERLAYS="mmc.dtbo pi3-disable-bt.dtbo"
PART_SCHEME="MBR"
arm_install_uboot() {
- UBOOT_DIR="/usr/local/share/u-boot/u-boot-rpi"
- RPI_FIRMWARE_DIR="/usr/local/share/rpi-firmware"
UBOOT_FILES="u-boot.bin"
RPI_FIRMWARE_FILES="bootcode.bin config.txt \
fixup.dat fixup_cd.dat fixup_db.dat fixup_x.dat \
Index: head/release/arm/RPI2.conf
===================================================================
--- head/release/arm/RPI2.conf
+++ head/release/arm/RPI2.conf
@@ -13,13 +13,14 @@
KERNEL="GENERIC"
MD_ARGS="-x 63 -y 255"
NODOC=1
+UBOOT_DIR="/usr/local/share/u-boot/u-boot-rpi2"
+RPI_FIRMWARE_DIR="/usr/local/share/rpi-firmware"
+OL_DIR=$"{RPI_FIRMWARE_DIR}/overlays"
OVERLAYS="mmc.dtbo"
PART_SCHEME="MBR"
export BOARDNAME="RPI2"
arm_install_uboot() {
- UBOOT_DIR="/usr/local/share/u-boot/u-boot-rpi2"
- RPI_FIRMWARE_DIR="/usr/local/share/rpi-firmware"
UBOOT_FILES="u-boot.bin"
RPI_FIRMWARE_FILES="bootcode.bin config.txt \
fixup.dat fixup_cd.dat fixup_db.dat fixup_x.dat \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 3, 8:41 PM (3 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29202602
Default Alt Text
D16439.diff (1 KB)
Attached To
Mode
D16439: release: Add OL_DIR forgot in r336600
Attached
Detach File
Event Timeline
Log In to Comment