[U-Boot] [PATCH 1/7] omap-common: Common omap_die_id definition

Paul Kocialkowski contact at paulk.fr
Thu Sep 3 15:41:03 CEST 2015


Hi,

Le jeudi 27 août 2015 à 19:37 +0200, Paul Kocialkowski a écrit :
> This introduces a common definition for omap_die_id, that aims at
> providing a
> common interface for accessing omap platform's die id bits.

It has been a week since I sent this series for review.
Any comments?

> Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
> ---
>  arch/arm/cpu/armv7/omap-common/utils.c | 5 +++++
>  arch/arm/include/asm/omap_common.h     | 2 ++
>  2 files changed, 7 insertions(+)
> 
> diff --git a/arch/arm/cpu/armv7/omap-common/utils.c
> b/arch/arm/cpu/armv7/omap-common/utils.c
> index df5f817..acff16b 100644
> --- a/arch/arm/cpu/armv7/omap-common/utils.c
> +++ b/arch/arm/cpu/armv7/omap-common/utils.c
> @@ -41,6 +41,11 @@ void cancel_out(u32 *num, u32 *den, u32 den_limit)
>  	}
>  }
>  
> +__weak void omap_die_id(unsigned int *die_id)
> +{
> +	die_id[0] = die_id[1] = die_id[2] = die_id[3] = 0;
> +}
> +
>  void __weak usb_fake_mac_from_die_id(u32 *id)
>  {
>  	uint8_t device_mac[6];
> diff --git a/arch/arm/include/asm/omap_common.h
> b/arch/arm/include/asm/omap_common.h
> index b67d4b6..b46e467 100644
> --- a/arch/arm/include/asm/omap_common.h
> +++ b/arch/arm/include/asm/omap_common.h
> @@ -605,6 +605,8 @@ void omap_smc1(u32 service, u32 val);
>  void enable_edma3_clocks(void);
>  void disable_edma3_clocks(void);
>  
> +void omap_die_id(unsigned int *die_id);
> +
>  /* ABB */
>  #define OMAP_ABB_NOMINAL_OPP		0
>  #define OMAP_ABB_FAST_OPP		1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150903/bf91e959/attachment-0001.sig>


More information about the U-Boot mailing list