- Jan 05, 2023
-
-
Tobias Kahlki authored
All devices on the bus support at least full speed (400 kHz). Increase the clock to speed-up the communication.
-
Tobias Kahlki authored
According to the MAX11601 datasheet, the order of the setup and config bytes aren't important. However, when writing the setup first, the probe fails. Changed the order of the setup/config byte for now. BCS 746-001094
-
- Jan 03, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@ea1f3bad cancel_pipelines: include downstream pipelines -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c8f97623 Add job to cancel outdated pipelines in merge requests Everytime we push a new commit to a branch, a new pipeline is created. Often the pipeline for the previous commit has not finished yet, and GitLab does not automatically cancel it. It consumes valuable build time, even if we don't need the results anymore. Adding a MR pipeline job to search for previous pipelines on the same branch and cancel them explicitly.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bab6f811 Package: move SDK files to subfolder "sdk" -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8bcaa426 scripts: Add delete_job_artifacts script to delete all artifacts from untagged jobs For a given project all artifacts may be deleted. This was needed due to space limitations on the gitlab server.
-
- Dec 20, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@28906544 Reduce artifact expiration of build jobs to 1 week
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d404f257 Alphaplan: allow failure on import Otherwise the parent pipeline is stuck in "running" state until the manual action has been performed. See for reference: https://gitlab.com/gitlab-org/gitlab/-/issues/361574 -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dd2a6d7d Fix error message -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@04ac29ad CI-Test: fix deploy-files job -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@22c519f1 Move FTP jobs to FTP runner -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@84d0616b Add new deploy pipeline to Yocto -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f0436868 Move reusable parts from CI-Test to common -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3d3b4d09 Yocto: fix SDK package -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@37360288 Yocto: fix SDK build -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@2b6fc739 Package: add comment -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@95d6e368 alphaplan_fwr_import: add error handling -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@277d4af7 Package & deploy: do not allow missing dotenv file -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3c68ccab Alphaplan: add script for importing alphaplan data The script has mostly been copied from alphaplan_fwr.py, but with different input data. Adding a job to the CI-test environment for testing this. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3b3238a1 Alphaplan: add script for generating alphaplan data This script has mostly been copied from alphaplan_fwr.py, but with different input data (artifacts from the SoftwareStore deploy job) and without actually importing the data to the Alphaplan database. Adding a job to the CI-test environment for testing this. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@387b8184 Deploy: save variables in deploy.env -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@902c9276 Deploy: save rsync file list for later stages -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@15622149 CI-test: use caching between the pipeline stages -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a96a923e CI-test: add deploy stages for SoftwareStore and FTP Rename all stages to uppercase on this occasion, since we're adding stages with names containing multiple words. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@056f1af1 Add package class and stage -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a1972724 Add script to query job logs filtered by status, tag, and log pattern -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d501fed4 Update isort config
-
( partly cherry picked from commit 4189aa75)
-
- Dec 09, 2022
-
-
Tobias Kahlki authored
BCS 746-000965
-
Tobias Kahlki authored
The status bits from the ADC registers interfered with the median filter. BCS 746-000965
-
Tobias Kahlki authored
The distance filter does not work as expected at the moment. Disabled it and replaced it with a median filter. BCS 746-000965
-
Tobias Kahlki authored
The distance filter had an infinite loop, because the variables haven't been reset between iterations. Also the status bit wasn't correctly set when using the oversampling in the polling method. BCS 746-000965
-
Tobias Kahlki authored
Added distance, median and low-pass filter to the WM9705. The distance filter is always applied, while the median and low-pass filter can be activated via the devicetree. BCS 746-000965
-
Tobias Kahlki authored
BCS 746-000965
-
Tobias Kahlki authored
BCS 746-000965
-
Tobias Kahlki authored
The samples from the WM9705 need to be further filtered to get a good touch screen performance. Created some stubs and parts of the filter implementation. BCS 746-000965
-
Tobias Kahlki authored
BCS 746-000965
-
Jonas Höppner authored
-
- Dec 08, 2022
-
-
Jonas Höppner authored
ment for FT1 usage. BCS 746-001157
-
Jonas Höppner authored
BCS 746-001157
-
- Dec 05, 2022
-
-
Jonas Höppner authored
-
- Nov 29, 2022
-
-
Felix Gerking authored
Increase the i2c bus speed for both touch devices. This reduces the touch update time.
-
- Nov 21, 2022
-
-
Felix Gerking authored
Adopt the configuration from EMC test. In addition, the 100MHz mode causes IO issues with various SD Cards. BCS 746-001061
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@9982711f Move deploy jobs to deploy runner
-
- Nov 18, 2022
-
-
Felix Gerking authored
The power off routine monitors the PW_FAIL24V# signal. If the 24V are active or become active again while the system is in the custom power off routine, a restart is triggered. BCS 746-001083
-
Felix Gerking authored
Since we need a custom poweroff routine for the dual-espresso project, pm_power_off must be assigned to a special function. pm_power_off is assigned to psci_sys_poweroff by default. Added a devicetree property that allows to skip the assignment of pm_power_off to avoid a potential race condition. BCS 746-001083
-
Felix Gerking authored
The module monitors a gpio state and calls the kernel restart handler when the gpio has a specific state. This done by assigning a the monitor routine to the pm_power_off function pointer. In this way, the monitoring starts as the last step of a shutdown -P call. Devicetree properties: * init-delay-ms: Set an initial delay until the monitoring is started * monitor-delay-ms: Poll delay of the gpio BCS 746-001083
-
- Nov 10, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e48b4c0b package_release: Do not fail if a file does not exist
-
- Nov 07, 2022
-
-
Jonas Höppner authored
BCS 746-000938
-
- Nov 04, 2022
-
-
Felix Gerking authored
Connected ICs: * Si52202 * ADV7535 BCS 746-000939
-
Felix Gerking authored
The pca9450 has an internal i2c level translator that is disabled by default. Now the operating modes can be set in the devicetree: * i2c-lt-en = "force-disable" * i2c-lt-en = "standby-and-run" - Enable only in STANDBY and RUN mode * i2c-lt-en = "run" - Enable only in RUN mode * i2c-lt-en = "force-enable" BCS 746-000939
-
Felix Gerking authored
For the ADV7535 i2c connection, the PMIC's i2c level shifter must be enabled. Use 12MHz as dsi reference clock rate. This allows the ADV7535 to derive suitable DDR clock rates. For futher details see: https://source.codeaurora.org/external/imx/linux-imx/commit/arch/arm64/boot/dts/freescale/imx8mp.dtsi?h=lf-5.15.y&id=5b91a97520cf7479d313c855225caf83e5f3a228 BCS 746-000939
-
Felix Gerking authored
At the moment there is a problem with the HDMI hot plug detection (HPD) in combination with the eARC. The HPD only works correctly when the EARC_N_HPD signal is disconnected. Simply enabling or disabling the xcvr (eARC) controller does not result in a valid HPD. HDMI works when the eARC is not connected. The 5V fault detection is currently not supported. BCS 746-000949
-
Felix Gerking authored
The node is part of the gpu, but has not been enabled yet.
-
Jonas Höppner authored
-
Tobias Kahlki authored
There are two possible ways of using the LVDS panel. The second block was missing the reduced pixel clock. See commit c00df001.
-
- Nov 03, 2022
-
-
Jonas Höppner authored
With the previous settings the display still had some frame sync issues, with these those seem to be fixed.
-
- Nov 01, 2022
-
-
Tobias Kahlki authored
-
- Oct 28, 2022
-
-
Tobias Kahlki authored
The WM9705 can run in a continuous mode, where the conversion channel is manually switched by writing to register 0x76. This mode is required for a special touch/codec combination but wasn't supported in the driver yet. The mode can be activated by adding the "use-infinite-mode" property to the devicetree node. BCS 746-001090
-
Tobias Kahlki authored
BCS 746-001045
-
Tobias Kahlki authored
-