- Nov 10, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-guf@a14e669b logo: Removed duplicate of seco boot logo A duplicate of the seco logo was present in the logos dir. (cherry picked from commit 348ae9ef8e5439fa62a2d9eceae008bdd5d96348) -- Commit: seco-ne/kernel/linux-guf@0c15fefb logo: Enable SECO and FnG logo by default Both logos need to be enabled by default. The logo that is added to the kernel is picked through the defconfig and the override in the kernel include file. (cherry picked from commit 4dd7c7bbba066a73d06fcafe091e7a46454560d8) -- Commit: seco-ne/kernel/linux-guf@3991915e logo: Added fngsystem boot logo Cherry-pick from af765e15 (cherry picked from commit e03aff3ac82c5aadaa1b755f80074c90a57accda) -- Commit: seco-ne/kernel/linux-guf@8c6557ad logo: Added SECO and EDGEHOG logo Updated the seco logo from the marketing's eps file. (cherry picked from commit fa277d894d440a993ff24cb93f1a5c94b91fb102) (cherry picked from commit a70c95c0bac3db1cb2d5c750232bdd2cef634527)
-
- Nov 08, 2022
-
-
-- Commit: seco-ne/kernel/linux-imx-kuk@5a2638e5 dts:mc3: Add pcie to dts, mostly copy from evk. BCS 746-000938
-
- Nov 07, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@6f218c55 dts:tanaro:Fannal 10.1" display: improve timing, works with SSC now
-
- Nov 04, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@3cc52756 dts:mc3: Enable the internal i2c level translator of the PMIC Connected ICs: * Si52202 * ADV7535 BCS 746-000939 -- Commit: seco-ne/kernel/linux-imx-kuk@9d148a43 drivers:regulator:pca9450: Add devicetree property for i2c level translator 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 -- Commit: seco-ne/kernel/linux-imx-kuk@be4c5701 dts:mc3: Add backplane HDMI support (via ADV7535) 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 -- Commit: seco-ne/kernel/linux-imx-kuk@cac457dc dts:mc3:hdmi: Add onboard HDMI support 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 -- Commit: seco-ne/kernel/linux-imx-kuk@aafa6357 dts:mc3: Enable ml_vipsi gpu node The node is part of the gpu, but has not been enabled yet.
-
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@e10430b6 tanaro: Disable display support in defconfig We don't want to handle the display timings in u-boot as well, and start the display with the kernel bootlogo instead.
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@1ffbafba dts:lq057: Updated the pxlclk also for the panel_lvds block There are two possible ways of using the LVDS panel. The second block was missing the reduced pixel clock. See commit c00df0016cf4db916ac429e3c79ef14bead477f0.
-
- Nov 01, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@349ea069 sai:ac97: Replaced timeout message with debug message
-
- Oct 28, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@6ee2a8f1 touch:wm9705: Added infinite mode 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 -- Commit: seco-ne/kernel/linux-imx-kuk@814db570 wm9705: Added devicetree support for IRQ to the wm97xx BCS 746-001045
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@34d04b94 dts:mc3: Added 24c64 EEPROM to devicetree -- Commit: seco-ne/kernel/linux-imx-kuk@1ba1d570 dts:mc3: Added lm75b temperature sensor
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@dc29d0f6 dts:mc3: Added ADC chip to I2C The ADC chip is detected on the bus but probing fails at the moment. It seems that the driver tries to send the wrong setup and config bytes to the chip. Further investigation is required. BCS 746-001092
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@b33f9429 dts:tanaro: Fix pixel clock and framerate for 10.1 Dataimage SCX1001255GGU06 display Adapt pixelclock to 71MHz, fixed clock tree. BCS 746-001034 -- Commit: seco-ne/kernel/linux-imx-kuk@9b958c66 dts:tanaro: Add support for 10.1 Fannal FN1010D013C display BCS 746-001034 -- Commit: seco-ne/kernel/linux-imx-kuk@89848b5e seco-mx8mm: Allow to specify the VIDIO_PLL1_RATE as define This is a bit hacky but currently I don't know a better solution. Though the doc say assigned-clock-parents may not be used to set clock rates if there are multiple consumers this is used here widely. ( see Documentation/devicetree/bindings/clock/clock-bindings.txt line 164) To allow to change this in devicetree using this file, this macro is introduced, using the default value from before as default. BCS 746-001034 -- Commit: seco-ne/kernel/linux-imx-kuk@afc2f905 mx8m:sec-dsim: Add message to sec-dsim to print out resulting pixel clock rate BCS 746-001034 -- Commit: seco-ne/kernel/linux-imx-kuk@b320dc65 seco-mx8mm:tanaro:clk-pll14xx:video-pll1: Add additional setpoint for 700MHz The pll only has a few preconfigured settings. This adds 700MHz to achieve additional pixel clocks. BCS 746-001034
-
- Oct 27, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@8759a147 dts:dual-espresso: Configure touch reset pins as open-drain The EXC81W32 touch controller tries to reset itself when a touch fwr update is performed. If the reset pin is driven or configured as pull-up, the controller gets stuck when the self-reset is performed. BCS 746-001093
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@c00df001 dts:lq057: Changed to lower clock-frequency The converter chip for LVDS to LCDIF was changed for the lq057q3dc12. Reduced the clock frequency accordingly.
-
- Oct 24, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@a27e0e1e fsl_sai: Fix CONFIG_SND_SOC_FSL_SAI_AC97, build failed without this
-
- Oct 21, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@856b08ff ucb1400_core: Adapt to AC97_BUS_NEW -- Commit: seco-ne/kernel/linux-imx-kuk@07c424a8 dts:mc3: Setup SAI to run in AC97 mode Hint for RX BCLK: The BCLK (bit clock) is generated by the AC97 codec and routed to TX and RX. Since we synchronize the incoming BCLK in the SAI, we disable the clock on RX. BCS 746-001045 -- Commit: seco-ne/kernel/linux-imx-kuk@9070dbed fsl_sai: Add AC97 mode for register access Register the SAI as AC97 controller, setup clocks and format and implement single register reads and writes. -- Commit: seco-ne/kernel/linux-imx-kuk@e2955b6a bus:ac97: Add GPIO reset functions to AC97_BUS_NEW Added functions to use GPIOs for the AC97 as fallback mode when the reset call backs of the AC97 controller are not set. The functionality is based on the implementation of ac97_bus.c.
-
- Oct 20, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@9f808f72 dts:trizeps8plus: Disable VPU The VPU is currently not working, disable it to enable SW decoding by default. BCS 746-001087
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@5f217ff8 files: Fixed access permissions of driver files (cherry picked from commit 3b5b35030b19b27ed4ebcc36eb78c0ed863a528b)
-
- 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 12, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@1330fad5 MC3: Fix missing LPDDR4 RAM setting During integration of MC3 LPDDR4 RAM settings with 3733 MTS Trizeps RAM settings for some reason one line of the MC3 RAM settings got lost, resulting in training for 400 MTS to fail on MC3. This patch re-insert the missing line. Now MC3 400 MTS training is working again.
-
- Oct 10, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@c8d34053 dts:mc3: Added status and panic LEDs (cherry picked from commit 6463eac2dbf78bf830c9da28e1fccb9bc2d09626)
-
- Sep 28, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@36e07a27 trizeps8plus/mc3: Add fuse decoding for RAM size The code to readout the fuses that define the installed RAM size have not been implemented for trizeps8plus. Merged the related code from trizeps8mini into the trizeps8plus board file and adapted the defines to use 1GB Ram without fuses, used for MC3. The PHYS_RAM_SIZE define is now set to 3GB as this is also used to define the RAM mapping, where 3GB is addressable. BCS 746-001065
-
- 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
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@e23fb18b dts:mc3: Enabled GPUs and VPUs Enabled the 2D/3D GPUs and the various VPUs on the i.MX8MP. BCS 746-001060
-
- Sep 22, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@e5db3c18 cmd:guf: Disabled debug output
-
Tobias Kahlki authored
The linux-guf package has been renamed to linux-seconorth. Added linux-seconorth to the SRCREV.conf file. Change-Id: Id354a4411146e770e21275b9eb603c81d8acf8e9
-
- Sep 21, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@f2d5cd89 mc3:dts: Enable ECSPI1 BCS 746-000942
-
- Sep 20, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@6e662a08 dts:mc3: Set correct backlight PWM period for lq057q3dc12 The backlight PWM period was wrong which prevented the display from dimming correctly.
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@f1f62734 dts:mc3: Add gpio-reset for usb type c high-speed switch BCS 746-000948 -- Commit: seco-ne/kernel/linux-imx-kuk@375358ce dts:mc3: Set usb mode of ptn5150 to DRP Set Rp to 330uA to advertise 3A at 5V in host mode. BCS 746-000948 -- Commit: seco-ne/kernel/linux-imx-kuk@a9a63d19 drivers:extcon:ptn5051: Add devicetree properties for usb mode and Rp 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 -- Commit: seco-ne/kernel/linux-imx-kuk@80b24df8 dts:mc3: Enable otg mode on usb-c port After driver customizations we can use the usb-role class scheme to enable the otg mode. BCS 746-000948 -- Commit: seco-ne/kernel/linux-imx-kuk@0de731c9 drivers:extcon:ptn5051: Change probing order 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 -- Commit: seco-ne/kernel/linux-imx-kuk@70afadb7 extcon: ptn5150: Add usb role class support 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> -- Commit: seco-ne/kernel/linux-imx-kuk@00534267 extcon: ptn5150: Add queue work sync before driver release Add device managed action to sync pending queue work, otherwise the queued work may run after the work is destroyed. Fixes: 4ed754de2d66 ("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 16, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@c432389c Removed rearrangement of the USDHC busses The USDHC busses had been rearranged, because we have a different pin mapping on the MC3 (as compared to the Trizeps modules and the DE). We now have a boot bus detection, which sets the correct bus for the boot scripts. This makes the rearrangement obsolete. Removing the rearrangement also fixes an error in the save function for the environment, which mixes the boot bus with the device tree definitions. BCS 746-000814 -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@fb5fcbc7 cmd:guf: Added boot bus detection to guf sub-system The boot bus detection sets an environment variable that contains the USDHC bus, from which U-Boot was started. The variable is used in the search for the boot scripts and prevents U-Boot from mixing up the eMMC and SD-Card. BCS 746-000814
-
- Sep 15, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@2f764520 dts:panel: Fixed data mapping for lq057q3dc12 The lq057q3dc12 runs with a jeida-24 data mapping. BCS 746-000951 -- Commit: seco-ne/kernel/linux-imx-kuk@a3af12be dts:panel: Added optional panel-dt node for lq057q3dc12 Added an optional node with panel-dt settings for the lq057q3dc12. BCS 746-000951 -- Commit: seco-ne/kernel/linux-imx-kuk@865f6727 drm:panel: Ported panel-dt driver from i.MX6 kernel 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.
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@14ab9f8a dts:mc3: Enable device mode on usb-c port 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 12, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@50a24cfe spl: Print selected config ( devicetree name) during startup
-
- Sep 09, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@5d30a834 dts:mx8mp: Added HDMI devicetree include for i.MX8MP The include file enables the various HDMI related nodes of the i.MX8MP. (cherry picked from commit 4327469619656276221c6b48013e67aec55c493e)
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@72b70c39 mc3: distinct between mc3 and trizeps8plus during spl boot -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@1b5b617d add basic MC3 support This patch adds basic MC3 support to U-Boot. Note: This currently only partially integrates with Trizeps VIII Plus support and in several places still breaks the Trizeps support. This still needs quite a bit of clean-up, esp. regarding: * eMMC configuration * pun-muxing * separate DTs -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@af12e8a8 bootselect: Add rtc and gpio for mc3, fixed 'high active' mode for bootmode gpio -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@49be8343 dts:mx8mp: Change order of mmc -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@a1eebf1c dts:mx8mp: Fixed error on eMMC due to missing pull-up The pull-up of the CMD line of the eMMC isn't placed on the hardware. Therefore, the internal pull-up of the pad is required, for the CMD line to function properly. Also increased the clock rate to 400 MHz (see NXP EVK) and assigned the correct regulators (the eMMC uses fixed power rails for 1.8 V and 3.3 V). Cherry-pick from linux-imx-kuk c8c74463 and 482dc0dc -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@ba5e2bf8 config:dts:mc3: Added separate devicetree for MC3 -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@11b4ff7d maincontroller3: Initial modifications to boot mc3 Boots fngsystem (kernel 5.15) via uuu The modifications are taken from Marcs diff (US 746-000812). I just had to reenable the FASTBOOT functionalities in configs/trizeps8plus_defconfig. Keep in mind that the correct bl31 binary is required.
-
- Sep 08, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@01e4dc24 dts:mc3: Added current state of the AC97 development The AC97 part of the MC3 DTs is the current state of the development/testing. BCS 746-000955 -- Commit: seco-ne/kernel/linux-imx-kuk@89ae9452 arm64:dts: Spun out the lq057q3dc12 from the MC3 DT 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
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@a5d2b9ff dts:mc3: Corrected value for VIN regulator voltage -- Commit: seco-ne/kernel/linux-imx-kuk@b3ae7456 dts:mc3: Add support for USB type A 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
-