summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2017-05-18CBMEM: Add config CBMEM_TOP_BACKUPKyösti Mälkki
2017-05-16arch/arm64: Use variables of the right size for msr/mrs opcodesPatrick Georgi
2017-05-12commonlib: Move drivers/storage into commonlib/storageLee Leahy
2017-05-01arch/x86: Share storage data structures between early stagesLee Leahy
2017-04-25arch/x86: Add read64 and write64 functionsMarshall Dawson
2017-04-18x86/acpigen: Fix BufferSize of ResourceTemplateNico Huber
2017-04-17arch/x86/acpi: Allow "transparent" ACPI device namesTimothy Pearson
2017-04-08arch/x86: remove CAR global migration when postcar stage is usedAaron Durbin
2017-04-03arch/x86/acpigen: Allow writing buffers larger than 256 bytesRizwan Qureshi
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2017-03-28vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner
2017-03-28vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig optionJulius Werner
2017-03-28arm64: Fix verstage to use proper assembly versions of mem*()Julius Werner
2017-03-20arch/x86: Fix most of remaining issues detected by checkpatchLee Leahy
2017-03-19ramstage: Align stack to 16 bytesKyösti Mälkki
2017-03-17arch/x86: Wrap lines at 80 columnsLee Leahy
2017-03-17arch/x86: Fix prefer errors detected by checkpatchLee Leahy
2017-03-17arch/x86: Fix space issues detected by checkpatchLee Leahy
2017-03-17arch/x86: Fix issues with braces detected by checkpatchLee Leahy
2017-03-16acpi_device: Add macro for GpioInt that uses both polarityDuncan Laurie
2017-03-16acpi_device: Prefix IRQ macros with ACPIDuncan Laurie
2017-03-15acpi: device: Add macro for active high level triggered IRQDuncan Laurie
2017-03-02acpi: Update the ACPI ID for corebootDuncan Laurie
2017-02-24src/arch/x86: Remove non-ascii charactersMartin Roth
2017-02-24arm-trusted-firmware: Disable a couple of warnings for GCC 6.2Martin Roth
2017-02-22arch/x86/acpigen: Provide helper functions for enabling/disabling GPIOFurquan Shaikh
2017-02-22acpi: Add ACPI_ prefix to IRQ enum and struct namesFurquan Shaikh
2017-02-20arch/x86: add functions to generate random numbersRobbie Zhang
2017-02-20riscv: Suppress invalid coverity errorsMartin Roth
2017-02-19acpi_device: Add macros for GPIO interruptsDuncan Laurie
2017-02-19acpi_device: Move power resource function to generic codeDuncan Laurie
2017-02-16spi: Add function callback to get configuration of SPI busFurquan Shaikh
2017-02-14src/Kconfig: Move bootblock behavior to arch/x86 as TODO suggestedMartin Roth
2017-02-04x86/acpi: Add VFCT tablePatrick Rudolph
2017-01-31build system: mark sub-make invocations as parallelizablePatrick Georgi
2017-01-24arch/x86: do not define type of SPIN_LOCK_UNLOCKEDPatrick Georgi
2017-01-16riscv: Move mcall numbers to mcall.h, adjust their namesJonathan Neuschäfer
2017-01-16riscv: get SBI calls to workRonald G. Minnich
2017-01-06arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin
2016-12-21soc/intel/apollolake: allow ApolloLake SoC to use FSP CAR InitBrenton Dong
2016-12-21drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API supportBrenton Dong
2016-12-20riscv: enable counters via m[us]counterenRonald G. Minnich
2016-12-18ACPI S3: Signal successful bootKyösti Mälkki
2016-12-18riscv: Add support for timer interruptsRonald G. Minnich
2016-12-17Revert "arch/x86/smbios: Correct manufacturer ID"Nico Huber
2016-12-16x86: Configure premem cbmem console sizeNaresh G Solanki
2016-12-16acpi_device: Add special HID for DT namespaceFurquan Shaikh
2016-12-11ACPI S3: Hide acpi_slp_typeKyösti Mälkki
2016-12-09postcar_loader: Support LATE_CBMEM_INIT boardsKyösti Mälkki
2016-12-08cpu/x86: allow AP callbacks after MP initAaron Durbin