]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(allwinner): consolidate sunxi_cfg.h files
authorAndre Przywara <andre.przywara@arm.com>
Thu, 8 Dec 2022 00:41:07 +0000 (00:41 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Wed, 26 Apr 2023 16:45:29 +0000 (17:45 +0100)
commit573d600e7b84ccceb7283bd462c8331f818b2b69
tree6ad936b3676b14b762c1a6de5ec2a2df4eb84194
parentd5f19c49baa7f420daf3afa2b79cc977ce2e9c74
refactor(allwinner): consolidate sunxi_cfg.h files

The header files describing the CPU cluster configuration IP block for
the H6 and H616 are actually identical, so merge them into one file and
move that to a common location. There is an upcoming SoC which will
similarly share a header file with the R329 SoC, so move that to the
same location already. In Allwinner's BSP source those two SoC groups
are typically called "NCAT" and "NCAT2", so use those names for the
shared header files. No functional change.

Change-Id: I98318373577344dbe228a81fa331ce660df32b5f
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
plat/allwinner/common/include/sunxi_cpucfg_ncat.h [new file with mode: 0644]
plat/allwinner/common/include/sunxi_cpucfg_ncat2.h [new file with mode: 0644]
plat/allwinner/sun50i_h6/include/sunxi_cpucfg.h
plat/allwinner/sun50i_h616/include/sunxi_cpucfg.h
plat/allwinner/sun50i_r329/include/sunxi_cpucfg.h