summaryrefslogtreecommitdiffstats
path: root/hw/misc/sifive_u_otp.c
Commit message (Expand)AuthorAgeFilesLines
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-7/+7
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-2/+2
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-1/+1
* hw: Replace trivial drive_get_next() by drive_get()Markus Armbruster2021-12-151-2/+2
* hw/misc/sifive_u_otp: Do not reset OTP content on hardware resetPhilippe Mathieu-Daudé2021-11-221-8/+5Star
* hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONEThomas Huth2021-11-221-1/+8
* hw/misc: sifive_u_otp: Use error_report() when block operation failsBin Meng2021-03-041-8/+5Star
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+1
* hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwriteGreen Wan2021-01-161-8/+23
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* hw/misc/sifive_u_otp: Add backend drive supportGreen Wan2020-10-221-0/+65
* hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan2020-10-221-1/+29
* hw/riscv: Move sifive_u_otp model to hw/miscBin Meng2020-09-101-0/+191