- Oct 18, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a5e27f6e FTP upload: Add flag to hide FTP upload stage This is a workaround to prevent customer releases being uploaded to our public FTP area. It should be removed as soon as we support uploading to different FTP target folders.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@543a2170 manifest_package: add release suffix Customer specific manifest projects can now set the RELEASE_SUFFIX variable, which then gets appended to the deployment folder names. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c763c43f alphaplan_fwr: change variable "release_name_local" to "release_name" Otherwise it can be assumed that it might be correlated with outputdir_local, which is not the case. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@2d8d26a5 package_release: more refactoring - Make output-dir an argument that can be passed multiple times instead of hard-coding two dirs with certain meanings. - Remove LOCALDIR variable from package.env, because it is not used anywhere (only occurence was job class ".uploadsdkftp" which wasn't used anywhere either). -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dc3698c8 package_release: refactoring Improve readability of package_release.py and its submodule generate_release_metadata.py. - Add describing comments throughout the file. - Remove duplicate code from functions. Simplify them, so that they do what their names say (and nothing more). - Rename variables and function arguments to make their purpose clearer. - Harmonize variable names with their corresponding command line arguments. - Add pydoc for functions. - Add type declarations to function arguments. - Generate MD5 and metadata files in the source directories so that they can be copied along with the rest of the files.
-
- Oct 14, 2022
-
-
The SD-Card bus generates EMI problems for higher Bus frequencies. Thsus limit the SD-Card bus to 50MHz. From our expectations this should mean, that DDR50 is available. See also https://en.wikipedia.org/w/index.php?title=SD_card&oldid=1112713978#Power_consumption In the drivers/mmc/host/sdhci-esdhc-imx.c driver, however, the DDR50 is only advertised when the pinctrl state_100mhz is available.
-
* Added pin muxing for the default, 100MHz and 200MHz speeds * Set drive strength to DSE_X1 for default and DSE_X2 for 100/200 MHz
-
- Oct 10, 2022
-
-
(cherry picked from commit 6463eac2)
-
- Sep 27, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c831d1da get_integration_sources: check if CI is enabled Trying to query CI variables on a project which does not have the CI feature enabled leads to an HTTP 403 (forbidden) error. Check whether CI is enabled using the "jobs_enabled" flag.
-
- Sep 26, 2022
-
-
Tobias Kahlki authored
Enabled the 2D/3D GPUs and the various VPUs on the i.MX8MP. BCS 746-001060
-
- Sep 21, 2022
-
-
Felix Gerking authored
BCS 746-000942
-
- Sep 20, 2022
-
-
The backlight PWM period was wrong which prevented the display from dimming correctly.
-
Felix Gerking authored
BCS 746-000948
-
Felix Gerking authored
Set Rp to 330uA to advertise 3A at 5V in host mode. BCS 746-000948
-
Felix Gerking authored
The properties can be set optionally in the devicetree. If one is set, the control reg of the ptn 5051 is adjusted accordingly via i2c at the end of the probing routine. This allows to override the initial configuration which is applied during power up. Rp: Advertises the allowed current in host mode mode: UFP, DFP or DRP BCS 746-000948
-
Felix Gerking authored
After driver customizations we can use the usb-role class scheme to enable the otg mode. BCS 746-000948
-
Felix Gerking authored
The previous probing order let to an irq: type mismatch error when deferred probing is required. This is due to the fact that some interrupt assignments already take place before probing is cancelled. Now the usb_role_switch_get function is moved before the interrupt assignments to cancel if the usb driver is not ready yet. BCS 746-000948
-
Some usb controller drivers may not support extcon but use usb role class as it's the preferred approach, so to support usb dual role switch with usb role class, add usb role class consumer support. Signed-off-by:
Li Jun <jun.li@nxp.com> Reviewed-by:
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by:
Chanwoo Choi <cw00.choi@samsung.com>
-
Add device managed action to sync pending queue work, otherwise the queued work may run after the work is destroyed. Fixes: 4ed754de ("extcon: Add support for ptn5150 extcon driver") Reviewed-by:
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by:
Li Jun <jun.li@nxp.com> Signed-off-by:
Chanwoo Choi <cw00.choi@samsung.com>
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5e3dfaea CI:deploy: fix fngsystem deployment path The match to detect fngsystem still contained 'guf'. Changed to 'seco'. BCS 746-001043
-
- Sep 15, 2022
-
-
Tobias Kahlki authored
The lq057q3dc12 runs with a jeida-24 data mapping. BCS 746-000951
-
Tobias Kahlki authored
Added an optional node with panel-dt settings for the lq057q3dc12. BCS 746-000951
-
Tobias Kahlki authored
We use a custom Simple Panel driver that allows a more detailed description of panels in the device tree. This is discouraged by the mainline kernel but has shown useful for our specific applications. For a more detailed explanation see the discussion https://patchwork.kernel.org/ project/dri-devel/patch/20190307101030.3822-1-maxime.ripard@bootlin.com/ on the DRI mailing list and the original commit https://git.seco.com/seco-ne/ kernel/linux-guf/-/commit/bc113aef63149d38a61f618b40f91e22d53fe5cd on the i.MX6 kernel. Note: Replaced all occurences of the old G&F name to SECO and also fixed some smaller typos. BCS 746-000951
-
- Sep 14, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f8d6de86 Make check error message more verbose -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@21e7edeb Improve ci-test build -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@76bd81d8 Fix check job rules -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a6721243 Move check job to parent pipeline -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@593784e1 Refactor check_if_integration_branch_is_up_to_date - Use "source" and "target" terminology in the script, just like in the GitLab CI variables. - Spefify data types for function arguments. - Rename function arguments to better reflect their data types. - Move determination of integration branch into main function, so that the successfull status message can be more verbose. - Remove parent_merge_request feature and checking for gitlab-ci integrations, because the check job does not run on gitlab-ci integration branches at all. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@45b49ee3 Remove build stage on master We don't need to explicitly trigger a build after merging changes in gitlab-ci. A master pipeline on the target projects runs automatically.
-
- Sep 12, 2022
-
-
Felix Gerking authored
Set the usb-c port to device mode as it should be used as peripheral at first. Added an entry for ptn5150 cc logic IC and put it in UFP mode. BCS 746-000948
-
- Sep 09, 2022
-
-
Tobias Kahlki authored
The include file enables the various HDMI related nodes of the i.MX8MP. (cherry picked from commit 43274696)
-
- Sep 08, 2022
-
-
Tobias Kahlki authored
The AC97 part of the MC3 DTs is the current state of the development/testing. BCS 746-000955
-
Tobias Kahlki authored
Moved the lq057q3dc12 to a separate devicetree include and added a new devicetree for the MC3 with lq057q3dc12. BCS 746-000951
-
- Sep 06, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a0f7e84f Rename pipeline stages to reflect YAML filenames
-
- Sep 05, 2022
-
-
Felix Gerking authored
-
Felix Gerking authored
Activate the USB nodes and regulators for the VBUS voltages.The OC detection function is not yet enabled. The USB hub is now enabled by default. At the moment the connector of the backplane is untested. BCS 746-000947
-
Clemens Terasa authored
Due to an unknown graphics pipeline issue we cannot use the correct display settings for the SCX1001255GGU06 display. It seems that the clocking and synchronization of the whole graphics pipeline consisting of the LCDIF, the MIPI DSI, the MIPI PHY and the MIPI to LVDS transceiver cannot be applied by simply changing the clock-frequency of the attached panel. Though trail and error we were not able to modify the pipeline clocking in such a way that it works with the correct frequency. Thus use the frequency from the fg0700w0dsswagl1 instead. The display has a reduced frame rate, but otherwise works as expected.
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Temporarily disabled the SAI/AC97 to test the GPIO order. BCS 746-000955
-
The LVDS receiver requires an input clock of at least 20 MHz. Since the display supports VGA and QVGA, the higher clock (for VGA) is used for now. Note: Further work on the display timings is required. BCS 746-000951 BCS 746-000944
-
Configured the panel to the correct display settings. The lvds interface is internally connected to lcdif2. The GPIO for the backlight enable was wrong. BCS 746-000951
-
Jonas Höppner authored
Also use the GPIO_PAD macros to cleanup the devicetree for can related gpios.
-
Jonas Höppner authored
The GPIO_PAD macros make the source code more readible but have been available for trizeps8 boards only. Moving the macros one step up, make them available for the other boards too.
-
Jonas Höppner authored
BCS 746-000945
-
BCS 746-000943
-
Now the correct phy reg is set explicitly. Use the driver specific bindings for the phy reset and set the correct reset timings. BCS 746-000932
-
Jonas Höppner authored
BCS 746-000936
-