summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * imx-base: Fix characteres included on backport by mistakeDaiane Angolini2021-09-131-7/+7
|/ | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* Merge pull request #859 from angolini/hardknott+bspOtavio Salvador2021-09-11104-1868/+4963
|\ | | | | Backport NXP BSP 5.10.35_2.0.0 to Hardknott
| * qcacld: Drop BSP supportTom Hochstein2021-09-119-168/+0
| | | | | | | | | | | | | | NXP has dropped support for qcacld, plus the code is not compatible with 5.10, so drop BSP support. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx8mm-evk.inc: Drop qca9377Tom Hochstein2021-09-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build for kernel-module-qca9377 is broken: ``` | /.../yocto/master/build/tmp/work/imx8mm_lpddr4_evk-fsl-linux/kernel-module-qca9377/3.1-r0/git/CORE/SERVICES/COMMON/adf/linux/adf_os_dma_pvt.h:104:25: error: 'DMA_ATTR_NON_CONSISTENT' undeclared (first use in this function) | 104 | DMA_ATTR_NON_CONSISTENT); | | ^~~~~~~~~~~~~~~~~~~~~~~ ``` The Linux API here is changed for 5.10, so the i.MX fork is now incompatible. Nothing suitable is found in Qualcomm's source either, so drop qca9377. Fixes: #851 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * xorg-xserver: Remove a patch already applied upstreamDaiane Angolini2021-09-111-1/+0
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * imx8mq-evk.conf: Drop redundant gstreamer preferred versionTom Hochstein2021-09-111-7/+0
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-base.inc: Set gstreamer preferred version to 1.18.0[.imx]Tom Hochstein2021-09-111-5/+7
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * tinycompress: Add recipeTom Hochstein2021-09-116-0/+1675
| | | | | | | | | | | | Add tinycompress, a library to handle compressed formats like MP3. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-gst1.0-plugin: Upgrade to 4.6.1Tom Hochstein2021-09-111-17/+14
| | | | | | | | | | | | Includes switch to meson. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * gstreamer1.0-rtsp-server: Upgrade to 1.18.0Tom Hochstein2021-09-111-5/+3
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * gstreamer1.0-libav: Upgrade to 1.18.0Tom Hochstein2021-09-112-70/+24
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * gstreamer1.0-plugins-ugly: Upgrade to 1.18.0Tom Hochstein2021-09-111-3/+7
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * gstreamer1.0-plugins-bad: Upgrade to 1.18.0.imxTom Hochstein2021-09-111-18/+6
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * gstreamer1.0-plugins-good: Drop non-functional overridesTom Hochstein2021-09-111-3/+0
| | | | | | | | | | | | | | The bbappend overrides a non-existent variable PACKAGECONFIG_GL. The values set by the override do not exist either, so just drop the bbappend. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * gstreamer1.0-plugins-good: Upgrade to 1.18.0.imxTom Hochstein2021-09-111-4/+2
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * gstreamer1.0-plugins-base: Align bbappend with 1.18.%Tom Hochstein2021-09-111-0/+0
| | | | | | | | | | | | | | The layer uses 1.18.0.imx locally and 1.18.4 upstream, so align the bbappend. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * gstreamer1.0-plugins-base: Upgrade to 1.18.0.imxTom Hochstein2021-09-119-589/+71
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * gstreamer1.0: Upgrade to 1.18.0.imxTom Hochstein2021-09-1113-439/+465
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * alsa-lib: Fix fuzzDaiane Angolini2021-09-114-14/+18
| | | | | | | | Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
| * xserver-xorg: Backport pixmap fixes for GLESTom Hochstein2021-09-119-0/+1878
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-gpu-viv: Drop empty Wayland packagesTom Hochstein2021-09-111-17/+0
| | | | | | | | | | | | | | The functionality of libwayland-viv-imx and libgc-wayland-protocol-imx was moved to libegl-imx some time ago, so drop the empty packages. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-gpu-viv: Move CL/cl_viv_vx_ext.h to main packageTom Hochstein2021-09-111-1/+1
| | | | | | | | | | | | | | The header file `/usr/include/CL/cl_viv_vx_ext.h` is needed at runtime, so move it to the main package `libclc-imx`. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-gpu-viv: Inhibit sysroot strippingTom Hochstein2021-09-111-3/+4
| | | | | | | | | | | | | | | | | | The binaries are already stripped, so inhibit sysroot stripping. Fixes multiple warning messages like: WARNING: imx-gpu-viv-1_6.4.3.p2.0-aarch64-r0 do_populate_sysroot: File '/usr/lib/libGLES_CL.so.1.1.0' from imx-gpu-viv was already stripped, this will prevent future debugging! Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-gpu-viv: Cleanup FILES_libnn-imx*Tom Hochstein2021-09-111-3/+2
| | | | | | | | | | | | | | Certain libnn-imx libraries and headers were moved to nn-imx recipe. Note that nn-imx currently exists only in meta-imx layer. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-dpu-g2d: Upgrade to 1.9.2Tom Hochstein2021-09-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2043f5e MA-18905 Fix NV12 tiled+interlaced to NV12 Linar output not correct issue. dec91a5 MGS-6047-4 [#ccc] G2d - add support for multiplane destination formats 530834d MGS-6068 [#ccc] [i.MX8QXPC0-MEK@Linux_IMX_5.4.70-2.3.0 Q4 RC1]imxvideoconvert_g2d 6f000cd MA-12001-2 Fix dpu_test build fail on android 3a7b8d4 MA-18242 configure vscale setup factor2 for bob deinterlace e59edc7 MGS-6114 [#ccc] [QNX] - add support for dpu register locking c4784ec MA-12001 Fix Android emulator build error 9fe13fb MGS-6047-3 [#ccc] G2d - add support for multiplane destination formats 43b1eb4 MGS-6047-2 [#ccc] G2d - add support for multiplane destination formats 30f3ece MGS-6047-1 [#ccc] G2d - add support for multiplane destination formats 0dfcf62 MGS-5942 [#ccc] G2D - add support of caching allocated buffers db7e627 MGS-6062 [#ccc] [G2D] YUV rotation is slow Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * kernel-module-imx-gpu-viv: Upgrade to 6.4.3.p2.0Tom Hochstein2021-09-111-4/+4
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-gpu-g2d: Upgrade to 6.4.3.p2.0Tom Hochstein2021-09-111-6/+6
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-gpu-viv: Upgrade to 6.4.3.p2.0Tom Hochstein2021-09-114-10/+10
| | | | | | | | | | | | | | See the change log for more details: https://source.codeaurora.org/external/imx/imx-manifest/tree/GraphicsChangeLogv6?h=imx-linux-hardknott Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * alsa-lib: Fix imx-cs42888 model name, fix fuzzTom Hochstein2021-09-114-43/+42
| | | | | | | | | | | | The model name for the i.MX CS42888 sound card is imx-cs42888. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx8mp-evk.inc: Make jailhouse specific to NXP BSPTom Hochstein2021-09-111-2/+3
| | | | | | | | | | | | | | Align the jailhouse enablement for i.MX 8M Plus EVK with the other 8M EVK machines, making jailhouse specific to NXP BSP. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * kernel-module-isp-vvcam: Upgrade to 4.2.2.13.0Tom Hochstein2021-09-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 47588cb fix run isp with gpu system hang 4cba67a fix M865SW-752:dual basler ISP no output after run resolution switch f1d6fd1 fix M865SW-752:ISP no output after run resolution switch d24fcba Update Release P12 from Verisilicon 1400059 Update Release form Verisilicon 560ab3d fix capture raw no effect 1898992 M865SW-718 fix v4l2 v4l2-compliance report gpu error 3155f87 M865SW-665 buf may be in use when buf free 573818f modify M865SW-703 b1660aa M865SW-703 Use reversed memory only for tuning tool fd65a5a Update Release form Verisilicon 49d6095 replace VFL_TYPE_GRABBER with VFL_TYPE_VIDEO for kernel 5.10 87bb1e6 Update release form Verisilicon b1b6c27 Update release form Verisilicon 2f1b024 Release form Verisilicon ed598eb Release form Verisilicon acf619c Removing files for import 26fc8dd update the build script 35a3a55 Release form Verisilicon eeacd33 Removing files for import be06526 change all mode to same flip mirror 7961df8 update native sensor set wb ca5d76f fix set sensor sub blc no use 7af7840 native sensor set wb e749c3d extdmaqueue need to be initalized out of the MACRO ENABLE_IRQ deaa49f add set sensor blc a2f4915 add set long exp and gain 1220f2a raw format support 08a10de change raw10 and raw12 lsb alignment ff63273 fix bug in tuning test 9dbc2f9 1.fixed the bug that random hang after 30 cycles run stress case of mediaserver 2.add the number to enum ISPIOC for the convenience of developers Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * basler-camera: Upgrade to 4.2.2.13.0Tom Hochstein2021-09-111-3/+3
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * isp-imx: Upgrade to 4.2.2.13.0Tom Hochstein2021-09-112-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a52c0446d change version number to p13 800e0f8d8 Fix M865SW-753:copy sensor init txt just for native a4210be47 remove unused VVCAM_PARAMS ad8728441 add dual basler camera mode 4 for 1080p25hdr eea1908b8 cleanup the build script da5bd492b remove vvnative which is only for local test c725c6266 Revert "cleanup for unused config file" a399dbd70 cleanup for unused config file 1bd986e2d Remove basler binary driver from source build 98ef8c98a New partial build partial_release_20210430_4.2.2_p12 31d26c84d Update Release P12 from Verisilicon c82e5b9bb limit basler camera resolution to 1080p when ov5640 is also used 8c9825a6d add a trailing '/' for file search in directory f101a6a64 Update Release form Verisilicon fbfe4fda0 add a blank line for good readability 91663d97c enlarge the StartLimitBurst 0c3dc6a6e add explanatory to the tunning example for video_test 365e7f8f5 BSLRM865-124: improve the running example for video_test 253818b3f Segment error caused by DTS modification a8a906d4d M865SW-703 Use reversed memory only for tuning tool 7c40835b2 Remove basler binary driver from source build 9bf7ff1ba BSLRM865-131 fix crop seems scale aee50d3d0 imx8-isp.service: do not prevent restart of service 3232149ac run.sh: fix bashism 5fbf584d2 Removing action for copying run-imx.sh as it's gone 860346a5d Update Release form Verisilicon f5b3c8783 MLK-25354 add user description for dual basler cameras 85ab6c183 update run script to work with P10/P11 19fb6591b update run script to same as P6 daba60f02 update Release form Verisilicon Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-vpu-hantro-daemon: Add Hantro V4L2 daemonTom Hochstein2021-09-113-0/+67
| | | | | | | | | | | | Add userspace daemon needed by Hantro VPU driver for V4L2. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-vpu-hantro-vc: Upgrade to 1.4.0Tom Hochstein2021-09-111-4/+4
| | | | | | | | | | | | | | | | | | 5d79111 MA-18966-5 [Android] video can't been play when use GKI image 9068e9d Merge yocto build workaround about linux version 3c75df3 Replace ion with dmabuf heaps for VC8000E ed4744a MA-18617 Rebuild vc8000e library for L5.10 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-vpu-hantro: Upgrade to 1.22.0Tom Hochstein2021-09-113-89/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4bce755 MA-18860-2 Enable H265 VP9 secure pipe line 8ef26ec MA-18860 Enable H265 VP9 secure pipe line c3fea31 M865SW-737 [VPU/G1G2] RV shouldn't report "DEC_ABORT" if get rpr_buf_idx failed 65bad6d M865SW-636 [VPU/G1G2] H264: fix seg fault at h264bsdResetStorage() 6138127 M865SW-728 [VPU/G1G2] decoder: luma size calculated incorrect for VP9 tiled output 71841a9 M865SW-605 [VPU/G1G2] decoder: Support secure video decoding 9430b52 M865SW-725: [VPU/G1G2] handle some hevc streams that bit-depth changing de7faff M865-682-9: [VPU/G1G2] move Vp9DecRemoveBuffer define location 12da6e6 M865-682-8: [VPU/G1G2] add SateRest into RemoveBuffer e6a9e89 M865-682-7: [VPU/G1G2] fix coverity issue 016adac M865-682-6: [VPU/G1G2] empty dpb buffer before remove 64c2742 M865SW-698 [VPU/G1G2] some kinds of vp9 stream with dtrc output foramt met hang dfe6ea9 M865SW-671 [VPU/V4L2] decoder: seek a resolution changed vp9 stream meet decoding error 91aa05e M865SW-682-5: [VPU/G1G2] fix issue for VP8/VP9 fd73b00 M865SW-693: [VPU/G1G2] VP8 unit test easily segment fault for resolution change clips 7755483 M865SW-682-4: [VPU/G1G2] fix trick mode issue for VP8 34feb35 M865SW-682-3: [VPU/G1G2] fix issue for G1 decoder and HEVC c01cf78 M865SW-522 [VPU/G1G2] decoder: Occurs segmentation fault at H264SetupVlcRegs() f8b2423 M865SW-682-2: [VPU/G1G2] extend API "XxxDecRemoveBuffer" in unfied_sw/decoder_sw 010b83d M865SW-682: [VPU/G1G2] extend API "XxxDecRemoveBuffer" in unfied_sw/decoder_sw 2c556f0 [VPU/G1G2]: merge yocto build workaround about linux version f18167f [VPU/H1]: merge yocto build workaround about linux version d936809 [VPU/G1G2]: Replace ion with dmabuf heaps for G1/G2 ae7b0b2 [VPU/H1]: Replace ion with dmabuf heaps for H1 2317103 M865SW-604: [VPU/G1G2] decoder: failed to decode to dtrc if sps and pps are transferred separately d00bd0b M865SW-656 [VPU/G1] vc1 met hang for some case which has repeat feature e809a90 M865SW-557 [VPU/G1] vp8 decoder get error in dpb_render_buffer: Assertion `id != -1' failed 7e65b5a M865SW-578/M865SW-622: [VPU/G1] Fix segmentation fault issue of one h264 stream 0fa47c3 NVJM850-56 playback fail for one sequence change stream. 2682560 M865SW-586-2: [VPU/G1] VC1: add new API to handle no start code for VC1_G format bf18d25 M865SW-586: [VPU/G1] VC1: add new API to handle no start code for VC1_G format 8e79720 M865SW-562: [VPU/G1] RV: set actual 'HWIF_STRM_START_BIT' through SetDecRegister() 8f210d3 M865SW-231: [G1/G2]: Avoid use virtual YUV buffer address as handler to support security mode Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-test: Upgrade to NXP release 5.10.35-2.0.0Tom Hochstein2021-09-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e55c83b LF-673:mx6s_v4l2_cap_drm.out:fix double free Abort issue b4fe35b MLK-25419 mxc_v4l2_vpu_test: decoder: refine operation of find video device 393c8de MLK-25272-5: mxc_v4l2_vpu_test: add rfc/rfcx/nv16 format 408da7e MLK-25272-4: mxc_v4l2_vpu_test: encoder: support 10bit dtrc 3f5852a MLK-25308 mxc_v4l2_vpu_test: refine convert for malone decoder 0c5acdd MLK-25294 mxc_uart_test: fix the buffer overflow of local buf 84395a7 MLK-25286 mxc_v4l2_vpu_test: handle special stream that contian SPS/PPS only c85b54c MLK-25235-5: mxc_v4l2_vpu_test: improve decoder parser 3fead07 MLK-25272-3: mxc_v4l2_vpu_test: encoder: add changing bitrate dynamically a979b50 MLK-25272-2: mxc_v4l2_vpu_test: encoder: add force key frame e155880 MLK-25272: mxc_v4l2_vpu_test: encoder: implement roi and ipcm 2e82ea4 MLK-25231-2:mxc_v4l2_vpu_test: encoder: exit test when pollerr or codec error event 9dc18aa MLK-25235-4: mxc_v4l2_vpu_test: improve parser of h265 12ec2ae MLK-25225-3 mxc_v4l2_vpu_test: add VP6 decoder format parser a6a6db6 MLK-25225-2 mxc_v4l2_vpu_test: set parser memory type 8df7236 MLK-25235-3: mxc_v4l2_vpu_test: encoder: improve the parser of finding start code f415861 MLK-25235: mxc_v4l2_vpu_test: encoder: improve the parser of finding start code 3d01f60 MLK-25235: mxc_v4l2_vpu_test: encoder: improve the parser of finding start code 20b364e MLK-25231:mxc_v4l2_vpu_test: encoder: handle POLLERR event afb9a7b MLK-25227 mxc_v4l2_vpu_test: encoder: add VP8 format 2fbd5e4 MLK-25225 mxc_v4l2_vpu_test: add more decoder format parser ce5418b MLK-25203:[8QM_MEK/8QXP_MEK]mxc:vpu_malone: align custom interface to imx_vpu.h 101707c MLK-25213:[8QM_MEK/8QXP_MEK]mxc:vpu: unittest update copyright e23ea2c MLK-25193:[8QM_MEK/8QXP_MEK]mxc:vpu_windsor: unittest set crop using VIDIOC_S_SELECTION instead of VIDIOC_S_CROP 6b460e1 unit_tests: mxc_v4l2_test: m2m: add help info for isi m2m crop usage 082ef5c mxc_v4l2_test: m2m: add G/S_SELECTION test case support for isi mem2mem 7d03379 unit_tests: mxc_v4l2_test: capture: add help info for crop usage 3891fd4 unit_tests: mxc_v4l2_test: capture: add G/S_SELECTION test case support 6081e27 LF-2966: mxc_tuner_test: Add commad to get sound card number Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-seco-libs: Upgrade to NXP release 5.10.35-2.0.0Tom Hochstein2021-09-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 44caf51 HSM-590: license update 9da5d5a V2XA-687: add the support of BR256T1 to key exchange 0d5b232 HSM-558: hsm_prepare_signature specify max number of pre-calculated values 4bddb34 V2XA-687: remove BR256T1 support from some API 501203b V2XA-654: add tests for standalone butterfly key expansion a5620c0 V2XA-654: standalone butterfly key expansion 784f861 V2XA-654: standalone butterfly key expansion API ecf2715 V2XA-648: add SM2 support to butterfly key expansion and pubk reconstruction services 35bfeaa HSM-555: fix indentation 7f37241 HSM-555 reopen nvm session when read fail from mu 2bea9d9 HSM-557: fix segment fault when run not in root 00ab3f1 HSM-552: specify min_mac_len FIPS approved mode constraints c565919 HSM-524: she_api_document 1.3 hsm_api_document 3.7 105951b V2XA-567: remove tests refering to previous implementation b6e84aa Key exchange for KEK generation supported on QXP. 789544a V2XA-628: initialize missing fields in key_exchange API calls 01f19fb HSM-476: allow V2X abort respons (2 words) 713dd56 HSM-476: add FATAL error definition 56c0427 HSM-461: Clarify that auth_enc IV flags are only for encryption operations 4d06665 HSM-476: allow retries on NVM errors eb50867 HSM-481: clarify hsm_tls_finish support b927ff4 HSM-481: hsm_api_document 3.2 amendment fc52d67 HSM-473: fix build c4e40e4 V2XA-567: add tests for AES GCM IV enhancement a51e6ad HSM-473: Add support for per-key min mac length 7069412 HSM-461: specify IV constraints for key injection 8f88b3b HSM-461: doc updates 5731389 HSM-461: Reformat revision history entry for version 3.3 831d398 HSM-461: Clarify API usage for auth_enc based on review comments e4c87f4 HSM-461: Add enhancements to AES GSM IV generation fe47c46 HSM-460: Specify that TLS_FINISH flags are not supported for DXL a56da9c HSM-460: Add EMS option in key exchange for TLS KDF 55c8e04 HSM-454: Add hsm_tls_finish message, update hsm_key_exchange usage Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-seco: Upgrade to 3.8.1Tom Hochstein2021-09-111-4/+4
| | | | | | | | | | | | | | - SOC Support: QXP B0/C0, DXL A1 - Fix bug preventing set/get boot state commands handling when in error state Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-sc-firmware: Upgrade to 1.9.0Tom Hochstein2021-09-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 58865b981 SCF-105: Update RN. 858678443 SCF-105: Update EULA. c609beec0 SCF-105: Update RN. 279d5a949 SCF-758: Check SECO version before sending SCFW ready message. d0cfc6006 SCF-105: Update docs on SECO events. cd28bb238 SCF-105: Update RN. f62c4449f SCF-756: Workaround SECO power state error. c9ad0c44f SCF-105: Update more copyrights. 796d44377 SCF-105: More copyright updates. ee13413ed SCF-105: Update copyrights. 15dbaa9b4 SCF-105: More pad doc updates. 964d8e827 SCF-105: Add more docs on pads and on wdog out. 25c9101b7 SCF-105: Update RN. e961c2fc3 SCF-105: Make both SPL and NOSPL image for cockpit. 2d22029c8 SCF-105: Add docs on ROM patching. 917dc8c2a SCF-105: Make cockpit image NOSPL. 6095bf08c SCF-105: Build cockpit image for test files. 2c0fcc794 SCF-105: Update RN. 2bfed3106 SCF-105: Change eCockpit to Cockpit. 33ef0f43c SCF-105: Update EULA. ba1969f7d SCF-105: Update RN. b6ce63a71 SCF-741 Add errata number to track timestamp issue c7e7187c4 SCF-105: Add note on DXL rom patch. 419f072a9 SCF-105: Use yb2 branch. 3bc8e9a99 SCF-105: Update RN. 0e31616b1 SCF-105: Use 5.10.Y 2.0.0 mkimage branch. d18d069a9 SCF-755 Enable Spread Spectrum support in PCIe DPLL 114461261 SCF-105: Update RN. 694316b2a SCF-749: Add MEMC docs. 93083e370 SCF-747: Support SECO FW v3.8.1 and V2X FW v1.1.0. 1b69f53e0 SCF-105: Update RN. f7c9f607a SCF-105: Test print fix. 3143bf932 SCF-746: Fix issue with V2X test an V2X=NO. 52bba3ae4 SCF-105: Minor dox updates. Update RN. 811fff5f7 SCF-105: Update guide on Zebu usage. 61f933852 SCF-105: Update guide. 6ea33be88 SCF-748: Fix todo comment. cdd8037c1 SCF-753: Update LSIO to check power state of MU users before reset. f50666d9a SCF-729: Add more eCockpit docs. f1b849d38 SCF-105: Update RN. 5ae761c0a SCF-752: Check ownership on CAAM JR API call. 0ea113854 SCF-752: Support config on CAAM JR AMTD and LAMTD. cb64cd4ac SCF-748: Some initial changes for DXL B0. 874ebf5d8 SCF-740: Fix build issue with DQS2DQ. 19852e496 SCF-105: Update RN. c433be7ed SCF-105: Add issue type ro release status. 3432d47ce SCF-105: Fully qual Linux test machine name. 0969105a3 SCF-105: Update RN. f644c1f04 SCF-105: Add missing to release list. 2fc2a1dfa SCF-105: Highlight missing patches in dashboard. 671d00494 SCF-105: Add branch to release dash. a4d7f3e1f SCF-105: Dash update. 8d3d92166 SCF-105: Update RN. 159dfa0db SCF-105: Update board docs. 8cba6d1fb SCF-750: Fixed CBT code from overwriting DDR PHY registers 84c321873 SCF-105: Update RN. 586924fb7 SCF-105: Update docs on board resources. ff84c51eb SCF-743: Update API version. 243e494b8 SCF-743: Send client IRQ on V2X reset. 02c024853 SCF-740: Remove unused monitor command. 22280d760 SCF-746: Fix RNG start message error return. 8fe6812e0 SCF-744: Fix MU power down message size. d18f77b12 SCF-105: Update RN. 44f6012e9 SCF-746: Fix MISRA issue. 594b6492a SCF-746: Send TRNG start message. c8c117156 SCF-105: Fix missing releases in dashboard. 09c7c6cb5 SCF-741: Fix timestamp test. 97f8b6884 SCF-105: Update copyright of modified files. 4575962fe SCF-105: Spellcheck fixes. ffac6fd26 SCF-729: Add eCockpit docs. aaff23804 SCF-729: Remove todo in eCockpit board file. 07521ac61 SCF-105: Update RN. 837ce9e7b SCF-105: Update link to MX9. 9965e1551 SCF-105: Fix dash issue. f81f18669 SCF-105: Fix dash. 4417e850b SCF-105: Add i.MX9 wiki. a138ba09e SCF-744: Send V2X message on MU power off. Update ID and MU bit usage. 68c66959b SCF-743: Allow board reboot on V2X serious error. 4eacbf626 SCF-105: Update docs. 03b32cf86 SCF-741: More MISRA fixes. 7201cbfeb SCF-105: Update RN. 9c2a6538a SCF-741: MISRA fixes. Clean-up. 116ed0db3 SCF-743: Fix MISRA issue. f0074a2fd SCF-741 Fix RM test failure 9ead7da24 SCF-105: Add docs on FlexSPI programming. 05857da58 SCF-741 Timestamp does not start in LP modes 192b64689 SCF-105: Update wiki link. 9115a3986 SCF-743: Add V2X abort. Board.c callout for aborts. 3e3cae383 SCF-105: List QXP SECO versions in wiki. e5455937c SCF-739: Update SECO versions. 94ad0ca32 SCF-741: Add timestamp test. 965d6ee6e SCF-105: Update docs. 537f190c1 SCF-105: Update RN. aaa068538 SCF-735: Move interrupt for V2X clocks to GI2. dec196fd0 SCF-740: Wrap calls to DQS2DQ functions. 31fc101c0 SCF-105: Fix whitespace issues. a13090805 SCF-105: Update RN. 40d6bca0b SCF-105: Update functional PW. 771b6693e SCF-105: Save backup list of releases. 36fd3e864 SCF-60: MISRA fixes. e3ad067b1 SCF-105: Add back GA2 to release page on dashboard. 57a6b72f4 SCF-735: Add message to tell SECO we are up. 141bc88ea SCF-738: Add MU/ID assignment messages to SECO. 6a243f56d SCF-735: Enable SECO MU IRQ at NVIC. 42342be67 SCF-105: Update some comments. 17e3918f9 SCF-736: Add SECO aync abort. abe247a6f SCF-737: Disable V2X auto clock gating on SECO passthrough call. 49c2fdc42 SCF-735: Add SECO IRQ for clock gating control. 6c0e58c5d SCF-105: Add more info on the button. ae6b886f7 SCF-734: Fix cmd issue for SECO dump. 9f48bd37d SCF-734: Allow SECO dump after abort. 0a9cf1422 SCF-733: Fix OOB check on RNG change. ac679d7c6 SCF-105: Update RN. 2f80f9d5d SCF-733: Provide option for SCFW to not start the SECO RNG. bdfdb96e4 SCF-105: Update docs. e34ac4353 SCF-105: Use latest doxygen. a887f0f70 SCF-105: More AS updates. fe0688507 SCF-105: Add info to the arch spec. f6be0e6c4 SCF-732: Add SECO data logging. 00810ae31 SCF-105: Update EULA. 1848b7ba7 SCF-732: Add logger for MU events. 2295db7a0 SCF-731 Update LPDDR4 DCD to set VTCR1.ENUM=0 to improve Host VREF training 4c1dd13f9 SCF-729: More eCockpit clean-up. dd9c7cce9 SCF-730: Fix test issue. f7d279f29 SCF-730: Flush V2X debug response. 9dde582d6 SCF-730: Update API version. 9eb3f8d37 SCF-730: Add new mono counter API. 45ff700f0 SCF-729: Fix build break. 1cee85043 SCF-729: Optimize size of cockpit split. dd94a6c52 SCF-729: Update M4 partition code. 7cb820532 SCF-729: Minor clean-up. 997aba3a5 SCF-729: Eliminate unused DCD files for eCockpit. ff3442eb7 SCF-729: Add i.MX8QM cockpit board support 11a7082e7 SCF-105: Fix tickets missing as they have no commit. b46f5f357 SCF-105: Add link to Linux release table. d6a84be39 SCF-105: Fix spelling issues. 364e5be21 SCF-105: Fixes for Ubuntu 20.04. 8118e2aa6 SCF-105: Add comment in guide for streaming bunzip2 to dd. ff34a4b78 SCF-105: Fix dox issue. b4c4494f5 SCF-105: Fix file encoding issue. 00190c180 SCF-726 Ensure MEMC is powered off in KS1 after A35 reboot on DXL 6c8d4ce52 SCF-105: Fix spelling errors. 7ae3906db SCF-105: Update docs. 036283ad1 SCF-105: Fix missing files. 59aef7b77 SCF-725: Support SECO FW v3.7.5 for QXP C0. b6b5600ef SCF-724: MISRA fix. 6e0679358 SCF-105: Update docs. d8500aaa3 SCF-724: Protect against FSPI0 hazards during reboot/LPM flows d07dfa2fb SCF-105: Update NxDI instructions. d38fbc766 SCF-105: Support NoPatch and Critical JIRA labels. a633839db SCF-105: Update RN. 9ec1456f8 SCF-697: Move V2X_PID0 to SECO. Allow SECO to access V2X memory using non- secure as there seems to be a HW issue. 8c1267f41 SCF-105: Fix commit ID in VERSION file. 66103568a SCF-105: Remove comments for MX8.5. 028686389 SCF-105: Move master to 2021q2. 88028bbed SCF-105: Update to 2021. 54a467b9b SCF-105: Restart RN for next release. efe1936e3 SCF-722: Support new DXL SECO and V2X FW. cb6ea586f SCF-718 Fix freeze mode failure in Linux eb9f30923 SCF-105: Update RN. 8b37c1782 [SCF-721] Updated LP4 CBT DCDs MR13 and rev'd version# 86a28364f SCF-720: Fix incorrect reset bits handling in DDR config files 0cc20dacd SCF-719: Fix MISRA issue. a2676a409 SCF-719: Fix cppcheck issue. 4d44e03ab SCF-719 Ensure MTR is not run for SS powered by ROM 72b4e7bc1 SCF-105: Update RN. ee0854d4b SCF-718: Fix MISRA issues. 44aede3ec SCF-708 Ensure PMIC voltage and bias is set during reboot 7fbc1a8ce SCF-718 Remove commented lines 4e6b899fd SCF-718 Fix Linux reboot issue 030738d36 SCF-60: REmove HIS rules. 8a290eeb5 SCF-105: Update artifact order. 07507f084 SCF-105: Use links to git repo for release images. e795a1d5e SCF-105: Add command to copy artifacts to git. 353dccee8 SCF-105: Fix minor dox issues. 66a9d4d01 SCF-105: Add PM section for Cortex-M4 8423267c5 SCF-687: Fix DDR stress test issue. 020bcae94 SCF-105: Clarify SNVS LPGPR usage. a83796fc2 SCF-708: Use RFF power control to detect prior logic/memory retention 3ad3867e6 SCF-105: Update dashboard. f22645963 SCF-105: Add DXL.V2X FW info. 09fffbb9e SCF-105: Add SECO FW version to release dashboard. c9e4a6e31 SCF-105: Add V2X FW version. daa201240 SCF-105: Update to get last dir. cae59a43d SCF-105: Add script to copy releases to git. dd4102743 SCF-105: Fix dox update. a09ca4070 SCF-105: Update docs on setting clocks. 9905a8005 SCF-105: More TP updated. f448a7359 SCF-105: Update TP. 3c7db45d2 SCF-708 Handle FSPI boot device case e72418195 Revert "SCF-712: Enable LPDDR4 periodic dqs2dq and set SENSIVITIY=0 for testing purposes" 9146894cc Revert "SCF-712: Turn off DDR debug messages for now." 3ace4fb54 SCF-543: Include V2X image offset with dummy address to align with SCU ROM 0c44e2679 SCF-105: Update RN to 2021 Q1. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-mkimage: Drop dcd files from deploy folderTom Hochstein2021-09-111-14/+1
| | | | | | | | | | | | The dcd files are apparently not needed and can be dropped. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * imx-mkimage: Upgrade to 5.10.35-2.0.0 releaseTom Hochstein2021-09-111-4/+3
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * firmware-imx: Upgrade to 8.12Tom Hochstein2021-09-114-3/+3
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * u-boot-mfgtool.inc: Align SPL_IMAGE and SPL_SYMLINK with OETom Hochstein2021-09-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deploy task of u-boot-imx-mfgtool fails due to the incorrect addition of an 'spl' sub-folder: ``` install: cannot create regular file '.../tmp/work/imx8mq_evk-fsl-linux/u-boot-imx-mfgtool/2021.04-r0/deploy-u-boot-imx-mfgtool/spl/u-boot-spl.bin-imx8mq-evk-mfgtool-2021.04-r0-mfgtool-2021.04-r0': No such file or directory ``` The customization of SPL_IMAGE and SPL_SYMLINK for mfgtool should just add -mfgtool to the values defined in OE-core. Instead, the base SPL_BINARYNAME is changed to SPL_BINARY, which is why the extra folder 'spl' is in the path. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * u-boot-imx: Fix deploy bug for multiple UBOOT_CONFIG entriesTom Hochstein2021-09-111-1/+1
| | | | | | | | | | | | | | | | A for-loop iterating over entries in UBOOT_CONFIG incorrectly uses the full UBOOT_CONFIG variable in a binary name when the name should be specific to the current entry. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * u-boot-imx: Fix commentTom Hochstein2021-09-111-1/+1
| | | | | | | | | | | | A comment references mkimage but mkimage is no longer deployed. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * tsntool: update to 3111f7fTing Liu2021-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New commits: 3111f7f Pull request #22: cnc: add cbgen and cbrec functions 54a6554 cnc: add cbgen and cbrec functions b30a3fb demo:cnc: support parameter for devices GROUP_NAME 4444d30 cnc: demo: json format unifiy 107ec39 Update cnc demo README 3b69fb2 libtsn: fix the libtsn for third party 44f8c29 cnc: fix subprocess not response- not sure 61ab161 cnc: remove the devices list and set by the device neighbor table be944a4 cnc: remove some informations 5301380 cnc: fix ip6 resolve address e506476 cnc: fix the pmc not feedbach make hang 1a4099a cnc: remove more message 93885f6 cnc: fix global neighbors interfaces dynamic changes bca7435 cnc:add path show with color obviously b744065 cnc: fix switch can't do path check as end station d3770dd cnc: add path found 6775903 cnc: get path found frontend and restapi added 1bf2a2a cnc: frontend add path delay input 3f0b50e cnc: add frontend port delay code and showing the link tooltip dd9993e cnc: revert the graph1 for topology demo dd86c81 cnc: add support the backend code for link delay 5cdfd8f cnc: add support port delay for devices c3a26d2 cnc: add REST APIs for devices and topology a9ec1a9 cnc: add support topology support Signed-off-by: Ting Liu <ting.liu@nxp.com>
| * u-boot-imx: upgrade to 2021.04Peter Bergin2021-08-313-3/+3
| | | | | | | | | | | | | | | | | | Use the latest released version of u-boot-imx from NXP's release. For a full log of changes run this command in the repo uboot-imx: $ git log 185bdaaaf5644319284566e5c340927d28954a1a..3463140881c523e248d2fcb6bfc9ed25c0db93bd Signed-off-by: Peter Bergin <peter@berginkonsult.se>
| * u-boot-imx: align naming of u-boot-imx-common with u-boot-fslcPeter Bergin2021-08-312-1/+1
| | | | | | | | | | | | | | Follow the naming scheme of u-boot-fslc and add the version number to the common file. Signed-off-by: Peter Bergin <peter@berginkonsult.se>
| * imx-atf: Remove -O2 from CFLAGS for 8MQTom Hochstein2021-08-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The i.MX 8M Quad has only 64 kB of OCRAM, and the following build break is observed: ``` | aarch64-poky-linux-ld.bfd: /opt/work/upstream/fsl-xwayland/tmp/work/cortexa53-crypto-mx8m-fsl-linux/imx-atf/2.4+gitAUTOINC+ec35fef92b-r0/git/build-optee/imx8mq/release/bl31/bl31.elf section `coherent_ram' will not fit in region `RAM' | aarch64-poky-linux-ld.bfd: BL31 image has exceeded its limit. | aarch64-poky-linux-ld.bfd: region `RAM' overflowed by 4096 bytes ``` Fix the break by disabling -O2 optimization. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>