summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/riscv: Remove enter_supervisorJonathan Neuschäfer2016-07-182-6/+0
* arch/riscv: Change all eret instructions to .word 0x30200073 (mret)Jonathan Neuschäfer2016-07-181-2/+4
* acpi: Change API called to write the name for ACPI_DP_TYPE_CHILDHarsha Priya2016-07-171-1/+1
* arch/x86: provide common Intel ACPI hardware definitionsAaron Durbin2016-07-151-2/+32
* arch/x86: provide common ACPI_Sx constantsAaron Durbin2016-07-152-11/+20
* spike-riscv: Look for the CBFS in RAMJonathan Neuschäfer2016-07-142-29/+0
* arch/riscv: Unconditionally start payloads in machine modeJonathan Neuschäfer2016-07-141-4/+2
* acpi: Change device properties to work as a treeDuncan Laurie2016-07-082-140/+328
* acpigen_write_package: Return pointer to package element counterDuncan Laurie2016-07-072-2/+5
* acpi_device: Have acpi_device_scope() use a separate bufferDuncan Laurie2016-07-021-1/+6
* gpio: Add support for translating gpio_t into ACPI pinDuncan Laurie2016-07-021-2/+7
* riscv/bootblock.S: Register machine-mode, not supervisor-mode trap handlerJonathan Neuschäfer2016-06-281-2/+2
* arch/riscv: Show fault PC and load address on load access faultsJonathan Neuschäfer2016-06-281-0/+2
* arch/riscv: Move _start to the beginning of the bootblockJonathan Neuschäfer2016-06-281-14/+1
* region: Add writeat and eraseat supportAntonello Dettori2016-06-243-3/+3
* arch/x86/smbios: Correct manufacturer IDElyes HAOUAS2016-06-241-9/+12
* ACPI S3: Add common recovery codeKyösti Mälkki2016-06-223-0/+18
* ACPI S3: Fix prohibited wakeupKyösti Mälkki2016-06-221-1/+6
* ACPI S3: Split support for HAVE_ACPI_RESUMEKyösti Mälkki2016-06-224-128/+147
* ACPI S3: Move SMP trampoline recoveryKyösti Mälkki2016-06-221-15/+0
* Ignore RAMTOP for MTRRsKyösti Mälkki2016-06-221-0/+4
* riscv-spike: Move coreboot to 0x80000000 (2GiB)Jonathan Neuschäfer2016-06-211-2/+5
* ACPI S3: Cleanup RSDP referenceKyösti Mälkki2016-06-202-10/+1
* arch/x86/smbios: Add DRAM manufacturerPatrick Rudolph2016-06-201-0/+4
* Move definitions of HIGH_MEMORY_SAVEKyösti Mälkki2016-06-171-0/+10
* Define RAMTOP for x86 onlyKyösti Mälkki2016-06-171-0/+5
* arch/riscv: Compile with -mcmodel=medanyJonathan Neuschäfer2016-06-121-1/+4
* arch/riscv: Add misc.c to bootblock/romstage to get udelay()Jonathan Neuschäfer2016-06-121-0/+2
* arch/riscv: copy read/write8/16/32 from x86Jonathan Neuschäfer2016-06-121-0/+30
* arch/riscv/trap_util.S: Use "li" pseudo-instruction to load a constantJonathan Neuschäfer2016-06-121-1/+1
* arch/x86: Support "weak" BIST and timestamp save routinesLee Leahy2016-06-112-3/+28
* arch/x86: Add debug spinloops in assembly_entry.SLee Leahy2016-06-112-0/+25
* arch/x86: Add debug spinloopLee Leahy2016-06-112-0/+16
* mainboard: Support ROM_SIZE > 16 MiBLee Leahy2016-06-091-1/+7
* arch/x86: Enable SSE in bootblock_crt0.SLee Leahy2016-06-091-6/+2
* SMBIOS: Implement SKU fieldKyösti Mälkki2016-06-021-0/+6
* acpi_device: Add support for writing ACPI Device PropertiesDuncan Laurie2016-05-282-0/+195
* acpi_device: Add support for writing ACPI SPI descriptorsDuncan Laurie2016-05-282-0/+116
* acpi_device: Add support for writing ACPI I2C descriptorsDuncan Laurie2016-05-282-0/+85
* acpi_device: Add support for writing ACPI GPIO descriptorsDuncan Laurie2016-05-282-0/+214
* acpi_device: Add support for writing ACPI Interrupt descriptorsDuncan Laurie2016-05-282-0/+135
* arch/x86: provide verstage support for CONFIG_C_ENVIRONMENT_BOOTBLOCKAaron Durbin2016-05-272-0/+27
* arm64: Add stack dump to exception handlerJulius Werner2016-05-241-10/+28
* device: Add an ACPI device name and path concept to devicesDuncan Laurie2016-05-213-0/+137
* acpigen: Add function to generate ToUUID() from a stringDuncan Laurie2016-05-212-0/+37
* arch/x86: Include timestamp.c in all stagesAlexandru Gagniuc2016-05-191-0/+2
* acpigen: Fix ?: operator confusionJonathan Neuschäfer2016-05-171-1/+1
* acpigen: Add functions to generate _STA() and _PRW()Duncan Laurie2016-05-162-0/+37
* acpigen: Add an abstracted integer output methodDuncan Laurie2016-05-162-0/+56
* acpigen: Add helper functions for stringsDuncan Laurie2016-05-162-0/+21