index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch/riscv: Remove enter_supervisor
Jonathan Neuschäfer
2016-07-18
2
-6
/
+0
*
arch/riscv: Change all eret instructions to .word 0x30200073 (mret)
Jonathan Neuschäfer
2016-07-18
1
-2
/
+4
*
acpi: Change API called to write the name for ACPI_DP_TYPE_CHILD
Harsha Priya
2016-07-17
1
-1
/
+1
*
arch/x86: provide common Intel ACPI hardware definitions
Aaron Durbin
2016-07-15
1
-2
/
+32
*
arch/x86: provide common ACPI_Sx constants
Aaron Durbin
2016-07-15
2
-11
/
+20
*
spike-riscv: Look for the CBFS in RAM
Jonathan Neuschäfer
2016-07-14
2
-29
/
+0
*
arch/riscv: Unconditionally start payloads in machine mode
Jonathan Neuschäfer
2016-07-14
1
-4
/
+2
*
acpi: Change device properties to work as a tree
Duncan Laurie
2016-07-08
2
-140
/
+328
*
acpigen_write_package: Return pointer to package element counter
Duncan Laurie
2016-07-07
2
-2
/
+5
*
acpi_device: Have acpi_device_scope() use a separate buffer
Duncan Laurie
2016-07-02
1
-1
/
+6
*
gpio: Add support for translating gpio_t into ACPI pin
Duncan Laurie
2016-07-02
1
-2
/
+7
*
riscv/bootblock.S: Register machine-mode, not supervisor-mode trap handler
Jonathan Neuschäfer
2016-06-28
1
-2
/
+2
*
arch/riscv: Show fault PC and load address on load access faults
Jonathan Neuschäfer
2016-06-28
1
-0
/
+2
*
arch/riscv: Move _start to the beginning of the bootblock
Jonathan Neuschäfer
2016-06-28
1
-14
/
+1
*
region: Add writeat and eraseat support
Antonello Dettori
2016-06-24
3
-3
/
+3
*
arch/x86/smbios: Correct manufacturer ID
Elyes HAOUAS
2016-06-24
1
-9
/
+12
*
ACPI S3: Add common recovery code
Kyösti Mälkki
2016-06-22
3
-0
/
+18
*
ACPI S3: Fix prohibited wakeup
Kyösti Mälkki
2016-06-22
1
-1
/
+6
*
ACPI S3: Split support for HAVE_ACPI_RESUME
Kyösti Mälkki
2016-06-22
4
-128
/
+147
*
ACPI S3: Move SMP trampoline recovery
Kyösti Mälkki
2016-06-22
1
-15
/
+0
*
Ignore RAMTOP for MTRRs
Kyösti Mälkki
2016-06-22
1
-0
/
+4
*
riscv-spike: Move coreboot to 0x80000000 (2GiB)
Jonathan Neuschäfer
2016-06-21
1
-2
/
+5
*
ACPI S3: Cleanup RSDP reference
Kyösti Mälkki
2016-06-20
2
-10
/
+1
*
arch/x86/smbios: Add DRAM manufacturer
Patrick Rudolph
2016-06-20
1
-0
/
+4
*
Move definitions of HIGH_MEMORY_SAVE
Kyösti Mälkki
2016-06-17
1
-0
/
+10
*
Define RAMTOP for x86 only
Kyösti Mälkki
2016-06-17
1
-0
/
+5
*
arch/riscv: Compile with -mcmodel=medany
Jonathan Neuschäfer
2016-06-12
1
-1
/
+4
*
arch/riscv: Add misc.c to bootblock/romstage to get udelay()
Jonathan Neuschäfer
2016-06-12
1
-0
/
+2
*
arch/riscv: copy read/write8/16/32 from x86
Jonathan Neuschäfer
2016-06-12
1
-0
/
+30
*
arch/riscv/trap_util.S: Use "li" pseudo-instruction to load a constant
Jonathan Neuschäfer
2016-06-12
1
-1
/
+1
*
arch/x86: Support "weak" BIST and timestamp save routines
Lee Leahy
2016-06-11
2
-3
/
+28
*
arch/x86: Add debug spinloops in assembly_entry.S
Lee Leahy
2016-06-11
2
-0
/
+25
*
arch/x86: Add debug spinloop
Lee Leahy
2016-06-11
2
-0
/
+16
*
mainboard: Support ROM_SIZE > 16 MiB
Lee Leahy
2016-06-09
1
-1
/
+7
*
arch/x86: Enable SSE in bootblock_crt0.S
Lee Leahy
2016-06-09
1
-6
/
+2
*
SMBIOS: Implement SKU field
Kyösti Mälkki
2016-06-02
1
-0
/
+6
*
acpi_device: Add support for writing ACPI Device Properties
Duncan Laurie
2016-05-28
2
-0
/
+195
*
acpi_device: Add support for writing ACPI SPI descriptors
Duncan Laurie
2016-05-28
2
-0
/
+116
*
acpi_device: Add support for writing ACPI I2C descriptors
Duncan Laurie
2016-05-28
2
-0
/
+85
*
acpi_device: Add support for writing ACPI GPIO descriptors
Duncan Laurie
2016-05-28
2
-0
/
+214
*
acpi_device: Add support for writing ACPI Interrupt descriptors
Duncan Laurie
2016-05-28
2
-0
/
+135
*
arch/x86: provide verstage support for CONFIG_C_ENVIRONMENT_BOOTBLOCK
Aaron Durbin
2016-05-27
2
-0
/
+27
*
arm64: Add stack dump to exception handler
Julius Werner
2016-05-24
1
-10
/
+28
*
device: Add an ACPI device name and path concept to devices
Duncan Laurie
2016-05-21
3
-0
/
+137
*
acpigen: Add function to generate ToUUID() from a string
Duncan Laurie
2016-05-21
2
-0
/
+37
*
arch/x86: Include timestamp.c in all stages
Alexandru Gagniuc
2016-05-19
1
-0
/
+2
*
acpigen: Fix ?: operator confusion
Jonathan Neuschäfer
2016-05-17
1
-1
/
+1
*
acpigen: Add functions to generate _STA() and _PRW()
Duncan Laurie
2016-05-16
2
-0
/
+37
*
acpigen: Add an abstracted integer output method
Duncan Laurie
2016-05-16
2
-0
/
+56
*
acpigen: Add helper functions for strings
Duncan Laurie
2016-05-16
2
-0
/
+21
[next]