summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: fix a wrong variable in ioapic_set_max_vectors()Iru Cai2021-10-231-1/+1
* arch/x86/ioapic: Allow IOAPIC with only one vectorKyösti Mälkki2021-10-221-3/+3
* sb,soc/intel: Set IOAPIC redirection entry countKyösti Mälkki2021-10-222-12/+43
* arch/x86/smbios: Add support for wake-up type in smbios type 1Tim Chu2021-10-212-0/+6
* arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errorsRaul E Rangel2021-10-211-1/+2
* arch/x86: Increase MAX_SMBIOS_SIZETim Wawrzynczak2021-10-191-1/+1
* arch/x86/assembly_entry: Remove cpu_infoRaul E Rangel2021-10-181-3/+0
* arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/threadRaul E Rangel2021-10-181-3/+0
* sb/amd/cimx/sb800: Clear IOAPIC vectors only onceKyösti Mälkki2021-10-172-7/+1
* drivers/generic/ioapic: Drop enable_virtual_wireKyösti Mälkki2021-10-172-11/+2
* arch/x86/smbios: Add generation of type 20 tableMatt DeVillier2021-10-151-0/+48
* arch/x86,cpu/x86: Introduce new method for accessing cpu_infoRaul E Rangel2021-10-052-1/+63
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-055-5/+5
* arch/arm64: Remove unnecessary interfacesJulius Werner2021-10-012-26/+0
* arch/x86,cpu/x86: Disable the %gs and %fs segmentsRaul E Rangel2021-09-291-1/+2
* arch/x86: Make sure compiler knows we're stopping in hlt()Martin Roth2021-09-281-2/+3
* arch/x86,cpu/x86: Move cpu_info initialization instructions into macroRaul E Rangel2021-09-272-14/+4
* arch/riscv: Avoid gcc11 replacing memset implementation with memset callPatrick Georgi2021-09-191-1/+1
* arch/riscv/trap_handler: add missing types.h includeFelix Held2021-09-171-0/+1
* arch/x86/boot: Add missing includeRaul E Rangel2021-09-131-0/+1
* SMBIOS: Skip `get_smbios_data` for disabled devicesAngel Pons2021-09-131-1/+4
* SMBIOS: Allow skipping default SMBIOS generationAngel Pons2021-09-131-2/+12
* smbios.c: Rename two local functionsAngel Pons2021-09-051-8/+6
* arch/x86: Update debug message to callout the reason for failureSubrata Banik2021-09-031-1/+2
* arch/x86: Check unsupported CPU type while writing to SMBIOS table 7Subrata Banik2021-09-031-1/+2
* arch/x86: Skip returning default leaf value as `0`Subrata Banik2021-09-031-8/+5
* arch/x86: Implement cpu_info in C codeArthur Heymans2021-08-311-14/+4
* smbios.c: Move function definition near call-siteAngel Pons2021-08-311-35/+35
* arch/x86: smbios write 7 table using deterministic cache functionsSubrata Banik2021-08-111-34/+12
* arch/x86: Helper functions to get deterministic cache parametersSubrata Banik2021-08-112-0/+208
* arch/x86/thread: Add #error when compiling for x86_64Raul E Rangel2021-07-292-0/+8
* arch/x86,lib/thread: Enable thread support in romstageRaul E Rangel2021-07-262-0/+10
* arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_tRaul E Rangel2021-07-261-1/+1
* arch/{arm,ppc64,riscv}: Remove cpu_infoRaul E Rangel2021-07-265-44/+0
* lib/thread,arch/x86: Move thread stacks into C bssRaul E Rangel2021-07-262-12/+0
* x86/smp/spinlock: Disable thread coop when taking spinlockRaul E Rangel2021-07-181-0/+8
* ppc64/byteorder.h: define use of big endianKrystian Hebel2021-07-091-1/+1
* arch/x86: Save resume vector to stack in x86_64 modeIru Cai2021-07-071-0/+7
* arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph2021-07-0614-32/+32
* arch/x86: Add X86_CUSTOM_BOOTMEDIARaul E Rangel2021-07-021-3/+7
* src: Consolidate x86_64 support KconfigAngel Pons2021-07-021-0/+18
* src: Introduce `ARCH_ALL_STAGES_X86`Angel Pons2021-07-021-0/+5
* SMBIOS: Introduce `smbios_full_table_len` functionAngel Pons2021-07-011-17/+23
* arch/x86/smbios.c Move calculation next to usageAngel Pons2021-07-011-1/+1
* SMBIOS: Introduce `smbios_carve_table` functionAngel Pons2021-07-011-109/+61
* SMBIOS: Avoid `sizeof` on struct typeAngel Pons2021-07-011-38/+37
* arch/x86/smbios.c: Trim some `len` variablesAngel Pons2021-07-011-7/+4
* src: Move `select ARCH_X86` to platformsAngel Pons2021-06-301-10/+2
* arch/x86/bootblock.ld: Align the bottom of the bootblock to 64 bytesArthur Heymans2021-06-241-1/+1
* arch/x86/include/arch/smp/mpspec: improve mp_bustype enum definitionFelix Held2021-06-181-1/+1