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
...
*
PCI ops: Define read-modify-write routines globally
Kyösti Mälkki
2016-12-06
1
-0
/
+33
*
intel PCI ops: Remove explicit PCI MMCONF access
Kyösti Mälkki
2016-12-06
2
-39
/
+25
*
riscv: Stub out sbi_(un)mask_interrupt
Jonathan Neuschäfer
2016-12-06
1
-2
/
+4
*
arch/riscv/mcall.c: Return the correct memory base and size
Jonathan Neuschäfer
2016-12-06
1
-3
/
+7
*
arch/x86: cache postcar in stage cache
Aaron Durbin
2016-12-01
1
-7
/
+21
*
romstage_handoff: add helper to determine resume status
Aaron Durbin
2016-12-01
1
-8
/
+1
*
Build system: Update HAVE_CMOS_DEFAULT
Martin Roth
2016-11-28
1
-0
/
+1
*
arch/x86/acpigen: Write DSM method with multiple UUID's
Naresh G Solanki
2016-11-24
2
-58
/
+78
*
arch/x86: don't create new gdt in cbmem for relocatable ramstage
Aaron Durbin
2016-11-21
1
-0
/
+4
*
riscv: map first 4GiB of physical address space
Ronald G. Minnich
2016-11-20
1
-12
/
+76
*
arch/x86 GDT: Fix orphan debug output
Kyösti Mälkki
2016-11-20
1
-1
/
+1
*
arch/x86/acpigen: Implement acpigen functions to return integer & string
Naresh G Solanki
2016-11-17
2
-0
/
+14
*
arm64: arm_tf: Do not build raw bl31.bin binary
Julius Werner
2016-11-17
1
-3
/
+8
*
arch/x86/acpigen: acpigen buffer size fix
Naresh G Solanki
2016-11-17
1
-1
/
+1
*
arch/x86/acpigen: Fix acpigen for If (Lequal (...))
Furquan Shaikh
2016-11-16
3
-7
/
+13
*
riscv: add a variable to control trap management
Ronald G. Minnich
2016-11-14
1
-10
/
+16
*
riscv: change payload() to pass the config string pointer as arg0
Ronald G. Minnich
2016-11-13
1
-2
/
+4
*
riscv: start to use the configstring functions
Ronald G. Minnich
2016-11-12
3
-5
/
+16
*
ACPI S3: Remove HIGH_MEMORY_SAVE where possible
Kyösti Mälkki
2016-11-09
2
-23
/
+126
*
arch/x86/acpigen: Add OperationRegion & Field method
Naresh G Solanki
2016-11-07
2
-0
/
+188
*
riscv: Unify SBI call implementations under arch/riscv/
Jonathan Neuschäfer
2016-11-07
4
-4
/
+105
*
riscv: Add a bandaid for the new toolchain
Ronald G. Minnich
2016-11-02
3
-3
/
+9
*
arch/x86/acpigen_dsm: Add support for DSM types
Furquan Shaikh
2016-10-25
3
-0
/
+93
*
arch/x86/acpigen: Add support for _DSM method generation
Furquan Shaikh
2016-10-25
2
-0
/
+94
*
arch/x86/acpigen: Add more functions to ACPIGEN library
Furquan Shaikh
2016-10-25
2
-0
/
+63
*
RISCV: Clean up the common architectural code
Ronald G. Minnich
2016-10-24
7
-31
/
+76
*
arch/x86/acpigen: Add support for interacting with GPIOs
Furquan Shaikh
2016-10-24
2
-0
/
+51
*
arch/x86/acpigen: Add new functions to acpigen library
Furquan Shaikh
2016-10-24
2
-2
/
+145
*
arch/x86/acpigen: Clean up acpigen library
Furquan Shaikh
2016-10-24
2
-41
/
+79
*
arch/riscv: In trap handler, don't print SP twice
4.5
Jonathan Neuschäfer
2016-10-18
1
-2
/
+0
*
arch/riscv: Visually align trap frame information
Jonathan Neuschäfer
2016-10-15
1
-4
/
+4
*
riscv: Use the generic src/lib/bootblock.c
Jonathan Neuschäfer
2016-10-15
1
-1
/
+0
*
arch/riscv: Remove unused bootblock_simple.c
Jonathan Neuschäfer
2016-10-15
1
-60
/
+0
*
riscv: Clean up {qemu,spike}_util
Jonathan Neuschäfer
2016-10-15
1
-17
/
+1
*
riscv and power8: Convert printk/while(1) to die
Jonathan Neuschäfer
2016-10-15
1
-4
/
+2
*
src/arch: Remove whitespace after sizeof
Elyes HAOUAS
2016-10-07
2
-3
/
+3
*
x86/acpi_device: Add support for GPIO output polarity
Furquan Shaikh
2016-10-07
1
-1
/
+16
*
x86/acpi_device: Fix writing of array property
Furquan Shaikh
2016-10-07
1
-1
/
+6
*
RISCV: update the encoding.h file.
Ronald G. Minnich
2016-10-07
1
-73
/
+344
*
arm64: Use 'payload' format for ATF instead of 'stage'
Simon Glass
2016-10-06
2
-4
/
+3
*
x86: acpi: Use GOOG ID for coreboot table
Duncan Laurie
2016-09-27
2
-3
/
+6
*
x86: acpi: Add function for querying GPE status
Duncan Laurie
2016-09-21
2
-0
/
+8
*
Makefiles: update cbfs types from bare numbers to values
Martin Roth
2016-09-21
1
-1
/
+1
*
arm_tf: Fix code style nits and comments
Simon Glass
2016-09-20
1
-5
/
+8
*
Revert "x86: acpi: Add function for querying GPE status"
Duncan Laurie
2016-09-19
2
-8
/
+0
*
x86: acpi: Add function for querying GPE status
Duncan Laurie
2016-09-19
2
-0
/
+8
*
arch/x86,lib: make cbmem console work in postcar stage
Aaron Durbin
2016-09-19
1
-0
/
+4
*
arch/x86: move postcar main logic into C
Aaron Durbin
2016-09-19
3
-12
/
+34
*
arch/acpi_ivrs.h: Update 8-byte IVRS entry values
Martin Roth
2016-09-15
1
-3
/
+3
*
src/arch: Improve code formatting
Elyes HAOUAS
2016-09-12
7
-119
/
+119
[prev]
[next]