aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
2020-04-20correct freescale addresspyroPR
(cherry picked from commit 1d40ea34fc2c06af79fc59f6ea54f2e9335d61d6)
2018-03-06u-boot-qoriq: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06rcw: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06pkc-firmware: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06fsl-tlu: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-06boot-format: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-05imx-uuc: update to new git hash, where the patch is been accepted upstreamGianfranco Costamagna
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-05alsa-state: Add override to use with use-mainline-bspFabio Berton
Add use-mainline-bsp override to install asound.conf file to machines that use mainline bsp. Change-Id: I13e61bbabb163eeb3e3408ba47e8cd4954b41ba6 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-05imx-uuc: Fix missing build ldflags leading to QA issuesGianfranco Costamagna
Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-21Remove $COREBASE/LICENSE from LIC_FILES_CHKSUMChunrong Guo
Several recipes reference the LICENSE file in their LIC_FILES_CHKSUM variable as ${COREBASE}/LICENSE. This forces distribution providers to keep this file verbatim or to overload the affected recipes. The section "Moving to the Yocto Project 1.6 Release" in the Yocto manual suggests removing the LICENSE file where possible. Remove LICENSE in cases where COPYING.MIT is also given and replace LICENSE with COPYING.MIT if the former was the only entry. All modified recipes specify LICENSE = "MIT" and none of the in-tree files specify a different license either. As the packages do not change (the license files are not contained in them), do not increase PR. (From OE-Core rev: 0059e0661826c857a07c862bcb46162671e0e330) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-21imx-uuc: Bump revision to 1de598e7Otavio Salvador
This includes following changes: 1de598e Merge pull request #5 from lijunone/master a5a05da Update linuxrc 61a1449 Merge pull request #4 from mhei/fixes af76f6a uuc: fix format nitpick f8d0c75 uu.c: fix compiler warnings for unused variables 625c36e Merge pull request #2 from mhei/fixes e6304a7 Merge pull request #3 from lijunone/master c342fb0 linuxrc: add utp mass storage setup via configfs f9a8e97 uuc: fix some compiler warnings 65d8bf7 sdimage: use fsync before closing the device a977121 Add travis hint 03d64cf Small Makefile improvements 9a8c844 sdimage: no need to open image file R/W 592fdb6 sdimage: fix partition size check 3d4b3fa Add a .gitignore with the binaries sdimage and uuc 86e0a1b sdimage: move BCB header to 4 sector offset 2fa75b4 uuc: fix format warnings f64baff Honour CFLAGS 85a0b23 sdimage: add includes to prevent warnings Change-Id: I7e81dd0d4666d00b76be3d78982ef2b1bd039b53 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-06-17u-boot-imx: Upgrade to 4.1.15-2.1.0 supporting i.MX 6SLL EVKalexandra-ioana.safta@nxp.com
Add support for the i.MX 6SLL EVK and supporting boot configurations Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-30u-boot-fslc.inc: add use-mainline-bspTrevor Woerner
Add use-mainline-bsp to COMPATIBLE_MACHINE since this recipe is for situations where the user wants to use mainline, and u-boot-fslc is considered mainline. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-30u-boot-fslc: Add dtc-native to DEPENDSFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-19imx-kobs: Fix a typoKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-19ppa: update to use Recipe Specific SysrootsChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-19imx-kobs: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-19imx-kobs: Pick up new commit as fix-compile patch is mergedJun Zhu
The patch is merged to the new version of imx-kobs. So pick up the new version and remove the patch file. Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-02ppa: Add support for ls1012aChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-02pkc-firmware: update to 209e0e6Chunrong Guo
*include the following changes 209e0e6 - ring affinity: keep jobs and responses in the same ring pair 1cd87fb - remove unused parameter from function signature 688e402 - add new handshake parameters (like old is the new new :) bdd38f2 - fix irq missing issue for all rings b5f6504 - rename structure fields to match their content d0b6e25 - fix column alignment to avoid confusion 66ac4ef - remove not used fields from handshake structures 53716e6 - merge together the functions doing ring pairs initialization ffa6360 - make r_cntrs local to the app_ring structure 61a597f - remove not used allocation of s_c_cntrs_mem a1b8599 - remove not used allocation of cntrs_mem 1246eb8 - make ring indices local to the app_ring structure d01ed6c - remove redundant type casts a12f170 - allocate space for input rings independently instead of in bulk e41fc52 - num_of_rps is not used after initialization e827ac6 - refactoring: merge content of two functions 5dcdc32 - device ip_pool is not used on the host so we remove it 21bc000 - merge content of resource struct into c_mem_layout 4b39488 - remove not used function a276c46 - add U suffix to unsigned constants 6d13be3 - remove not used function 0aaeeab - remove redundant busyloop during handshake fe54ba4 - avoid returns from the middle of the handshake function fda0f8e - clean-up for consistent code indentation c441ffc - move macro definition to the header file e87f3e2 - wrap assembly directive with a macro 2091a40 - refactoring: clean-up code style f9261c3 - value returned by sel_sec_enqueue is ignored so make it void a7b2cf7 - avoid linking printf code by default a9cc62d - remove print_error because it duplicates print_debug 542c9d1 - remove deprecated or not used code 542c9d1 - remove deprecated or not used code b11bbbf - fix precision loss conversion errors 428c51c - remove not used code ecd79e6 - avoid playing with compiler optimizations games 5121ad3 - remove deprecated and not used code 949c908 - raise interrupt on the ring that submitted the jobs 92e7089 - refactoring: merge related code into a single function f131421 - remove no longer used handshake fields 6e3ab80 - simplify calculation of msi address 7e337a9 - rename local variables for clarity e4bef8e - refactoring: extract two functions to simplify code 9dd692d - move handshake state initialization to appropriate function 70f061b - cluster together initialization code e92ede5 - remove not used macros 31636ca - remove duplicated function 7c87c3a - search the ring that received rng descriptors and remove waiting 9d132e3 - remove inconsistently used local variable 4fab968 - remove ignored variable dcbdc8a - start counting SEC engines from 0 as in C29x documentation 2189d7a - remove not-used structure field sec_jr.id 739e1cc - remove not used structure field sec 4bb7e8f - use a dummy allocator to keep track of data addresses 0d960b7 - remove padding fields from handshake structures 6973141 - remove not used structure members dgb_print & err_print f3c1977 - remove not used structure members intr_*_ticks 612371b - rearrange code to merge two #ifdef's a86a0a9 - move definition to the header file ff8ce9d - remove unused function wait_for_timeout 97a0657 - remove unused typedef shadow_indexes_mem_t 5d0e0b0 - remove redundant definitions of standard types 86a6451 - remove unused function irja_signal_caam 8106252 - remove unused function circ_room 086f102 - job ring result has no significance as a signed integer dc8f37d - remove not used members of sec_engine structure 9a6a5c2 - rewrite the initalization code for sec engines list 8ab2b15 - remove priority queues and ignore ring order settings 1b48817 - remove not used struct member order_j_d_index e64f7fc - remove not used struct member resp_j_done_flag 7b20be4 - remove the assumption that ring 0 has any special significance 0d9946b - make explicit that we are using C89/90 standard with GNU extensions cf7cd79 - remove not used padding fields in handshake structure d7adc6e - pad not used handshake fields to prepare for their removal 670c95f - make explicit that we have a single response ring hardcoded to id 0 db84b26 - remove not used structure variable enqcount 07b9fda - remove not used structure pointer cmdrp b253763 - don't send available data through stack 0d19768 - remove macro hiding simple code 0aaba96 - remove commented code 8278186 - remove code supporting P4080 prototypes f88a9bc - remove non-high-perf supporting code 090755e - remove not used structure cmd_tbl_s 4f8184b - remove not used orig_rps structure variable 0a635a9 - remove not used structure variable drv_resp_ring_count 3432b1c - rename structure variable ring_count to num_of_rps 71a3a3d - remove duplicated assignment Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-02u-boot:update to a06b209Chunrong Guo
*include the following changes a06b209 - ls1012aqds:Copyright added in file ls1012aqds_pfe.h f3fa3db - Merge pull request #200 in SDK/u-boot-devel from jira/QUBOOT-2516 to master ad74937 - armv8/fsl-layerscape: fdt: On ls1012 don't check sysclk for USB 436ad38 - T1042RDB: Remove nand secure boot compilation error af36232 - Merge pull request #197 in SDK/u-boot-devel from jira/QSDK-3498 to master 6cae345 - Merge pull request #194 in SDK/u-boot-devel from jira/QUBOOT-2432 to master 15d85eb - armv8: ls1046aqds: enable ppa in defconfig 9ac8b14 - armv8: ls1046aqds: added ppa support 50dc1ec - config: fsl-ppa: support load PPA from eMMC/SD and NAND Flash 4185ac3 - fsl PPA: add support PPA image loading from NAND and SD be143b2 - mtd: nand: remove nand size print from nand_init function 17c7a0c - mtd: nand: add initialization flag 1b99b67 - Merge pull request #195 in SDK/u-boot-devel from jira/QUBOOT-2448 to master 7f6bb70 - Merge pull request #193 in SDK/u-boot-devel from jira/QUBOOT-2485 to master f4ea06d - armv8/fsl-layerscape: fdt: replace CONFIG_ARCH_LS1012A with CONFIG_LS1012A a2acee2 - cmd: move CMD_PXE to Kconfig 74233ce - cmd: Convert CMD_BOOTMENU 8a82416 - powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram ba5e636 - Merge pull request #191 in SDK/u-boot-devel from jira/QUBOOT-2338 to master 99cab9b - Merge pull request #189 in SDK/u-boot-devel from jira/QUBOOT-2438 to master c6a1023 - armv8: dts: fsl-ls1012a: Change number of CS in SPI node ddc2ade - spi: fsl_qspi: Add support for one chip select 905d419 - Merge pull request #188 in SDK/u-boot-devel from jira/QUBOOT-1949 to master f47bef7 - arm: ls1043ardb: Add NAND secure boot target 0d3329b - arm: ls1046ardb: Add SD secure boot target 5cbd88a - arm: ls1043ardb: Add SD secure boot target 9b61565 - crypto/fsl : Reduce the size of CAAM driver for SPL Build fd4214e - LS1046ARDB: SPL size reduction in case of non-xip boot b6fb53f - LS1043ARDB: SPL size reduction in case of non-xip boot 390b399 - armv8/ls104xa: remove the DDR interactive debugging info from SPL 7b996bc - board: freescale: Enable PSCI on LS2080A 7deaf93 - pci: layerscape: Add support ls2088a kernel DT node fixup 79bbfc9 - pci: layerscape: add LS2088A series SoC pcie support ea5c6e4 - ls1012aqds:Fix up for 1G and 2.5G interface 0dffcb8 - board: ls1012aqds: Update PHY address for AQR 105 riser card 7069777 - board: ls1012aqds: Add support of 2.5G X-SGMII riser card 634cf94 - driver: net: pfe: Configure internal MAC to support 2.5G 0127cee - driver: net: pfe: Add support of MDIO Clause 45 PHYs 561adee - board: ls1012aqds: Clean and reorganize board_eth_init 3b143c3 - board: ls1012aqds: Register the MDIO1 controller 48d02fb - Merge pull request #182 in SDK/u-boot-devel from jira/QUBOOT-2402 to master c9395ee - Merge pull request #183 in SDK/u-boot-devel from jira/QUBOOT-2400 to master 8ef037c - Merge pull request #181 in SDK/u-boot-devel from jira/QUBOOT-2329 to master b3c75e4 - drivers: net: fsl-mc: Fixup MAC addresses in DPC e0369e0 - armv8/fsl-layerscape: fdt: remove SYSCLK frequency fixup for ls1012a 6d9421b - driver: rtc: add pcf2127 support caefee8 - armv8/fsl-layerscape: Update erratum A009635 implementation 7efb311 - ls2080ardb,ls2080aqds: Add mcmemsize in default env setting 636228a - board: freescale: ls2080a: Intergrate and enable PPA on LS2080A 5651957 - Merge pull request #175 in SDK/u-boot-devel from jira/QUBOOT-2378 to master bf23c09 - Secure Boot: Enable IE (Key extention) Feature in LS2080A f26426a - Merge pull request #176 in SDK/u-boot-devel from jira/QUBOOT-2286 to master badf91e - armv8: fsl-layerscape: Add vid support for LS2080AQDS 20f3971 - armv8: fsl-lsch3: Update VID support 746211e - armv8: fsl-layerscape: Updates DCFG register map 049463b - LS2080A : Move sec_init to board_init a99dd2c - SECURE_BOOT: Define CONFIG_SYS_LS_PPA_ESBC_ADDR for LS2080A 537fe6d - LS2080A: Add validation of MC & DPC images. 8f404a5 - SECURE_BOOT: Update bootscript and its hdr addresses 134644f - Merge pull request #166 in SDK/u-boot-devel from jira/QUBOOT-2101 to master 2b17c7b - Merge pull request #165 in SDK/u-boot-devel from jira/QUBOOT-2313 to master 6cad42f - armv8: fsl-lsch2: disable ECC on armv8 chassis 2 platforms 475feb5 - driver: net: fsl-mc: Use aligned address for MC FW load 69c545f - armv8: fsl-layerscape, ccn504: Set forced-order mode in RNI-6, RNI-20 5669484 - driver: fsl-mc: qbman: Add QBMAN 4.1 support 235e989 - armv8: ls2080a: Add serdes1 protocol 0x3b support 0d8d4b9 - driver: net: ldpaa_eth: Fix missing bracket issue e02d502 - armv8: ls2080a: Update serdes protocol support 6764afb - armv8/fsl-lsch3: Update code to release secondary cores 6415d77 - armv8: fsl-layerscape: Add NXP LS2088A SoC support 8f3a354 - armv8: fsl-layerscape : Check SVR for initializing TZASC 789d497 - armv8: fsl-layerscape: Update TZASC registers type 02e3cc3 - armv8: lsch3: Use SVR based timer base address detection 80dbc3c - armv8: lsch3: Add generic get_svr() in assembly 47d5b49 - LS1021ATWR: Modify u-boot size for sd secureboot Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-02ls2-rcw: update to 5d4624fChunrong Guo
*include the following changes 5d4624f - ls2088a: Add RCW with a new SerDes protocol fe6844e - board: ls1012aqds: Add support of 0x2205 SerDes protocol 900340e - ls2088aqds: Add initial RCW binaries 32c580c - ls2088ardb: Add RCWs for serdes protocl 0x2a_0x41 Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-02ppa :update to 9fcb080Chunrong Guo
*include the following changes 9fcb080 - Fixing syntax error in $(CMN_SRC). ef15fbf - Adding infrastructure for prng driver. 6cac899 - Merge branch 'master' of http://sw-stash.freescale.net/scm/dnnpi/ppa-generic c9eba96 - Fixing syntax error for targets rdb-fit, qds-fit. 3c0d284 - rdb-fit : Fixed build issue from top level build script dacdc9a - Add support for LS1088 qds board. 8e0136a - Adding infrastructure for qds board support. eeabd6d - Suppressed benign error msg when build is not directly from git repo 7d5a230 - Adding prototype for _init_ddr(); Fixing undefined constants in ls2088 soc.s; Cleanup of sim plat.mk files;Using var ARMV8_ 098f92a - Final merge of ddr init. d164d7e - Merge branch 'ddr-init-v01'; This is a non-buildable intermediate commit. e77d7e4 - Saving/Restoring additional registers when called from Aarch32; Modified to use one common vector.s file. 4ebb613 - Cleaning bits 63:32 of input parameter registers when 64-bit function called from 32-bit interface. d863875 - Adding cpu hotplug capability to LS1088. 22b5260 - psci: ls1088a: add CPU_SUSPEND support 88f85df - Enabling SRE for ICC_SRE_EL1(S) and ICC_SRE_EL1(NS) in GICv3 initialization. b686af9 - common/makefile.inc: Fix dependency 13b87a5 - Changing mode on build script to 'execute'. 9ca1e42 - Reworked _soc_core_restart() of LS2088 to set interrupt priority and group on the core executing CPU_ON rather than the cor 3152e62 - Adding support for parallel (make -jn) builds. 91aeb18 - Reworking cpu_off for LS2080, LS2088; Cleanup _gic_init_percpu 7c702de - Forcing sequential processing by make. d70d1ff - Adding core timer enable in LS2088 _soc_core_entr_off(); Removing endian parameter from smc64_arch_el2_2_aarch32(). b5342e6 - Adding smp-boot support for the UA device. Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-02ppa: Add support for ls2088aChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-02ls2-phy: add ls2088ardb as COMPATIBLE_MACHINEChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-02ls2-rcw: add ls2088a as COMPATIBLE_MACHINEChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-04-25u-boot-fslc: Bump revision to ac3b20cdbeFabio Berton
This includes the following changes: - ac3b20cdbe mx6cuboxi: Remove define for PARTITION_UUIDS and CMD_PART - eec5e45589 wandboard: Remove define for PARTITION_UUIDS and CMD_PART Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-04-11u-boot-fslc: Update to version 2017.03Fabio Berton
This commit merge v2017.03 tag and apply the following changes on top of it: - 2b94a1cb28 embestmx6boards: Use PARTUUID to specify the rootfs location - 360d733cf3 mx6cuboxi: Change finduuid to find on first partition - 1f9d6d10bc wandboard: Change finduuid to find on first partition - e5b76d93d4 mx6cuboxi: Use PARTUUID to specify the rootfs location - b422795450 wandboard: Use PARTUUID to specify the rootfs location - 5146b4dc55 wandboard: Set fdt based on board_rev and board_name - dfd613be1c warp: Change default bootenv configuration - 0e83e164f3 mx6sabresd: Enable video interfaces in bootargs - 2d5987e950 iMX6: Change mmcroot to use fixed mmc block index for USDHC - 66eb2a0724 mx6sabresd: Use LDO dtb file until LDO bypass support is added - 90ecfc7751 mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-27rcw: export PYTHON to override the assignment in Makefilechunrong.guo@nxp.com
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-22firmware-imx: Change recipe for allarchOtavio Salvador
The recipe content does not vary from one board to another so there is no reason to use SoC arch or machine arch as package architecture. The recipe generates multiple binary packages which makes it easy for users to choose what to install. Change-Id: Ia5f87f9f19e734607275fb2e9020c8b3096de0ad Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17ls2-rcw: fix host-user-contaminated QA warningTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17ls2-rcw: update to 83a7a66Ting Liu
* add support for ls1012a. * strip possible '-32b', '-64b' and '-be' to match folder name. New commits: 83a7a66 ls1088a: Remove ls1088 directory 585f03e ls208xa: Make folders and name consistent 6a7a0e5 ls2088a: Delete ls2088a rcws as it is not part of SDK f358729 ls1012a: Make folders and name consistent 5b5695f ls1012a: Add support of RCW for FRDM, RDB and QDS boards Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17rcw: update to 7bd43d9Ting Liu
ls1046ardb: increase FMan and platform frequency Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17ppfe-firmware: add recipeTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17mxsldr_git: add pkgconfig to inheritMax Krummenacher
mxsldr_git uses pkg-config in its Makefile. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17u-boot: update to use Recipe Specific SysrootsTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17u-boot-qoriq: update to 2735535Ting Liu
New commits: 2735535 armv8/fsl-layerscape: corrected clock initialization 0f820e2 Merge pull request #161 in SDK/u-boot-devel from jira/QUBOOT-2290 to master 8729bed board/t1024rdb: enable board-level reset when issuing reset command 1ebcbe9 armv8/fsl-lsch3: consolidate the clock system initialization 9e1ec97 armv8/fsl-lsch2: refactor the clock system initialization 376ce3d Merge pull request #158 in SDK/u-boot-devel from jira/QUBOOT-2248 to master 263a7d9 driver: net: pfe: Make PFE AXI transactions non-bufferable. 744898c pci: layerscape: enable PCIe config ready cccbbd4 arm: PSCI: remove CONFIG_MP to support LS1012A c013882 arm: layerscape: Enable UUID & GPT partition for NXP's ARM SoC 7661a32 Merge pull request #154 in SDK/u-boot-devel from jira/QUBOOT-1839 to master 8644091 Merge pull request #155 in SDK/u-boot-devel from jira/QUBOOT-2186 to master 13cfec0 ARMv8/fsl-layerscape: Correct the OCRAM size b416b58 sf: set the Uniform Sector to CR3NV instead of CR3V 29f27fe armv8: fsl-lsch2: enable snoopable sata read and write 2d98a92 ARMv8/fsl-layerscape: Enable data coherency between cores in cluster 910b5f9 armv8: Enable CPUECTLR.SMPEN for coherency 62cddb1 Merge pull request #150 in SDK/u-boot-devel from jira/QUBOOT-2059 to master d7d8125 Merge pull request #149 in SDK/u-boot-devel from jira/QUBOOT-1840 to master 166db39 armv8: pfe: Update driver coding style 2909f14 board: ls1012aqds: Avoid reset masking 99f097b driver: net: pfe: Update class firmware f8f17dc driver: net: pfe: Change MDIO HOLDTIME value to 5 1f10108 armv8:pfe:frdm: Reset external PHYs before driver starts ce83bda driver: pfe_eth: use #ifdef instead of #if d928553 armv8: pfe: Enable UDP checksum for proper tftp operation 2f33023 driver: net: pfe: Rest external PHYs before driver starts 73f304b driver: net: PFE: Fix the reset woraround bb2afb7 driver: net: PFE: Add reset workaround ae5b99d arm: ls1012a: Add support of PPFE 58b93bc arm: fsl-layerscape: Config CSU for PFE 4417c88 ls1046ardb: Add support power initialization 544a9d6 armv8/fsl_lsch2: Add chip power supply voltage setup 1f8ed63 ls1046ardb: cpld: add API for selecting core volt 0fbe669 pmic: pmic_mc34vr500: Add APIs to set/get SWx volt 15f65a9 pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic 15b0697 armv8/fsl_lsch2: Add the OCRAM initialization 2df7eab docs: fsl-ppa: Add documentation for PPA trusted FW c11a541 board: freescale: ls1012a: Intergrate and enable PPA on LS1012A 71d1c4c board: freescale: ls1012a: Enable secure DDR on LS1012A platforms fd15680 Merge pull request #144 in SDK/u-boot-devel from jira/QUBOOT-1867 to master 7874485 LS1012ARDB: Add QSPI Secure Boot targe 5d0b2fc armv8: ls1012a: define esdhc_status_fixup for RDB board 1f60661 armv8: ls1012a: define esdhc_status_fixup for QDS board a47eb7f mmc: fsl_esdhc: move 'status' property fixup into a weak function 075379d configs: ls1012a: enable driver model for eSDHC 9f6f892 armv8: ls1012a: add eSDHC nodes 66d0f43 mmc: fsl_esdhc: add 'fsl,esdhc' into of_match table ebc3626 mmc: fsl_esdhc: make GPIO support optional 1a84a6b Merge pull request #146 in SDK/u-boot-devel from jira/QUBOOT-1844 to master 5117962 Merge pull request #143 in SDK/u-boot-devel from jira/QUBOOT-2116 to master 31bc4f4 Merge pull request #142 in SDK/u-boot-devel from jira/QUBOOT-1849 to master 84e5aa0 armv8: fsl-layerscape: Add support of GPIO structure 8fd4faa SECURE_BOOT: Enable chain of trust on LS1012A platform 56c6a6a board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGS a0b0769 armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS 45950d8 armv8:ls1012a: Update bootargs for fast-boot 6d9a8ce armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled 6f96894 armv8: layerscape: Remove defconfig for AArch32 support Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-09change-file-endianess: Rework recipe completelyOtavio Salvador
The recipe was mixing different concepts. It is intended to provide a TCL script to change the endianess of files and the recipe was conceptually wrong. The use of the deploy class is wrong as it is not an artifact that is going to be used to install a board but a tool required for development (so the need of native and nativesdk variants). Change-Id: I5ebb063fa1c57a8c7c307314ac6322abfa88d33c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-02-20ppa: Add dtc-native on DEPENDSchunrong.guo@nxp.com
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-02-08change-file-endianess: update do_deploy_class-native so it finds byte_swap.tclBob Cochran
Modify do_deply_class-native task to copy byte_swap.tcl from top of working directory ${S} rather than ${STAGING_BINDIR_NATIVE} since file isn’t found at current location and this causes a “No such file or directory” error. Signed-off-by: Bob Cochran <yocto@mindchasers.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27u-boot-imx: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27u-boot-fslc: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27imx-test: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27imx-lib: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27firmware-imx: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27alsa-state: Remove i.MX 6UL specific metadataOtavio Salvador
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-16u-boot-qoriq: Fix python function for fsl-lsch2-32b archFabio Berton
Add missing argument in function getVar() to avoid error: Exception: TypeError: getVar() missing 1 required positional argument: 'expand' Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-11change-file-endianess: update byte_swap script to support ls1046Zhenhua Luo
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-11rcw: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo
* disable the endianness switch for qspi u-boot of SEC boot * included the following commits. * 3252b8c Merge pull request #20 in SDK/rcw from ~B21989/sdk-rcw:jira/QSDK-3097 to master * cd271ee Merge pull request #19 in SDK/rcw from ~B52263/rcw:jira/QSDK-3096 to master * 6a558a2 ls1021a: Fix QSPI endian issue for QSPI boot on LS1021A boards * fbfddb3 ls1043a: Fix QSPI endian issue for QSPI boot on LS1043AQDS * 2485a22 ls1046a: fix PBI of changing QSPI endianness * 7304127 ls1043ardb: adds a RCW with GIC 4K supported * d413878 ls1043a: Add PBI of changing GIC offset to 4K * e914a5f Add a tclsh script to swap the rcw endian. * 8411b78 ls1046aqds: Add RCW for ls1046aqds board * 6d486d4 ls1046ardb: Add RCW for ls1046ardb board * 14de148 arm: ls1021a: add the core frequency to 1.2GHZ support * 98b6bc3 t2080rdb: update SRDS2PLL2CR1 to 0x08004100 for errata A-007186 Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-11u-boot: upgrade to 2016.09Zhenhua Luo
* Upgrade the u-boot to 2016.09 * disable the qspi endianness switch Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>