upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
585 B
31 lines
585 B
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
gbb {
|
|
size = <0x2180>;
|
|
flags {
|
|
dev-screen-short-delay;
|
|
load-option-roms;
|
|
enable-alternate-os;
|
|
force-dev-switch-on;
|
|
force-dev-boot-usb;
|
|
disable-fw-rollback-check;
|
|
enter-triggers-tonorm;
|
|
force-dev-boot-legacy;
|
|
faft-key-override;
|
|
disable-ec-software-sync;
|
|
default-dev-boot-legacy;
|
|
disable-pd-software-sync;
|
|
disable-lid-shutdown;
|
|
force-dev-boot-fastboot-full-cap;
|
|
enable-serial;
|
|
disable-dwmp;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|