- Jul 03, 2023
-
-
The KBUILD_CFLAGS and KBUILD_AFLAGS variables are adjusted to use -ffile-prefix-map and --debug-prefix-map, respectively, to use relative paths for occurrences of __FILE__ and debug paths. This enables reproducible builds regardless of the absolute path to the build directory: https://reproducible-builds.org/docs/build-path/ Series-to: u-boot Signed-off-by:
Vagrant Cascadian <vagrant@reproducible-builds.org>
-
- Jul 02, 2023
-
-
Johannes Schauer Marin Rodrigues authored
.gitlab-ci.yml: set SOURCE_DATE_EPOCH to the timestamp of the last git commit for reproducible builds
- Jan 25, 2023
-
- Jan 19, 2023
-
-
minute authored
-
minute authored
I didn't author this patch, just committing it. See below. Co-authored-by:
Patrick Wildt <patrick@blueri.se>
-
- Jan 18, 2023
-
- Jan 14, 2023
-
-
-
cinap_lenrek authored
-
cinap_lenrek authored
This seems to cause data abort panics on "mmc rescan" command. Also remove the pinmuxing options on the GP_EMMC_RESET and USDHC2_RST signals. We keep it how spl left it.
-
In dual mode (with lcdif and hdmi both used) Linux would end up with built-in display flashing randomly at the top and otherwise black screen. Instead of disabling the clocks, shut down the bridge (SN65DSI86) exactly by spec and leave the clocks be. Also increase the delay on init to make sure the bridge is up as sometimes it did not respond in time, causing the display not work in U-Boot.
-
- Jan 12, 2023
-
-
cinap_lenrek authored
The LCDIF needs to be shut down in a particular way. Disable display clocks, reset and power down mipi dsi. Disable pwm and edp bridge. Also stop USB in any case.
- Jan 11, 2023
-
-
cinap_lenrek authored
Linux kernel mode setting seems to fail to properly reset the mipi core, causing the screen to be shifted to the right. As a work around, we reset the lcdif and mipi core in a board_quiesce_devices() function.
-
cinap_lenrek authored
GPIO3_20 is the enable for the SN65DSI86, so power cycling the sdcard would have the screen turn off.
-
cinap_lenrek authored
Modifier keys seem to be broken in boot protocol of the reform keyboard. But it sends scancodes for the modifier keys, so just emulate the modifier key state bits.
-
cinap_lenrek authored
-
cinap_lenrek authored
-
- Oct 10, 2022
-
-
minute authored
Co-authored-by:
q66 <daniel@octaforge.org>
-
- Sep 01, 2022
-
- Aug 26, 2022
-
-
Johannes Schauer Marin Rodrigues authored
- with our boot.scr this is a no-op because flash-kernel stores a symlink from /dtb-5.18.0-4-arm64 to /dtbs/${fk_kvers}/${fdtfile} - with extlinux.conf under debian-installer only sets fdtdir to /dtbs/ and then expects u-boot to read /dtbs/freescale/imx8mq-mnt-reform2.dtb - without this patch, u-boot will try reading /dtbs/imx8mq-MNT Reform 2.0.dtb which doesn't exist
-
- Aug 02, 2022
-
- Aug 01, 2022
-
-
Johannes Schauer Marin Rodrigues authored
This is to avoid that u-boot reads the environment from emmc. This is another step to make sure that accidentally running "saveenv" doesn't mess anything up. It also makes sure that a u-boot image flashed to the SD-Card really provides a pristine environment without external influence.
-
- Jul 31, 2022
-
-
Johannes Schauer Marin Rodrigues authored
Even when u-boot comes from the SD-Card it loads environment variables from emmc. This means that if somebody accidentally calls "saveenv" with the wrong environment variables, then there is no easy way to make u-boot work again and even a freshly flashed SD-Card will fail to work. If somebody really needs "saveenv" then they can recompile u-boot with CONFIG_CMD_SAVEENV enabled.
-
- Jun 26, 2022
-
-
jacqueline authored
-
jacqueline authored
-
- Jun 10, 2022
-
- May 02, 2022
-
-
Johannes Schauer Marin Rodrigues authored
- this partially reverts b3a8287b which prevented BOOTENV as set by config_distro_boot.h being appended to CONFIG_EXTRA_ENV_SETTINGS - distro_bootcmd can do everything the nested loop can do: * boot from usb * arbitrary boot order * set arbitrary boot partition * search arbitrary list of prefixes * load a boot.scr - in addition to that, distro_bootcmd: * is the standard boot mechanism for distros (see doc/README.distro) * thus we can replace hard-to-read custom code * works with extlinux.conf (needed for debian-installer)
-
- Apr 28, 2022
-
- Apr 24, 2022
-
- Mar 21, 2022
-
-
- Feb 09, 2022
-
- Feb 08, 2022
-