| Commit message (Expand) | Author | Age | Files | Lines |
* | arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relax | Raul E Rangel | 2021-11-25 | 5 | -0/+11 |
* | arch/ppc64/include/arch/io.h: implement IO functions | Michał Żygowski | 2021-11-22 | 1 | -3/+35 |
* | Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubs | Kyösti Mälkki | 2021-11-13 | 2 | -29/+0 |
* | arch/x86: Refactor the SMBIOS type 17 write function | Subrata Banik | 2021-11-11 | 1 | -31/+6 |
* | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen | 2021-11-10 | 2 | -2/+2 |
* | pci_mmio_cfg: Move guard around pci_s_* functions to x86 | Nico Huber | 2021-11-09 | 1 | -0/+2 |
* | arch/x86/Makefile: Align VGA_BIOS to 64 bytes when using AMD LPC SPI DMA | Raul E Rangel | 2021-11-04 | 1 | -0/+7 |
* | SMBIOS/SCONFIG: Allow devtree-defined Type 41 entries | Angel Pons | 2021-11-04 | 1 | -9/+34 |
* | arch/x86: fix a wrong variable in ioapic_set_max_vectors() | Iru Cai | 2021-10-23 | 1 | -1/+1 |
* | arch/x86/ioapic: Allow IOAPIC with only one vector | Kyösti Mälkki | 2021-10-22 | 1 | -3/+3 |
* | sb,soc/intel: Set IOAPIC redirection entry count | Kyösti Mälkki | 2021-10-22 | 2 | -12/+43 |
* | arch/x86/smbios: Add support for wake-up type in smbios type 1 | Tim Chu | 2021-10-21 | 2 | -0/+6 |
* | arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors | Raul E Rangel | 2021-10-21 | 1 | -1/+2 |
* | arch/x86: Increase MAX_SMBIOS_SIZE | Tim Wawrzynczak | 2021-10-19 | 1 | -1/+1 |
* | arch/x86/assembly_entry: Remove cpu_info | Raul E Rangel | 2021-10-18 | 1 | -3/+0 |
* | arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread | Raul E Rangel | 2021-10-18 | 1 | -3/+0 |
* | sb/amd/cimx/sb800: Clear IOAPIC vectors only once | Kyösti Mälkki | 2021-10-17 | 2 | -7/+1 |
* | drivers/generic/ioapic: Drop enable_virtual_wire | Kyösti Mälkki | 2021-10-17 | 2 | -11/+2 |
* | arch/x86/smbios: Add generation of type 20 table | Matt DeVillier | 2021-10-15 | 1 | -0/+48 |
* | arch/x86,cpu/x86: Introduce new method for accessing cpu_info | Raul E Rangel | 2021-10-05 | 2 | -1/+63 |
* | src/acpi to src/lib: Fix spelling errors | Martin Roth | 2021-10-05 | 5 | -5/+5 |
* | arch/arm64: Remove unnecessary interfaces | Julius Werner | 2021-10-01 | 2 | -26/+0 |
* | arch/x86,cpu/x86: Disable the %gs and %fs segments | Raul E Rangel | 2021-09-29 | 1 | -1/+2 |
* | arch/x86: Make sure compiler knows we're stopping in hlt() | Martin Roth | 2021-09-28 | 1 | -2/+3 |
* | arch/x86,cpu/x86: Move cpu_info initialization instructions into macro | Raul E Rangel | 2021-09-27 | 2 | -14/+4 |
* | arch/riscv: Avoid gcc11 replacing memset implementation with memset call | Patrick Georgi | 2021-09-19 | 1 | -1/+1 |
* | arch/riscv/trap_handler: add missing types.h include | Felix Held | 2021-09-17 | 1 | -0/+1 |
* | arch/x86/boot: Add missing include | Raul E Rangel | 2021-09-13 | 1 | -0/+1 |
* | SMBIOS: Skip `get_smbios_data` for disabled devices | Angel Pons | 2021-09-13 | 1 | -1/+4 |
* | SMBIOS: Allow skipping default SMBIOS generation | Angel Pons | 2021-09-13 | 1 | -2/+12 |
* | smbios.c: Rename two local functions | Angel Pons | 2021-09-05 | 1 | -8/+6 |
* | arch/x86: Update debug message to callout the reason for failure | Subrata Banik | 2021-09-03 | 1 | -1/+2 |
* | arch/x86: Check unsupported CPU type while writing to SMBIOS table 7 | Subrata Banik | 2021-09-03 | 1 | -1/+2 |
* | arch/x86: Skip returning default leaf value as `0` | Subrata Banik | 2021-09-03 | 1 | -8/+5 |
* | arch/x86: Implement cpu_info in C code | Arthur Heymans | 2021-08-31 | 1 | -14/+4 |
* | smbios.c: Move function definition near call-site | Angel Pons | 2021-08-31 | 1 | -35/+35 |
* | arch/x86: smbios write 7 table using deterministic cache functions | Subrata Banik | 2021-08-11 | 1 | -34/+12 |
* | arch/x86: Helper functions to get deterministic cache parameters | Subrata Banik | 2021-08-11 | 2 | -0/+208 |
* | arch/x86/thread: Add #error when compiling for x86_64 | Raul E Rangel | 2021-07-29 | 2 | -0/+8 |
* | arch/x86,lib/thread: Enable thread support in romstage | Raul E Rangel | 2021-07-26 | 2 | -0/+10 |
* | arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t | Raul E Rangel | 2021-07-26 | 1 | -1/+1 |
* | arch/{arm,ppc64,riscv}: Remove cpu_info | Raul E Rangel | 2021-07-26 | 5 | -44/+0 |
* | lib/thread,arch/x86: Move thread stacks into C bss | Raul E Rangel | 2021-07-26 | 2 | -12/+0 |
* | x86/smp/spinlock: Disable thread coop when taking spinlock | Raul E Rangel | 2021-07-18 | 1 | -0/+8 |
* | ppc64/byteorder.h: define use of big endian | Krystian Hebel | 2021-07-09 | 1 | -1/+1 |
* | arch/x86: Save resume vector to stack in x86_64 mode | Iru Cai | 2021-07-07 | 1 | -0/+7 |
* | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph | 2021-07-06 | 14 | -32/+32 |
* | arch/x86: Add X86_CUSTOM_BOOTMEDIA | Raul E Rangel | 2021-07-02 | 1 | -3/+7 |
* | src: Consolidate x86_64 support Kconfig | Angel Pons | 2021-07-02 | 1 | -0/+18 |
* | src: Introduce `ARCH_ALL_STAGES_X86` | Angel Pons | 2021-07-02 | 1 | -0/+5 |