aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/sifive_u_otp.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-7/+7
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-2/+2
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria1-1/+1
2021-12-15hw: Replace trivial drive_get_next() by drive_get()Markus Armbruster1-2/+2
2021-11-22hw/misc/sifive_u_otp: Do not reset OTP content on hardware resetPhilippe Mathieu-Daudé1-8/+5
2021-11-22hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONEThomas Huth1-1/+8
2021-03-04hw/misc: sifive_u_otp: Use error_report() when block operation failsBin Meng1-8/+5
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-1/+1
2021-01-16hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwriteGreen Wan1-8/+23
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-10-22hw/misc/sifive_u_otp: Add backend drive supportGreen Wan1-0/+65
2020-10-22hw/misc/sifive_u_otp: Add write function and write-once protectionGreen Wan1-1/+29
2020-09-09hw/riscv: Move sifive_u_otp model to hw/miscBin Meng1-0/+191