- Jul 18, 2024
-
-
Johannes Schauer Marin Rodrigues authored
- Jun 30, 2024
-
-
Johannes Schauer Marin Rodrigues authored
- Oct 18, 2023
-
-
Johannes Schauer Marin Rodrigues authored
This reverts commit 1f5ddefa. The cma=512M@3G setting is only necessary for LS1028A and breaks on imx when an old u-boot version only enables 2 GB of RAM.
- Oct 10, 2023
-
-
Johannes Schauer Marin Rodrigues authored
- Sep 13, 2023
-
-
When connecting a FTDI FT232RL usb to ttl uart adapter to the reform with TX, RX and GND but not connecting that adapter to another machine via usb, then the adapter will send garbage signals to the reform during boot. These will interrupt autoboot and prevent the reform from booting until either the RX/TX/GND are disconnected or the adapter is connected via USB to another machine. To prevent this from happening, do not interrupt autoboot on any key press but require the space key to be pressed.
-
- Sep 09, 2023
-
-
Johannes Schauer Marin Rodrigues authored
-
- Jul 04, 2023
-
-
Johannes Schauer Marin Rodrigues authored
-
Johannes Schauer Marin Rodrigues authored
-
Johannes Schauer Marin Rodrigues authored
-
Johannes Schauer Marin Rodrigues authored
.gitlab-ci.yml: re-use build.sh to avoid maintaining the list of necessary environment variables in two places
- 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
-
-
Johannes Schauer Marin Rodrigues authored
-
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
-