summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* ipc-ust: obey LDFLAGS to fix GNU_HASH errorZhenhua Luo2016-08-152-2/+89
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* u-boot-qoriq: sync with u-boot.inc from pokyTing Liu2016-07-041-13/+5
| | | | | | | * remove duplicate settings * sync the definition of EXTRA_OEMAKE Signed-off-by: Ting Liu <ting.liu@nxp.com>
* u-boot-qoriq: switch to new UBOOT_CONFIG formatTing Liu2016-07-041-41/+12
| | | | | | | | | | | By using the new UBOOT_CONFIG format, the final u-boot binary will be configured in machine config file, and will be processed in upstream u-boot.inc. Remove the codes to copy final u-boot binary, and append the special steps which need boot-format tool. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* u-boot-qoriq: upgrade to 2016.01Ting Liu2016-06-235-249/+2
| | | | | | | | | | | | | | | | | | | | | The main features are: * Upgrade to 2016.01 * On ARM platforms, the U-Boot image includes the device tree * Non-secure and Secure Boot (ESBC) * Primary Protected Application (PPA) firmware integration [LS1043A] * Clock, CPLD, DUART, DDR3, DDR4, DSPI, eSDHC, GIC-400, GIC-500, I2C, OCRAM, PCIe, USB 2 & 3, SATA, UART * Networking support using eTSEC, FMAN Independent Mode or DPAA2 networking * DCU, eMMC 4.5, I2C3, LPUART, QSPI [LS1021A] * eLBC and IFC access to NOR and NAND flash * Boot from NOR, NAND flash, eSPI, SDHC * Boot from SRIO [B4860, P5020, P4080] * Voltage ID (board specific) * CodeWarrior debug patch for U-Boot Detailed commit log can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/log/?h=sdk-v2.0.x Signed-off-by: Ting Liu <ting.liu@nxp.com>
* pkc-firmware: update to 21a6b5bTing Liu2016-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ed90f15 fix dequeueing of rng descriptors b83c7e9 add FIXME note regarding response rings 39ec4f5 add support to read SEC fault registers a92d35d mark as not used the command field in dev handshake structure 06d0ca0 remove code blocks to enhance clarity f8447c5 remove not used handshake field 4955e78 describe field purpose abc3893 remove not used counters from local resources 36f23a0 rename handshake counters to match local structures cfcb505 describe the structure member bcc6f5e compact the use of if-else conditional 4b0fa3e align debug print output for easy readout 9cac843 split double assignment to clarify code b05aef4 rename functions for clarity 837d691 rename counter to be consistent with the rest of code 4d5461d fix memory allocation for interrupt flags bb46e51 group functions together for easy review f0bd7f3 introduce variable to reduce code duplication e6274e0 move #define out of the structure into a common definitions area 2257be3 rename handshake structure located on host 4129716 rename handshake structure located on the device b09a3ad describe SEC registers 0e6c428 simplify calculation of address alignment cb18b7e clarify meaning of a hard-coded register (GUTS_SVR) 45e730c group assignments and prints to simplify code review 4fca737 group together all msi and ob assignments 6eb1e08 remove useless assignment which is overwritten later 4c07318 fix calculation and print free memory 479c677 minor clean-up in code layout db7c91c add missing commas to clarify code intent 7bbdf77 remove unused "intr_ctrl_flags" field fb7b45d use offset of response ring instead of its physical address 7614c6e use offsets into ob-mem instead of host dma addresses Signed-off-by: Ting Liu <ting.liu@nxp.com>
* qe-ucode: update to a95f42aeTing Liu2016-06-231-5/+4
| | | | | | | | | | Changelog: a95f42a Unify the EULA file 441e947 Update the EULA file update the license file, no codes updated. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* rcw: update to 1af724bChunrong Guo2016-06-231-6/+13
| | | | | | | | | | | | | | | | | | | | Changelog: 1af724b update End-User License Agreement 76854c9 ls1043aqds: revise the description of SERDES1 Protocol 0x3358 970cc5d ls1043aqds: add SATA support under QSPI boot 017ed94 ls1021a/ls1043a: byte_swap: should 8 byte alignment ea90914 ls1021a: remove the unnecessary PBI 3f37603 ls1043aqds: Clear SerDes RxBoost on lane D cbf49c1 LS1043a-RDB: Add RCW files for UEFI bootloader 419bd59 ls1043ardb: SECURE_BOOT- RCW added ae3461a qe-tdm: add qe-tdm support on ls1043ardb 26042fa ls1043ardb: Add RCW for ls1043ardb board 4ae7fc3 ls1043aqds: Add RCW for ls1043aqds board * change license to Freescale-EULA * add support for fsl-lsch2 Signed-off-by: Ting Liu <ting.liu@nxp.com>
* ipc: update to 74d6627Ting Liu2016-06-231-2/+2
| | | | | | | | | | Changelog: af0a2a1 B4:DSP_BT: Add new DDRC target ID configuration parameter c8a84c6 B4:L1D: Add support for L1 defense New flow 8e79e5c B4:DSP_BT: DSP cache-cluster init now done from DSP boot loader 44da44a B4:DSP_BT: Add support for DSP MMU configuration Signed-off-by: Ting Liu <ting.liu@nxp.com>
* apptrk: update to 873f44cTing Liu2016-06-231-6/+9
| | | | | | | | | Changelog: 873f44c Use unified EULA file f0ef785 Update End-User License Agreement df1f1d8 ARM Support for hardware breakpoints and watchpoints Signed-off-by: Ting Liu <ting.liu@nxp.com>
* u-boot: fix build error under gcc6Zhenhua Luo2016-06-022-0/+87
| | | | | | | | Fix the following build error under gcc6: | ../include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc6.h: No such file or directory | #include gcc_header(__GNUC__) Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* ipc-ust: skip two insane checkZhenhua Luo2016-06-011-0/+2
| | | | | | | | | | | | Fix the following build issues: 1. WARNING: ipc-ust-git-r0 do_package_qa: QA Issue: /ipc/ipc_test contained in package ipc-ust requires libmem.so, but no providers found in RDEPENDS_ipc-ust? [file-rdeps] 2. ERROR: ipc-ust-git-r0 do_package_qa: QA Issue: -dev package contains non-symlink .so: ipc-ust-dev path 'work/ppce6500-poky-linux/ipc-ust/git-r0/packages-split/ipc-ust-dev/lib/libipc.so' Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* apptrk: fix the QA issue of debug symbol checkZhenhua Luo2016-03-021-0/+2
| | | | | | | | Fix the following error: | ERROR: apptrk-git-r0 do_package: QA Issue: File '/usr/bin/apptrk' from | apptrk was already stripped, this will prevent future debugging! [already-stripped] Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* classes/u-boot: Update getVar syntaxRichard Purdie2016-02-181-3/+3
| | | | | | | | | | | | | | This runs: sed -e 's:\(\.getVar([^,()]*\)):\1, False):g' -i `grep -ril getVar *` on the layer to update the getVar usages without an expand parameter, This ensures the layer continues to work with bitbake master. There is no functionality change although some of these sites may benefit from expand=True. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ipc: update to commit b010e35Ting Liu2015-12-281-2/+2
| | | | | | | | New commits imported: b010e35 Makefile: use KBUILD_OUTPUT to point to build-artifacts Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* pkc-firmware: update to commmit 32804a0Ting Liu2015-12-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New commits imported: 32804a0 note on global variable definition 29a0bcb rename variable "p_cursor" and make it global 48e9ab1 remove unnecessary "l2_cursor" variable a15c204 add -Wall and -Werror to build options fa58ed6 fix typo regarding the use of "struct sec_jr_regs" 8fcd0bc enable large bursts for DECO transactions ca35ed5 refactor code for masking interrupts from SEC 3e36d4f refactor code for setting SEC pointer size 8a7f971 remove unneeded commented "print_debug()" c73303d move defines at the start of the file afcfd66 remove commented (#if 0) code 32d119a remove unnecessary type definition "kek_regs_t" 4d99599 remove unnecessary type definition "rng_regs_t" d7e65e5 refactor: added defines for better consistency 21a4853 refactor: move defines at the start of the file baa8a25 remove unnecessary type definition "sec_jr_regs_t" df0dd86 remove unnecessary type definition "sec_op_ring_t" f70c14f remove unnecessary type definition "sec_ip_ring_t" 11ed223 remove unnecessary type definition "sec_jr_t" ba47de3 remove unnecessary commented instruction b9063e4 remove unnecessary type definition "sec_engine_t" 620cf5f remove unnecessary type definition "resource_t" bef6960 remove not used function c4a078e fix incorrect handling of multiple rings 92c6b71 c2x0_boot_loader/u-boot.lds: remove _GLOBAL_OFFSET_TABLE_ definition 453eaa9 use a logical definition for MIN 570aadd rearrange code and remove leftovers after IRQ fix patch 2f31558 rename variable to better match its purpose 029cc82 remove artificial SEC dequeue and enqueue throttling b6fe293 use a bigger type for req_mem_size e22d91f fix incorrect IRQ signalling to host 692981c remove not unused #define 7e2fbd4 remove redundant c_mem_layout_t typedef 377daaa remove redundant fsl_h_mem_handshake_t typedef 52f75d0 remove redundant crypto_c_hs_mem_t typedef f126673 use smaller type for index 8c8f4ec refactoring: fix reference to the upper half of the L2 SRAM 0092a57 refactoring: remove inner code blocks 6853157 clean-up whitespace and debug-print output c3720dd refactoring hs: extract hs_complete 3677b1c refactoring hs: extract fw_init_ring_pair 78ea81b refactoring hs: extract fw init config cc416c2 minor fixes in code layout 0076df7 fix typos and clarify comments 0ab33aa remove unused variable 17607d2 use positive logic in conditional code 5d3886f Merge pull request #2 in SDK/pkc-firmware from bugfix/QSDK-2327-pkc-host-driver-does-not-insert to master c0256e0 clean-up whitespace and indentation in uboot_print.c 8f5be56 fix compiler warnings on static declarations f3bc222 use a no-op printf when PRINT_DEBUG is disabled 541a7ed make void the function c2x0_serial_init 8ecba2c enable debug prints from config.mk and move definitions to uboot_print.h 9ef2eb5 remove conditional for always-on code bd52b94 update build instructions d872219 refactoring: resetdev: extract code blocks into readable functions f5301c1 remove unused variables 0931e3b refactoring: move defines out of the function for clarity 040cb61 refactoring: secstat: extract code blocks into readable functions 77fa0e1 refactoring: pingdev: extract code blocks into readable functions 91bf581 refactoring: ringstat: extract code blocks into readable functions 7559c79 refactoring: devstat: extract code blocks into readable functions af9d455 refactoring: resetsec: extract code blocks into readable functions 17b0905 refactoring: debug: extract code blocks into readable functions 09fa9a8 remove not-used variable ae691e8 whitespace clean-up 3e6700e update build instructions Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* rcw: update to commit 521008fTing Liu2015-12-281-3/+2
| | | | | | | | | | | | | | | | | | | | New commits imported: 521008f t1023rdb: RCW's added for Secure Boot 9e7c9d9 t1040qds: rcw: Add SD card SDR mode RCW 7467e6e t1040qds: rcw: set HWA_CGA_M1_CLK_SEL to 1 07af33e t2080qds: rcw: Add eMMC HS200 mode RCW 57fd2c9 t1040qds: rcw: Add eMMC HS200 mode RCW e0b2272 arm: ls1021atwr: fix a bug change serdes to 0x30 795e6e7 arm: ls1021atwr: remove rcw for serdes 0x20 553eff7 arm: ls1021atwr: Change serdes 0x20 to 0x30 8847c6d arm: ls1021atwr: Add rcw for serdes 0x30 support 988d1ca arm: ls1021atwr: Enable Audio and HDMI for 0x70 1d4f34e arm: ls1021atwr: Enable DSPI2 when boot from QSPI and NOR 690613a arm: ls102xa: update PBI for PCIe and SCFG 27642c2 arm: ls102xa: Adjust the PBI command about the load address of U-Boot for NOR boot Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* rcw: swap qspi binary in do_install_appendTing Liu2015-12-282-60/+7
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* apptrk: update to commit 4216af3Ting Liu2015-12-281-2/+2
| | | | | | | | | | | | | | | New commits imported: 4216af3 Fix stepping over branch instructions in Thumb 59524e6 Error while reading CPSR 712a099 PowerPC Support for hardware breakpoints and watchpoints c7c4b2b Incorrect mode (thumb/arm) after exec() 4e962d4 Thumb support for ARMv7 fd94e7f Fix TrkHandleExecEvent for ARMv7 50e2180 Invalidate traced breakpoint after release in TargetCleanupTrace for PA 18f4450 Fix crash when running a 32bit threaded application on a 64bit AppTrk Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* u-boot-qoirq: update to commit eb3d4fcTing Liu2015-12-281-138/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To align with meta-fsl-arm, re-use u-boot.inc from oe-core New commit imported: eb3d4fc powerpc/mpc85xx: fix disable port for FMAN erratum A007273 63dfac1 powerpc/mpc85xx: restrict platform for FMAN erratum A007273 54e5fde powerpc/mpc85xx: Add workaround for FMAN erratum A007273 61ac6ba drivers:usb:fsl: Add affected SOCs for USB Erratum A007792 ced4086 fsl/ddr: updated ddr errata-A008378 for arm and power SoCs 17f724f fsl/errata: move fsl_errata.h to common directory 6acff65 arm: ls102x: add get_svr and IS_SVR_REV helper 0caf24c arm: ls102xa: Set fdt_high and initrd_high to the value of 0xffffffff 263a323 powerpc: e6500: Lock/unlock L2 cache instead of L1 as init_ram f28fd70 powerpc: configs: Fix init_ram physical address for several boards 46be0a4 ls102xa: fdt: Disable IFC in SD boot for QSPI f1ca68a ls102xa: etsec: Use proper settings for BE BDs e0712fe mpc85xx/u-boot*.lds: remove _GLOBAL_OFFSET_TABLE_ definition a04b8b3 mmc: fsl_esdhc: fix mmc read/write error on T4160/T4080 23a735b arm: ls1021a: Fix the patch check warnings for the previous commit 5a42d5d SECURE_BOOT: Correct reading of ITS bit f6310eb arm: ls1021a: Add QSPI or IFC support in SD boot ab2db1a arm: ls102xa: fix patch check issue. 7611d2c Merge pull request #40 in SDK/u-boot-devel from ~B29983/u-boot-devel-tyt:feature/QUBOOT-1181-the-u-boot-deepsleep-resume-time to master d406c4f arm: ls102xa: enable all the snoop signal for masters. 1686b84 Merge pull request #38 in SDK/u-boot-devel from ~B46683/u-boot-devel:bugfix/QUBOOT-1173-ls1021atwr-sd-boot-don-t-support to master 0258a33 Merge pull request #37 in SDK/u-boot-devel from ~B18965/my-u-boot-devel:master to master dfc49e9 arm: ls1021atwr: optimize the deep sleep latency 2023326 Merge pull request #34 in SDK/u-boot-devel from ~B40530/u-boot-devel:feature/QUBOOT-789-sd-boot-on-t4-rdb to master 3a8f547 Merge pull request #35 in SDK/u-boot-devel from ~B47093/u-boot-devel-sdhc:feature/QLINUX-3755-support-the-uhs-speed-mode-for to master e4957df Merge pull request #31 in SDK/u-boot-devel from DNNPI/ls1-uboot:feature/LS1-for-SDK1.9 to master 774b080 configs: ls1021atwr: Enable ID EEPROM for SD boot 95a9abb arm: mmu: Add missing volatile for reading SCTLR register c9a7868 mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC legacy card 3fe5a18 Merge pull request #27 in SDK/u-boot-devel from ~B45475/u-boot-devel-fork:feature/QUBOOT-1057-support-qe-tdm-on-t1040rdbd4 to master 767a4ad powerpc/t1040qds: enable peripheral clock for eSDHC 0867fed powerpc/t1040qds: enable adapter card type identification support 26d6853 mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5 acd4c74 powerpc/t4rdb: Add SD boot support for T4240RDB board b773c94 configs: ls1021atwr: Disable DSPI2 with NOR boot 98bf337 mtd: sf: Add support AT26DF081A chip 91bdf34 dm: dts: ls1021a-twr: Enable DSPI2 on LS1021ATWR 7289cb9 configs: ls1021atwr: Enable DSPI for LS1021ATWR 870af21 t1040d4rdb: assign muxed pins to qe-tdm when set hwconfig qe-tdm 300674e powerpc/t1023rdb: change default core frequency to 1200MHz 45f88eb powerpc/t1023rdb: eMMC boot without external SD card aee4875 board/t1023rdb: add support for T1023RDB RevC 2c86026 ls1021atwr: sdboot: change serdes 0x20 to 0x30 8d38d25 LS102XA:workaround:disable priorities within DDR 2621445 arm: ls1021a: allow OCRAM access permission as R/W in SPL 10bc2b0 crypto/fsl: fix "era" property value on LE platforms 6d5733d arm: ls102xa: enable snooping for CAAM transactions d3e6f11 Revert "Enable snooping on transactions from CAAM block" a5dc0f7 arm: ls1021a: Ensure LS1021 ARM Generic Timer CompareValue Set 64-bit 0669b57 LS102XA: Workaround: DDR require a register write 449ab6a ls102xa: Enable snoop and DVM message requests. 6ae8810 Revert "arm: ls102xa: workaround for cache coherency problem" 617f1fd Revert "sf: Add support for flag status register on Micron chips" 18bd7bb arm: ls102xa: Add LE mode support for audio IPs on Rev2.0 silicon 80a22d8 QE: modify the address of qe ucode 784f7f2 arm: ls1021atwr: program the regulator for deep sleep 8971e50 ls1021atwr: added deep sleep support in uboot 9f692ae ls102xa: etsec: Enable Tx Data and TxBD snooping 79da560 arm/ls102xa:Add support of conditional workaround implementation as per SoC ver b6876d0 arm: ls102xa: Adjust the load address of U-Boot for NOR boot Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* u-boot-qoriq: add -fgnu89-inline option for gcc5Ting Liu2015-07-292-0/+40
| | | | | | | | | | | | | | | | Fix the below build issues: CC drivers/crypto/fsl/sec.o LD arch/powerpc/cpu/mpc8xxx/built-in.o arch/powerpc/cpu/mpc8xxx/fdt.o: In function `ld_le16': ../arch/powerpc/include/asm/byteorder.h:12: multiple definition of `ld_le16' The problem is the change of the default C standard from gnu89 to gnu11 which changes the semantics of 'inline'. The issue is described in the Porting guide at https://gcc.gnu.org/gcc-5/porting_to.html. Adding the '-fgnu89-inline' option fixes the issue. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: Add linux/compiler-gcc5.h to fix builds with gcc5Ting Liu2015-07-292-1/+94
| | | | Signed-off-by: Ting Liu <ting.liu@freescale.com>
* u-boot-qoriq: correct PVTing Liu2015-07-291-1/+1
| | | | | | | | u-boot-qoriq was upgraded to 2015.01 now. Use _append to not override the PV in recipe. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: update to revision v2015.01-630-g6ba8eedTing Liu2015-07-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 1. Rebased on git://git.denx.de/u-boot.git v2015.01-487-gab92da9 2. Applied another 143 FSL/backported patches (git log ab92da9..6ba8eed) 3. run script genboardscfg.py to generate boards.cfg firstly The detailed 143 patches are: 6ba8eed DM: crypto/rsa_mod_exp - Correct copyright on rsa-mod-exp.h d7cfd64 t4rdb: fix reset altbank ab547e7 t4240qds: update rcw to support 1.8GHz 488bca3 crypto/fsl: add support for multiple SEC engines initialization 5eaa15a arch/arm, arch/powerpc: add # of SEC engines on the SOC 2a10e25 arch/arm: add SEC JR0 offset 3851bc8 drivers/elbc:Memory leak fix 3def5c1 powerpc/t1024: update fman liodn for mac1 9ee5a72 T102xRDB: Enable ifc nand ecc encode and decode 03084cb mpc85xx/t104xd4rdb: Update DDR controller settings 98cb1fa T104xD4RDB: Fix PHY address for PHY connected to FM1@DTSEC3 dffab04 net/phy: set led for rtl8211f phy da6438e sf: Add support for flag status register on Micron chips 1e14807 powerpc: mpc85xx: Correct CONFIG_USB_MAX_CONTROLLER_COUNT for p1025 98a6712 mpc85xx/T104xRDB: Remove vbank check redundant code 06546ff powerpc/b4860qds:Update README for DIP switch information b5c2dd2 board/ls1021atwr: Enable bootscript for secure boot 270cea4 powerpc/t1042d4rdb: Update rcw.cfg e2bea76 drivers:usb:fsl: Remove board_usb_init() function cf9cfea drivers:usb:fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect 8986dfb board/t1040d4rdb: Disable all CPLD interrupts, except QSGMI1 and QSGMI2 6b01f67 arm/ls1021a: Remove ccsr_ddr from immap_ls102xa.h c0953d3 driver/ddr/fsl: Remove deskew_cntrl register 32ea516 arm: ls1021a: Remove the inappropriate use of the function 'sprintf' af1dbff Enable snooping on transactions from CAAM block 0e1f5e1 driver/qe: use strncpy instead of strcpy ef770a2 fsl/sata: Replace sprintf() with snprintf() 9238012 mpc85xx/t104x, t102x: Update CPC debug register value in PBI commands 651251d mpc85xx/t104x:Update README for PBL images c6e1fe8 driver/qe: transform parameter to compatible type 306c7fd powerpc/mpc85xx:Add GCC flag -fno-delete-null-pointer-checks 82db1ee crypto/fsl - enable raw data instead of von Neumann data 6606ff0 crypto/fsl - change starting entropy delay value 3d9d33c crypto/fsl - disable RNG oscillator maximum frequency check 9961bb6 P4080 : Added PAMU driver 4bc7e84 Revert "powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot" 703824e mmc: fsl_esdhc: set ESDHCCTL[PCS] when selecting peripheral clk b80144c board/t2080rdb: reset cs4315 phy cd01a9d net/phy: refactor RTL8211F initialization 8ac0b92 drivers: usb: fsl: Implement Workaround for Erratum A004477 cb362dc mmc: fsl_esdhc: update eMMC44 adapter card erase timeout c93a3ea mpc85xx/T1042D4RDB: Select DIU in cpld mux for T1042D4RDB b176d64 fsl/deepsleep: avoid the DDR restore from being optimized out 6c3b324 arm: ls102xa: Disable regulation of outstanding read transactions for S2 37c695e board/t102x: use fdt_setprop_string instead of fdt_setprop 8f425d1 QE/DeepSleep: add QE deepsleep support for arm 5458df5 kbuild: include config.mk when auto.conf is not older than .config adb1487 ls1021aqds: config: remove default FB DCU support 14d9d27 board/t2080rdb: enable CONFIG_PHY_AQUANTIA 437a114 net/phy: fixup for get_phy_id dacfd54 boards/t2080rdb: update ddr frequency from 1600MT/s to 1867MT/s 1a8bad0 board/p1_p2_rdb_pc: Eliminate the FDT_ERR_NOTFOUND warnning 203635c fsl/pci: Set CFG_READY for PCIe v3.0 and later e7646b8 T104xD4RDB: Enable L2 Switch on T104xD4RDB board e593bba mmc: fsl_esdhc: Add peripheral clock support for t2080qds dfe7a91 mmc: fsl_esdhc: Add adapter card type identification support b878145 arm:ls1021a: Reserve secure code into RAM instead of OCRAM 575e280 ls1021a: ahci: Added workaround for erratum ERR008407 11e63c5 ls1021a: ahci: Added workaround for erratum ERR008402 2b07de2 ls1021a: ahci: Adjust the default settings 6dcb9ea cmd_scsi: Enable SoC AHCI device on platforms with PCI 3140296 T104xD4: Add Secure boot support for T104xD4 platforms. 2d40ae3 drivers:usb:fsl: Implement Erratum A-009116 for XHCI controller 887c1df board/t4240rdb: Enable CONFIG_SYS_CORTINA_FW_IN_NOR f6fb2b8 arm: ls102xa: Enable Driver Model SPI for ls1021atwr 738f236 arm: ls102xa: Enable Driver Model SPI for ls1021aqds 760ce9a arm: ls102xa: Enable CONFIG_DEFAULT_DEVICE_TREE to defconfig for ls1021a 22ad698 sf: Update AT45DB021D flash chip parameters a9e4bb1 sf: probe: Add support Atmel AT45DB series devices special commands 7b18162 dm: spi: Convert Freescale DSPI driver to driver model be352ab dm: spi: Convert Freescale QSPI driver to driver model d7f8021 dm: ls1021a: dts: Add QSPI dts node 8b64aa1 dm: ls1021a: dts: Update DSPI node to support DM SPI 480c575 dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1 3e932cf dm: ls1021a: Bring in ls1021a dts files from linux kernel 91f9040 dm: arm: Bring in skeleton64 device tree file from Linux f62cbd5 dm: introduce dev_get_addr interface c807f2b dm: core: Ignore disabled devices when binding 77db7df dm: spi: Move slave details to child platdata dc7eeff dm: spi: Set up the spi_slave device pointer in child_pre_probe() 22a0a94 dm: core: Allow uclass to set up a device's child before it is probed da110a5 dm: core: Allow the uclass to set up a device's child after binding c6f8f43 dm: spi: Move the per-child data size to the uclass 6312dc6 dm: core: Allow uclasses to specify private data for a device's children 8258af5 dm: core: Add a flag to control sequence numbering 8a151f6 dm: core: Add a function to get a device's uclass ID facf860 dm: core: Add a post_bind method for parents 400bf5b dm: core: Allow uclasses to specify platdata for a device's children f4fc028 dm: core: Allow parents to have platform data for their children be86f28 dm: core: Allocate platform data when binding a device 2141dd9 dm: core: Tidy up error handling in device_bind() f3627ae dm: core: Set device tree node for root device 4472e2f net/phy: Add support for realtek RTL8211F 37d25d5 board/t208xrdb: VID support 52674c7 QE/DeepSleep: add QE deepsleep support for mpc85xx f7e6de8 powerpc/t1023rdb: Add T1023 RDB board support 81d2058 powerpc/t2080rdb: update ddr to support 1866MT/s 67b23a8 arm: ls102xa: workaround for cache coherency problem 839c88b mpc85xx/T104xD4RDB: Add T104xD4RDB boards support 1293181 T104xRDB : remove raw timing parameter 2ec98c2 pci/layerscape: fix link and class issues to support ls2085a 1fe92b5 pci/layerscape: remove unnecessary pcie_layerscape.h 70d18dd driver/pci: add Layerscape PCIe driver b9b27ae arm/ls1021a: add PCIe settings 6ea40af arm/ls102xa: use a array to define pexmscportsr acf3674 arm/ls102xa: create TLB to map PCIe region 450e7ee ls1021atwr: add hwconfig setting to do pin mux ae2b5a0 powerpc/t2080: enable erratum_a007186 for t2080 rev1.1 48f582d SECURE_BOOT: Disable IE Key feature for RAMBOOT eb75fb7 drivers:usb:fsl: Add affected SOCs for USB Erratum A007792 60bae11 drivers:usb: Check if USB Erratum A005697 is applicable on 913x 1498a63 ls-1/usb: Add USB support for ls1021atwr 1b3e623 ls-1/usb: Add XHCI support for ls1021aqds 621c3e2 ls102xa: config: Add USB XHCI controller base address for LS102XA 9322aab drivers: usb: fsl: Add USB XHCI stack support 920eae8 powerpc/mpc85xx: SECURE BOOT-Copy Boot Script on RAM 3b3c26f powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P5020 and P5040 d9b6ccf powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041 789db66 ls102xa: ddr4: Use LPUART as console output to verify DCU driver ae8ecf3 arm: ls102xa: Enable regulation of outstanding read transactions for slave interface S2 7d426cc arm: ls1021x: Add support for initializing CAAM's stream id 930f42f arm: ls102xa: Define default values for some CCSR macros 0193232 powerpc: 85xx: Modify CONFIG_USB_MAX_CONTROLLER_COUNT for P1022DS f5da45f drivers:usb: Add device-tree fixup to identify socs having dual phy bdf6935 Add bootscript support to esbc_validate. 64ea65b SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms. eb82578 SECURE BOOT: Add command for validation of images 6f67c1b fsl_sec_mon: Add driver for Security Monitor block of Freescale e6aa74f fsl_sfp : Move ccsr_sfp_regs definition to common include cb9678a rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP 0c489dc crypto/fsl - Add progressive hashing support using hardware acceleration. 9bc1528 crypto/fsl: Make function names consistent for blob encapsulation/decapsulation. 2fe7e4e rsa: Use checksum algorithms from struct hash_algo 5172da9 Use hash.c in mkimage 3043003 hash: Add function to find hash_algo struct with progressive hash f5082b7 lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation f5c65f2 DM: crypto/fsl - Add Freescale rsa DM driver cbf5557 lib/rsa: Modify rsa to use DM driver 0b4c7ac configs: Move CONFIG_FIT_SIGNATURE to defconfig de5370a DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver 8f6a26f FIT: Modify option FIT_SIGNATURE in Kconfig 3b55114 rsa: Split the rsa-verify to separate the modular exponentiation 98583e8 net/phy/realtek: Disable interrupt on Realtek Ethernet PHY drivers Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: update to revision 426f7a6Ting Liu2015-07-202-24/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This imports following changes: 426f7a6 SECURE BOOT: Add missing RCW's for T4240QDS 756454f SECURE BOOT: Rename the RCW's 7782087 SECURE BOOT: Remove Unwanted RCW's e93c210 LS1021: Unset BOOT_HO bit in rcw. 4375fc4 t1023rdb: update IFC_MODE to 0x2F for errata A-009138 5cf9bc5 T4240QDS: Add four 1800MHz/Core RCW files for T4240QDS board cff536a t1023rdb: set RTC=1 to enable GPIO1[14] a5983f2 T4240RDB: Add one new RCW for T4240RDB board 3a6ae48 ls1021a: fix some serdes settings for SATA 31078e1 ls1021atwr: do not power down PLL which is used by SATA c6d72e3 t2080qds: rcw: Add eMMC DDR mode RCW c77415c T104xD4RDB: update SRDS_PLL_REF_CLK_SEL_S1 value e2c0844 ls1021atwr: add USB 2.0 support fd0c1df p5020/p5040: NAND Secure Boot RCW added with PBI commands 259d57d t1023rdb: add rcw for t1023rdb board c3ab906 T1042: Add t1042d4rdb rcw files for serdes protocol 0x86 ae39560 T1040: Add t1040d4rdb rcw files for serdes protocol 0x66 b9d3c22 p3041: NAND Secure Boot RCW added with PBI commands dc0fad9 t2080rdb: update ddr to 1866MT/s 03c5ee6 t2080: update platform clock to 600MHz 72945fa rcw: ls102xa: merge rcw for lpuart and dcu 6678741 rcw: ls102xa: Adjust the features supported in SD boot f7a54c1 arm: ls102xa: Increase IO drive strength for LS1021AQDS board 3dd07fa B4860-As-B3: Add two new RCW files 69a041c B4860QDS: Add HWA_CGA_M3_CLK_SEL bits define in b4860.rcwi file 87289d5 ls102xa: rcw: Add QSPI boot RCW for LS1021A TWR board 13bf692 t1024: update FM1_MAC_RAT from 0 to 1 5b94b3e t1024rdb: add new rcw 0x135 and minor update Also align with the one in meta-fsl-arm layer. Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: fix the build issue with binutils-2.25Zhenhua Luo2015-03-312-1/+79
| | | | | | | | | | | | | | | | | | | | Remove _GLOBAL_OFFSET_TABLE_ definition from u-boot/mpc85xx/u-boot*.lds In binutils-2.25, the _GLOBAL_OFFSET_TABLE_ symbols defined by PROVIDE in u-boot.lds overrides the linker built-in symbols (https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=b893397a4b1316610f49819344817715e4305de9), so the linker is treating _GLOBAL_OFFSET_TABLE_ as a definition into the .reloc section. To align with the change of binutils-2.25, the _GLOBAL_OFFSET_TABLE_ symbol should not be defined in sections, and the symbols in linker generated .got section should be used(https://sourceware.org/ml/binutils/2008-09/msg00122.html). Fixed the following build errors with binutils-2.25: | powerpc-poky-linux-gnuspe-ld.bfd: _GLOBAL_OFFSET_TABLE_ not defined in linker created .got [YOCTO #7145] Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* u-boot: use TARGET_VENDOR to compose multilib sysTing Liu2015-01-221-1/+1
| | | | | | This aligns with the default setting in Poky. Signed-off-by: Ting Liu <ting.liu@freescale.com>
* u-boot: replace base_contains with python codesTing Liu2015-01-141-16/+10
| | | | Signed-off-by: Ting Liu <ting.liu@freescale.com>
* qe-ucode: install if QE_UCODE definedTing Liu2015-01-131-16/+13
| | | | | | | | * QE_UCODE definition is moved to <machine>.conf * add check if QE_UCODE defined in anonymous python function * install the binary into /boot Signed-off-by: Ting Liu <ting.liu@freescale.com>
* cs4315-firmware: remove recipeZhenhua Luo2015-01-121-26/+0
| | | | | | | | | | The source code of cs4315-firmware is not available in public git repo due to license issue, remove the recipe. Build error log: ERROR: Function failed: Fetcher failure for URL: 'git://git.freescale.com/ppc/sdk/firmware.git;nobranch=1'. Unable to fetch URL from any source. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* qe-ucode: update to revision 49efc94Ting Liu2015-01-081-1/+1
| | | | | | | This includes following fixes: 49efc94 Add QE ucode binary for T1024 and LS1021a Signed-off-by: Ting Liu <ting.liu@freescale.com>
* ipc: update to revision c9c92acZhenhua Luo2015-01-071-1/+1
| | | | | | | | This includes following fixes: c9c92ac B4:L1 Defense: Add support for hardware watchpoint c4dd0bc b4860: IPC: Make dynamic user space library position independent Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* rcw: update revision to 3e89f378Ting Liu2015-01-071-5/+5
| | | | | | | | | | This update to fsl sdk v1.7 release, the detailed changes can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/rcw.git/ t1042rdb and t1042rdb-pi use the same rcw, update for it. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* u-boot: upgrade to 2014.07 with revision 659b6a2Ting Liu2015-01-071-14/+28
| | | | | | | | This updates u-boot to sdk v1.7 release which was based on 2014.07. For detailed changes, see: http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/ Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* boot-format: obey CFLAGS, LDFLAGSChristopher Larson2014-09-092-2/+24
| | | | Signed-off-by: Christopher Larson <chris_larson@mentor.com>
* u-boot-qoriq: rename to match verion 2014.01Chunrong Guo2014-07-231-0/+0
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* ipc-modules: move to recipes-kernel/Ting Liu2014-07-153-43/+0
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* inherit qoriq_build_64bit_kernel for kernel/module recipesTing Liu2014-07-151-19/+1
| | | | | | | ppce6500 is a specific core which only support 64bit kernel, the duplicate hack codes were packaged into qoriq_build_64bit_kernel.bbclass, use it. Signed-off-by: Ting Liu <b28495@freescale.com>
* remove fslmachine MACHINEOVERRIDES usageTing Liu2014-07-151-1/+1
| | | | | | fslmachine is too generic, use qoriq-ppc instead. Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: rename to u-boot-qoriqTing Liu2014-07-151-1/+1
| | | | | | | like u-boot-imx, u-boot-qoriq is supposed to be provided and supported by Freescale. it uses latest u-boot codes on git.freescale.com Signed-off-by: Ting Liu <b28495@freescale.com>
* pkc-firmware: add recipe for sdk v1.6Zhenhua Luo2014-07-081-0/+41
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* cs4315-firmware: add recipe for sdk v1.6Ting Liu2014-07-081-0/+26
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* qe-ucode: add recipe for sdk v1.6Zhenhua Luo2014-07-081-0/+38
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* apptrk: add recipe for sdk v1.6 releaseTing Liu2014-07-081-0/+20
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* boot-format: update to sdk v1.6 releaseTing Liu2014-07-081-1/+1
| | | | | | | | changes: p2020rdb: Add L2/SRAM boot support powerpc: update dat files to take care 768KB u-boot Signed-off-by: Ting Liu <b28495@freescale.com>
* add recipes for ipc kernel module and userspace toolTing Liu2014-07-085-0/+118
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* rcw: update to sdk v1.6 releaseZhenhua Luo2014-07-081-11/+15
| | | | | | add support for new added boards Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: adjust DEPENDS and PATH setting for multilib buildTing Liu2014-07-081-4/+4
| | | | | | | | | | | all cross tools were put into the native sysroot per target arch instead of tune arch now: commit e078edbf99f733c04ec8ca50ff10d2200b6d14d4 binutils/gcc/gdb: Add TARGET_ARCH to PN for all cross recipes adjust DEPENDS and PATH setting for multilib build Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: update to sdk v1.6 releaseTing Liu2014-07-081-19/+19
| | | | | | | | | 1.u-boot released in sdk v1.6 was based on 2014.01, set PV to 2014.01+fslgit 2.all the license files was put to Licenses/ directory now, update LIC_FILES_CHKSUM 3.not break if the u-boot config not supported 4.nand u-boot was named as u-boot-with-spl.bin, copy the right binary Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: add git revision to the local versionChunrong Guo2014-04-021-2/+3
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* u-boot: update SHA for SDK T2080QDSZongchun Yu2014-02-131-2/+3
| | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>