aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2023-10-15[platform][jh7110] Tweak logic to find the FDT from the uimageTravis Geiselbrecht
2023-06-08[riscv][clang] Use a CSR name instead of a numeric expressionAlex Richardson
2023-06-01[scripts][python] Move a few more scripts from python2 to python3Travis Geiselbrecht
2023-03-09[target][visionfive2] set the time base properlyTravis Geiselbrecht
2023-03-09[dev][interrupt][riscv_plic] merge now 3 implementations of the same plic dri...Travis Geiselbrecht
2023-03-06WIP [target][visionfive2] Add initial support for a VisionFive 2 RISC-V boardTravis Geiselbrecht
2022-12-17[lib][fdtwalk] add routine to find and parse /reserved-memory nodeTravis Geiselbrecht
2022-12-17[platform][qemu-virt-riscv] seems the first 512K are now used by opensbi 1.1Travis Geiselbrecht
2022-11-02[arch][x86][mmu] update how mmu code accesses physical pagesTravis Geiselbrecht
2022-11-02[lib][acpi_lite] update to use the VMM to map acpi tables inTravis Geiselbrecht
2022-10-23[make] add a way for a module to opt into additional warningsTravis Geiselbrecht
2022-09-28[platform] [riscv-virt] Fix PLIC_PRIORITY macroPedro Falcato
2022-09-25[dev][power][psci] refactor out of the qemu-virt-arm moduleMichael Bishop
2022-08-14Merge from luka177:f4-updateTravis Geiselbrecht
2022-08-14[platform][stm32f4xx] append the necessary #define to GLOBAL_COMPILEFLAGSTravis Geiselbrecht
2022-08-07[platform][pc] move the multiboot header into generic spaceTravis Geiselbrecht
2022-08-07[platform][pc] update the multiboot memory detection codeTravis Geiselbrecht
2022-08-06[platform][rosco-m68k] microoptimize the duart irqTravis Geiselbrecht
2022-08-06[platform][rosco-m68k] delete some unused #definesTravis Geiselbrecht
2022-08-06[platform][qemu-virt-m68k] fix timer interruptsTravis Geiselbrecht
2022-07-24[arch][x86] add more comprehensive feature bit routineTravis Geiselbrecht
2022-07-22[make] define and undefine some make variablesTravis Geiselbrecht
2022-07-21[platform-stm32f4xx] Updata chip defenitionluka177
2022-05-29[arch][riscv][sbi] add the pmu extension, tweak boot messages, qemu-virt use ...Travis Geiselbrecht
2022-05-21[platform][rosco-m68k] add proper support for the system data blockTravis Geiselbrecht
2022-04-19[arch][arm64] use SMC when booted at EL2 in QEMUPeter Collingbourne
2022-04-18[platform][rosco-m68k] default to WITH_LINKER_GC onTravis Geiselbrecht
2022-04-18[platform][rosco-m68k] change the tick rate to 100HzTravis Geiselbrecht
2022-04-12[platform][rosco-m68k] Add port to the Rosco M68k boardTravis Geiselbrecht
2022-03-19[lib][minip] add an arg to the ethernet transmit callbackTravis Geiselbrecht
2022-03-19[lib][minip] add a mechanism to wait for the stack to be configuredTravis Geiselbrecht
2022-02-11[platform][m68k-virt] parse the BOOTINFO structure qemu uses to pass infoTravis Geiselbrecht
2022-02-06[bus][pci] Support for dynamically assigning BARs and bridges if neededTravis Geiselbrecht
2022-02-06[bus][pci] add routines to pass in PCI bus resources prior to starting the pc...Travis Geiselbrecht
2022-02-06[lib][fdtwalk] add support to return the io/mmio pci aperture as wellTravis Geiselbrecht
2022-02-06[bus][pci] add a virtual module that references all the pci driversTravis Geiselbrecht
2022-02-06[platform][qemu-virt] make sure the PCI bus builds properlyTravis Geiselbrecht
2022-01-09[platform][pc] add a routine to read the cmos memoryTravis Geiselbrecht
2021-12-27[dev][net][e1000] First stab at a working e1000 driver.Travis Geiselbrecht
2021-12-27[dev][bus][pci] major refactor of the PCI bus driverTravis Geiselbrecht
2021-11-12[platform][qemu-virt-riscv] pick the PCIE ecam out of FDT and initialize PCI busTravis Geiselbrecht
2021-11-12[platform][qemu-virt-arm] bootstrap pci from the FDTTravis Geiselbrecht
2021-11-12[platform][pc] print some ACPI table information at bootTravis Geiselbrecht
2021-11-12[bus][pci] first stab at PCI-e ECAM supportTravis Geiselbrecht
2021-11-12[bus][pci] convert the pci driver's back end to simple C++ objectsTravis Geiselbrecht
2021-11-11[lib][acpi_lite] add definition of MCFG tableTravis Geiselbrecht
2021-11-11[platform][pc] add acpi_lite to the buildTravis Geiselbrecht
2021-11-09[dev][pci] move the pci console commands into the pci bus driverTravis Geiselbrecht
2021-11-08[arch][m68k] Merge in Motorola 68k portTravis Geiselbrecht
2021-10-21[platform/target][warnings] fix -Wmissing-declarations warnings in platform/ ...Travis Geiselbrecht