summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* arch/x86/walkcbfs.S: Fix the cbfs base addr for some fmapArthur Heymans2021-06-171-1/+7
* arch/x86/ioapic: Clear vector table firstKyösti Mälkki2021-06-161-8/+2
* arch/x86/ioapic: Drop irq_on_fsb as a configurable itemKyösti Mälkki2021-06-163-18/+11
* treewide: Disable R_AMD64_32S relocation supportPatrick Rudolph2021-06-153-19/+25
* arch/x86/mptable: Add smp_write_ioapic_from_hw()Kyösti Mälkki2021-06-122-0/+13
* arch/x86/ioapic: Add get_ioapic_id() and get_ioapic_version()Kyösti Mälkki2021-06-122-0/+12
* cpu/x86/lapic: Replace LOCAL_APIC_ADDR referencesKyösti Mälkki2021-06-113-8/+5
* arch/x86/acpi_bert_storage: unbreak BERT supportFelix Held2021-06-081-4/+0
* arch/x86/include/bert_storage: introduce bert_should_generate_acpi_tableFelix Held2021-06-081-0/+5
* arch/x86: Do not call lapicid() without SMPKyösti Mälkki2021-06-071-2/+3
* drivers/generic/ioapic: Use arch/x86/ioapicKyösti Mälkki2021-06-072-8/+18
* arch/x86/ioapic: Add write_vector() helperKyösti Mälkki2021-06-071-11/+12
* arch/x86/ioapic: Split some ioapic utility functionsKyösti Mälkki2021-06-071-37/+40
* arch/x86/acpi_bert_storage: change return type of bert_errors_presentFelix Held2021-05-302-7/+8
* arch/x86/timestamp.inc: Remove unused fileArthur Heymans2021-05-281-23/+0
* option: Introduce `CMOS_LAYOUT_FILE` Kconfig symbolAngel Pons2021-05-181-4/+6
* cbfs: Increase mcache size defaultsJulius Werner2021-05-141-2/+3
* include/console: Fix duplicate entry of postcode 0x79Subrata Banik2021-05-121-1/+1
* arch/x86/walkcbfs.S: Use FMAP instead of "cbfs master header"Arthur Heymans2021-05-062-25/+6
* arch/x86: Always include walkcbfs.SArthur Heymans2021-05-061-1/+1
* arch/x86: Fix building with CONFIG_VBOOT_SEPARATE_VERSTAGE=nArthur Heymans2021-05-041-1/+1
* arch/x86/smbios: Let SMBIOS type 9 be able to write slot IDJingleHsuWiwynn2021-04-221-1/+3
* ChromeOS: Use CHROMEOS_NVS guardKyösti Mälkki2021-04-211-1/+1
* *x86: Support x2apic modeWonkyu Kim2021-04-151-11/+0
* arch/x86: Provide readXp/writeXp helpers in arch/mmio.hAngel Pons2021-04-061-0/+40
* cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner2021-03-172-6/+0
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-163-9/+3
* arch/x86/smbios_defaults.c: Default to motherboard typeAngel Pons2021-03-121-1/+1
* mb/ocp/deltalake: Fill ECC type in romstageAngel Pons2021-03-011-6/+1
* memory_info.h: Store SMBIOS error correction typeAngel Pons2021-03-011-2/+1
* arch/x86/smbios: Update SMBIOS type 17 asset tagTim Chu2021-02-272-0/+10
* arch/arm/armv7/thread.c: Remove stale fileAngel Pons2021-02-221-110/+0