Re: [PATCH v4 0/4] update clock handler and proper cpu features

2020-06-24 Thread Bin Meng
; Jagan Teki > > ; Pragnesh Patel > > ; Anup Patel ; Simon > > Glass ; Sean Anderson > > Subject: Re: [PATCH v4 0/4] update clock handler and proper cpu features > > > > [External Email] Do not click links or attachments unless you recognize the > > sender

RE: [PATCH v4 0/4] update clock handler and proper cpu features

2020-06-23 Thread Sagar Kadam
Hi Bin, > -Original Message- > From: Bin Meng > Sent: Wednesday, June 24, 2020 6:46 AM > To: Sagar Kadam > Cc: U-Boot Mailing List ; Rick Chen > ; Lukasz Majewski ; Jagan Teki > ; Pragnesh Patel > ; Anup Patel ; Simon > Glass ; Sean Anderson > Subject: R

Re: [PATCH v4 0/4] update clock handler and proper cpu features

2020-06-23 Thread Bin Meng
Hi Sagar, On Sun, Jun 21, 2020 at 9:10 PM Sagar Shrikant Kadam wrote: > > U-Boot cmd "cpu detail" shows inconsistent CPU features and is missing > clk_request and free handlers. > The current "cpu detail" sometimes shows "Microcode" as a feature, which > is not the case with FU540-C000 on HiFive

[PATCH v4 0/4] update clock handler and proper cpu features

2020-06-21 Thread Sagar Shrikant Kadam
U-Boot cmd "cpu detail" shows inconsistent CPU features and is missing clk_request and free handlers. The current "cpu detail" sometimes shows "Microcode" as a feature, which is not the case with FU540-C000 on HiFive Unleashed board. Patch 1: add clk request handler to check if valid clock id is r