Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sunxi_sid.c
RevisionDateAuthorComments
 1.8  13-Aug-2024  skrll risc-v: Allwinner D1 support

Add the Allwinnder D1 support provided by Rui-Xiang Guo and updated
but me.

https://mail-index.netbsd.org/port-riscv/2024/08/04/msg000127.html

Only driver listed as attaching in

https://github.com/picohive/netbsd-mangopi-mq-pro/blob/main/boot.log

have been added.

There is no need for the platform stuff as the board's u-boot is able
to load bootriscv64.efi and boot a generic kernel.
 1.7  27-Jan-2021  thorpej Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.6  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.5  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.4  18-Jan-2021  thorpej Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.

Fix several "loses const qualifier" bugs encountered during
this conversion.
 1.3  30-Jan-2019  jmcneill branches: 1.3.12;
Match allwinner,sun50i-a64-sid
 1.2  02-Jan-2019  jmcneill Support A83T
 1.1  03-Oct-2017  jmcneill branches: 1.1.2; 1.1.4; 1.1.6;
Add a simple Security ID EFUSE driver.
 1.1.6.1  10-Jun-2019  christos Sync with HEAD
 1.1.4.1  18-Jan-2019  pgoyette Synch with HEAD
 1.1.2.2  03-Dec-2017  jdolecek update from HEAD
 1.1.2.1  03-Oct-2017  jdolecek file sunxi_sid.c was added on branch tls-maxphys on 2017-12-03 11:35:56 +0000
 1.3.12.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed