aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pkc-firmware
AgeCommit message (Collapse)Author
2016-10-18pkc-firmware: update to f75d281Ting Liu
fix interrupt notification to Intel(R) hosts with IOMMU enabled Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-12pkc-firmware: update to 21a6b5bTing Liu
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>
2016-04-19pkc-firmware: update to commmit 32804a0Ting Liu
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@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28Move meta-fsl-ppc content to layer rootOtavio Salvador
This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>