Introduce new header files for SoC register defines
authorPiotr Dymacz <pepe2k@gmail.com>
Thu, 12 Nov 2015 21:56:23 +0000 (22:56 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Thu, 12 Nov 2015 21:56:23 +0000 (22:56 +0100)
commit2bc1b721807fabccea0dbd89a2d672161a44b095
tree8be4a347e7a2e6ae7c06b7f85fe5a0c5061a3fca
parentdda048c0025428976bd77611b38fbf4b8948960d
Introduce new header files for SoC register defines

As it turned out, most of QC/A WiSoC are very similar
from register structures and addresses point of view.

What's more, it seems that even when some registers
or fields are slightly different in name, they still
mean the same and work in exactly same way.

So, instead of using approach from old Atheros SDK,
where we have hundreds of different header files,
for different chips, we will use only one. And in
case of different address for the same register or
different fields size/position, etc., we will use
preprocessor and SOC_TYPE value.

Add also MediaTek/Ralink headers file, we are going
to fill it soon.
u-boot/include/soc/mtk_soc_common.h [new file with mode: 0644]
u-boot/include/soc/qca_soc_common.h [new file with mode: 0644]
u-boot/include/soc/soc_common.h [new file with mode: 0644]