summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/x86/acpigen_dsm: Add support for DSM typesFurquan Shaikh2016-10-253-0/+93
* arch/x86/acpigen: Add support for _DSM method generationFurquan Shaikh2016-10-252-0/+94
* arch/x86/acpigen: Add more functions to ACPIGEN libraryFurquan Shaikh2016-10-252-0/+63
* RISCV: Clean up the common architectural codeRonald G. Minnich2016-10-247-31/+76
* arch/x86/acpigen: Add support for interacting with GPIOsFurquan Shaikh2016-10-242-0/+51
* arch/x86/acpigen: Add new functions to acpigen libraryFurquan Shaikh2016-10-242-2/+145
* arch/x86/acpigen: Clean up acpigen libraryFurquan Shaikh2016-10-242-41/+79
* arch/riscv: In trap handler, don't print SP twice4.5Jonathan Neuschäfer2016-10-181-2/+0
* arch/riscv: Visually align trap frame informationJonathan Neuschäfer2016-10-151-4/+4
* riscv: Use the generic src/lib/bootblock.cJonathan Neuschäfer2016-10-151-1/+0
* arch/riscv: Remove unused bootblock_simple.cJonathan Neuschäfer2016-10-151-60/+0
* riscv: Clean up {qemu,spike}_utilJonathan Neuschäfer2016-10-151-17/+1
* riscv and power8: Convert printk/while(1) to dieJonathan Neuschäfer2016-10-151-4/+2
* src/arch: Remove whitespace after sizeofElyes HAOUAS2016-10-072-3/+3
* x86/acpi_device: Add support for GPIO output polarityFurquan Shaikh2016-10-071-1/+16
* x86/acpi_device: Fix writing of array propertyFurquan Shaikh2016-10-071-1/+6
* RISCV: update the encoding.h file.Ronald G. Minnich2016-10-071-73/+344
* arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass2016-10-062-4/+3
* x86: acpi: Use GOOG ID for coreboot tableDuncan Laurie2016-09-272-3/+6
* x86: acpi: Add function for querying GPE statusDuncan Laurie2016-09-212-0/+8
* Makefiles: update cbfs types from bare numbers to valuesMartin Roth2016-09-211-1/+1
* arm_tf: Fix code style nits and commentsSimon Glass2016-09-201-5/+8
* Revert "x86: acpi: Add function for querying GPE status"Duncan Laurie2016-09-192-8/+0
* x86: acpi: Add function for querying GPE statusDuncan Laurie2016-09-192-0/+8
* arch/x86,lib: make cbmem console work in postcar stageAaron Durbin2016-09-191-0/+4
* arch/x86: move postcar main logic into CAaron Durbin2016-09-193-12/+34
* arch/acpi_ivrs.h: Update 8-byte IVRS entry valuesMartin Roth2016-09-151-3/+3
* src/arch: Improve code formattingElyes HAOUAS2016-09-127-119/+119
* arch/arm: Add armv7-r configurationHakim Giydan2016-09-124-3/+84
* arch/x86: Utilize additional MTRRs in postcar_frame_add_mtrrRizwan Qureshi2016-09-121-22/+37
* arch/x86: Always compile postcar library in romstageRizwan Qureshi2016-09-123-7/+19
* include/arch/acpi.h: change IVRS efr field to iommu_feature_infoMartin Roth2016-09-071-3/+3
* x86/acpi.c: use #define for IVRS revision fieldMartin Roth2016-09-071-1/+2
* arch/x86/include: Add #defines for IVRS tablesMartin Roth2016-09-071-0/+122
* arch/acpi.h: add #if guard to handle the absence of device_t typeAntonello Dettori2016-09-041-1/+1
* arch/riscv: Add missing "break;"Jonathan Neuschäfer2016-08-291-0/+1
* src/arch: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-289-24/+24
* src/arch: Capitalize CPU and ACPIElyes HAOUAS2016-08-282-5/+5
* arch/riscv: Add functions to read/write memory on behalf of supervisor/user modeJonathan Neuschäfer2016-08-231-0/+47
* arch/riscv: Map the kernel space into RAM (2GiB+)Jonathan Neuschäfer2016-08-231-3/+3
* arch/riscv: Implement the SBI againJonathan Neuschäfer2016-08-235-26/+174
* arch/riscv: Enable U-mode/S-mode counters (stime, etc.)Jonathan Neuschäfer2016-08-231-0/+4
* arch/riscv: Fix unaligned memory access emulationJonathan Neuschäfer2016-08-231-12/+20
* arch/riscv: Delegate exceptions to supervisor mode if appropriateJonathan Neuschäfer2016-08-231-0/+10
* arch/riscv: Print the page table structure after constructionJonathan Neuschäfer2016-08-232-9/+78
* arch/arm & arm64: Remove unnecessary whitespace before "\n"Elyes HAOUAS2016-08-232-2/+2
* arch/riscv: Improve and refactor trap handling diagnosticsJonathan Neuschäfer2016-08-151-62/+72
* arch/riscv: Set the stack pointer upon trap entryJonathan Neuschäfer2016-08-151-1/+11
* arch/riscv: Fix the page table setup codeJonathan Neuschäfer2016-08-111-2/+5
* arch/riscv: Update encoding.h and dependent filesJonathan Neuschäfer2016-08-113-746/+829