summaryrefslogtreecommitdiff
path: root/hw/xtensa/xtfpga.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-21target-xtensa: xtfpga: attach FLASH to system IOMax Filippov1-14/+27
2015-09-25xtensa: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-1/+1
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-8/+42
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-30/+28
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-3/+4
2015-03-10xtensa: Remove superfluous '\n' around error_report()Gonglei1-5/+5
2015-03-07target-xtensa: xtfpga: fix ml605 flash sizeMax Filippov1-1/+1
2015-03-07hw/xtensa: allow reads/writes in the system I/O regionMax Filippov1-1/+19
2014-11-03hw/xtensa/xtfpga: treat uImage load address as virtualMax Filippov1-1/+1
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov1-1/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+1
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+3
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-3/+5
2014-06-29hw/xtensa/xtfpga: implement initrd loadingMax Filippov1-0/+24
2014-06-29hw/xtensa/xtfpga: implement DTB loadingMax Filippov1-0/+23
2014-06-29hw/xtensa/xtfpga: implement uImage loadingMax Filippov1-1/+24
2014-06-29hw/xtensa/xtfpga: add memory info to bootparamMax Filippov1-1/+8
2014-06-29hw/xtensa/xtfpga: refactor bootparameters fillingMax Filippov1-12/+16
2014-06-29hw/xtensa/xtfpga: use symbolic constants for bootparam tagsMax Filippov1-3/+3
2014-06-29hw/xtensa/xtfpga: retrieve parameters from machine_optsMax Filippov1-2/+3
2014-06-29hw/xtensa: replace fprintfs with error_reportMax Filippov1-4/+6
2014-06-29hw/xtensa: remove extraneous xtensa_ prefix from file namesMax Filippov1-0/+360