[PATCH v6 06/24] soc: qcom: cmd-db: adjust probe for U-Boot

Simon Glass sjg at chromium.org
Mon Jul 15 13:39:29 CEST 2024


On Mon, 15 Jul 2024 at 11:08, Caleb Connolly <caleb.connolly at linaro.org> wrote:
>
> Integrate cmd-db into the U-Boot driver model.
>
> This is just a wrapper around an in-memory database, so we just need to
> get the address and validate that cmd-db is there.
>
> Since cmd_db_header will be stored in the .data section we can skip
> bind if it's already set.
>
> Signed-off-by: Caleb Connolly <caleb.connolly at linaro.org>
> ---
> To: Simon Glass <sjg at chromium.org>
> ---
>  drivers/soc/qcom/cmd-db.c | 72 +++++++++++++++--------------------------------
>  include/soc/qcom/cmd-db.h |  3 --
>  2 files changed, 23 insertions(+), 52 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

BTW, this is a MISC driver. Does it implement the read() operation?


More information about the U-Boot mailing list