Re: Help wanted: Adding OpenSSL in FSL HAB

2021-07-21 Thread Daniel D
lease consider the environment before printing this email. From: "Jojan" To: "Daniel D" Cc: "u-boot" Sent: Tuesday, 20 July, 2021 22:05:59 Subject: Re: Help wanted: Adding OpenSSL in FSL HAB You need to enable configs , by running make menuconfig Library rout

Re: Help wanted: Adding OpenSSL in FSL HAB

2021-07-20 Thread Jojan
I want to include OpenSSL library into the U-Boot now. Can you comment on this? Kind regards, Daniel Selvan D. -- P Please consider the environment before printing this email. From: "Jojan" To: "u-boot" , "Daniel D" Sent: Monday, 19 July, 2021 23:40:00 Su

Re: Help wanted: Adding OpenSSL in FSL HAB

2021-07-20 Thread Jojan
Which architecture ?There is a hab.c in ./arch/arm/mach-imx/hab.c It is added based on the CONFIG_IMX_HAB. You cab add your configs ( arch/configs) and port it to your custom configuration. On Monday, July 19, 2021, 7:38:28 AM PDT, Daniel D wrote: Hi, I would like to compile U-Boo

Re: Help wanted: Adding OpenSSL in FSL HAB

2021-07-19 Thread Daniel D
; To: "u-boot" , "Daniel D" Sent: Monday, 19 July, 2021 23:40:00 Subject: Re: Help wanted: Adding OpenSSL in FSL HAB Which architecture ? There is a hab.c in ./arch/arm/mach-imx/hab.c It is added based on the CONFIG_IMX_HAB. You cab add your configs ( arch/

Help wanted: Adding OpenSSL in FSL HAB

2021-07-19 Thread Daniel D
Hi, I would like to compile U-Boot with OpenSSL library and I'm using OpenSSL functions in Freescale's " hab.c ". I do not know how to add the ssl & crypto libraries to U-Boot's makefile (as there are many). I'm quite new to these kind of work, hence I request someone to provide some detailed