Home
last modified time | relevance | path

Searched hist:"4 ec1a2399cf6e182ba2828a40795912d20eca1ab" (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/plat/allwinner/common/
H A Dsunxi_security.c4ec1a2399cf6e182ba2828a40795912d20eca1ab Sun Oct 14 11:02:02 UTC 2018 Andre Przywara <andre.przywara@arm.com> allwinner: Export sunxi_private.h

So far we have a sunxi_private.h header file in the common code directory.
This holds the prototypes of various functions we share in *common*
code. However we will need some of those in the platform specific code
parts as well, and want to introduce new functions shared across the
whole platform port.

So move the sunxi_private.h file into the common/include directory, so
that it becomes visible to all parts of the platform code.
Fix up the existing #includes and add missing ones, also add the
sunxi_read_soc_id() prototype here.

This will be used in follow up patches.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
H A Dsunxi_cpu_ops.c4ec1a2399cf6e182ba2828a40795912d20eca1ab Sun Oct 14 11:02:02 UTC 2018 Andre Przywara <andre.przywara@arm.com> allwinner: Export sunxi_private.h

So far we have a sunxi_private.h header file in the common code directory.
This holds the prototypes of various functions we share in *common*
code. However we will need some of those in the platform specific code
parts as well, and want to introduce new functions shared across the
whole platform port.

So move the sunxi_private.h file into the common/include directory, so
that it becomes visible to all parts of the platform code.
Fix up the existing #includes and add missing ones, also add the
sunxi_read_soc_id() prototype here.

This will be used in follow up patches.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
H A Dsunxi_pm.c4ec1a2399cf6e182ba2828a40795912d20eca1ab Sun Oct 14 11:02:02 UTC 2018 Andre Przywara <andre.przywara@arm.com> allwinner: Export sunxi_private.h

So far we have a sunxi_private.h header file in the common code directory.
This holds the prototypes of various functions we share in *common*
code. However we will need some of those in the platform specific code
parts as well, and want to introduce new functions shared across the
whole platform port.

So move the sunxi_private.h file into the common/include directory, so
that it becomes visible to all parts of the platform code.
Fix up the existing #includes and add missing ones, also add the
sunxi_read_soc_id() prototype here.

This will be used in follow up patches.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
H A Dsunxi_common.c4ec1a2399cf6e182ba2828a40795912d20eca1ab Sun Oct 14 11:02:02 UTC 2018 Andre Przywara <andre.przywara@arm.com> allwinner: Export sunxi_private.h

So far we have a sunxi_private.h header file in the common code directory.
This holds the prototypes of various functions we share in *common*
code. However we will need some of those in the platform specific code
parts as well, and want to introduce new functions shared across the
whole platform port.

So move the sunxi_private.h file into the common/include directory, so
that it becomes visible to all parts of the platform code.
Fix up the existing #includes and add missing ones, also add the
sunxi_read_soc_id() prototype here.

This will be used in follow up patches.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
H A Dsunxi_bl31_setup.c4ec1a2399cf6e182ba2828a40795912d20eca1ab Sun Oct 14 11:02:02 UTC 2018 Andre Przywara <andre.przywara@arm.com> allwinner: Export sunxi_private.h

So far we have a sunxi_private.h header file in the common code directory.
This holds the prototypes of various functions we share in *common*
code. However we will need some of those in the platform specific code
parts as well, and want to introduce new functions shared across the
whole platform port.

So move the sunxi_private.h file into the common/include directory, so
that it becomes visible to all parts of the platform code.
Fix up the existing #includes and add missing ones, also add the
sunxi_read_soc_id() prototype here.

This will be used in follow up patches.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
/rk3399_ARM-atf/plat/allwinner/sun50i_h6/
H A Dsunxi_power.c4ec1a2399cf6e182ba2828a40795912d20eca1ab Sun Oct 14 11:02:02 UTC 2018 Andre Przywara <andre.przywara@arm.com> allwinner: Export sunxi_private.h

So far we have a sunxi_private.h header file in the common code directory.
This holds the prototypes of various functions we share in *common*
code. However we will need some of those in the platform specific code
parts as well, and want to introduce new functions shared across the
whole platform port.

So move the sunxi_private.h file into the common/include directory, so
that it becomes visible to all parts of the platform code.
Fix up the existing #includes and add missing ones, also add the
sunxi_read_soc_id() prototype here.

This will be used in follow up patches.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
/rk3399_ARM-atf/plat/allwinner/common/include/
H A Dsunxi_private.h4ec1a2399cf6e182ba2828a40795912d20eca1ab Sun Oct 14 11:02:02 UTC 2018 Andre Przywara <andre.przywara@arm.com> allwinner: Export sunxi_private.h

So far we have a sunxi_private.h header file in the common code directory.
This holds the prototypes of various functions we share in *common*
code. However we will need some of those in the platform specific code
parts as well, and want to introduce new functions shared across the
whole platform port.

So move the sunxi_private.h file into the common/include directory, so
that it becomes visible to all parts of the platform code.
Fix up the existing #includes and add missing ones, also add the
sunxi_read_soc_id() prototype here.

This will be used in follow up patches.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
/rk3399_ARM-atf/plat/allwinner/sun50i_a64/
H A Dsunxi_power.c4ec1a2399cf6e182ba2828a40795912d20eca1ab Sun Oct 14 11:02:02 UTC 2018 Andre Przywara <andre.przywara@arm.com> allwinner: Export sunxi_private.h

So far we have a sunxi_private.h header file in the common code directory.
This holds the prototypes of various functions we share in *common*
code. However we will need some of those in the platform specific code
parts as well, and want to introduce new functions shared across the
whole platform port.

So move the sunxi_private.h file into the common/include directory, so
that it becomes visible to all parts of the platform code.
Fix up the existing #includes and add missing ones, also add the
sunxi_read_soc_id() prototype here.

This will be used in follow up patches.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>