summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ppc: move New World uninorth and nvram device node creation to the root deviceMark Cave-Ayland2019-08-181-0/+2
* libopenbios: remove REGISTER_NAMED_NODE and REGISTER_NAMED_NODE_PHANDLE macrosMark Cave-Ayland2019-08-181-11/+0
* nvram: convert to use BIND_NODE_METHODS() macroMark Cave-Ayland2019-08-181-1/+3
* libopenbios: introduce BIND_NODE_METHODS() macroMark Cave-Ayland2019-08-181-0/+8
* SPARC32: mark initrd memory as mapped and in use before booting kernelMark Cave-Ayland2019-02-081-0/+2
* drivers: add virtio-1.0 virtio-blk driverMark Cave-Ayland2018-08-312-0/+11
* SPARC64: fix endian naming of architecture in_*() and out_*() functionsMark Cave-Ayland2018-08-312-21/+20
* ppc: add fw_cfg interface for passing VIA/ADB configuration from QEMUMark Cave-Ayland2018-06-092-0/+11
* libopenbios: add PReP boot partition loader for PPCMark Cave-Ayland2018-05-261-0/+24
* ppc: add PReP residual data blockMark Cave-Ayland2018-05-261-0/+116
* pci: add driver for LSI 53C810 SCSI controllerMark Cave-Ayland2018-05-262-0/+7
* pci: add AMD PCNET information to PCI databaseMark Cave-Ayland2018-05-261-0/+3
* SPARC32: implement dvma_sync() function for synchronising DMA memoryMark Cave-Ayland2018-05-261-0/+1
* SPARC32: move pgtsrmmu.h from arch/sparc32 to include/arch/sparc32Mark Cave-Ayland2018-05-261-0/+223
* SPARC32: implement dvma_map_in() for DMA IOVA to phys translationMark Cave-Ayland2018-05-261-1/+2
* pci: add Intel e1000 network device to PCI databaseMark Cave-Ayland2017-09-061-0/+1
* pci: add SUN hme network deviceMark Cave-Ayland2017-09-061-0/+1
* pci: add basic support for Apple SunGEMMark Cave-Ayland2017-09-061-0/+1
* arch: remove rbase and rlen from pci_arch_t for all PCI architecturesMark Cave-Ayland2017-07-121-2/+0
* pci: move memory type enum from drivers/pci.c to include/drivers/pci.hMark Cave-Ayland2017-07-121-0/+7
* pci: define pci_range_t typedef and add it to pci_arch_t structMark Cave-Ayland2017-07-121-0/+10
* pc_kbd: add optional mouse device support for 8042 devicesMark Cave-Ayland2017-07-121-2/+2
* Remove obsolete email addressesStefan Reinauer2017-06-082-2/+2
* fw_cfg: implement fw-cfg-read-file Forth wordMark Cave-Ayland2017-04-201-0/+1
* fw_cfg: add fw_cfg_find_file() and fw_cfg_read_file() functionsMark Cave-Ayland2017-04-201-0/+15
* Fix spelling mistakesEdward Betts2017-02-106-6/+6
* SPARC64: set upper bound for virtual memory allocationsMark Cave-Ayland2016-10-231-0/+2
* SPARC32: fixup available memory list and modify ofmem_arch_get_virt_top()Mark Cave-Ayland2016-10-231-1/+1
* ppc: don't use virtual image stack for startup contextMark Cave-Ayland2016-10-221-1/+1
* libopenbios: remove address parameter from start_elf()Mark Cave-Ayland2016-09-111-1/+1
* xcoff: implement load/init-program as per IEEE-1275 specificationMark Cave-Ayland2016-09-111-1/+1
* bootcode: implement load/init-program as per IEEE-1275 specificationMark Cave-Ayland2016-09-111-0/+2
* libopenbios: move go() function into libopenbiosMark Cave-Ayland2016-09-111-0/+2
* libopenbios: move prototypes for start_elf() and __context into libopenbiosMark Cave-Ayland2016-09-111-0/+3
* libopenbios: add context wrappers for Fcode/Forth payloadsMark Cave-Ayland2016-09-111-0/+3
* libopenbios: introduce arch_init_program() in preparation for per-arch implem...Mark Cave-Ayland2016-09-111-0/+1
* pci: add PCI database entry for rtl8139 network cardMark Cave-Ayland2016-09-091-0/+1
* ppc: add new context handlerMark Cave-Ayland2016-07-081-1/+1
* libopenbios: introduce new get_path_from_ph() helper functionMark Cave-Ayland2016-01-041-0/+1
* SPARC64: introduce new Forth context stack (fcstack) for CPU contextsMark Cave-Ayland2015-12-291-1/+1
* bootstrap: don't include files from target/include as system includesLaurent Vivier2015-11-061-8/+0
* ppc: add ob_ide_quiesce() and call it from the PPC CIF quiesce wordMark Cave-Ayland2015-10-231-0/+1
* OFMEM: remove ofmem_arch_get_phys_top() implementationMark Cave-Ayland2015-05-121-1/+0
* Add USB OHCI + HID driverBALATON Zoltan2014-08-252-0/+9
* Mac99: Support flat NVRAMAlexander Graf2014-07-131-0/+1
* arch/ppc/qemu: Clean up and add more cpu infosBALATON Zoltan2014-05-251-0/+1
* OFMEM: redefine OFMEM_TRACE macro so that it always compilesMark Cave-Ayland2014-04-041-2/+8
* SPARC32: properly handle SS-5, SS-10 and SS-20 timers/interruptsOlivier Danet2014-02-161-1/+1
* SPARC64: increase PAGE_SHIFT to 13 (8K page size)Mark Cave-Ayland2013-12-161-1/+1
* Move PAGE_SHIFT into architecture-specific header filesMark Cave-Ayland2013-12-166-3/+10