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
/
mainboard
/
getac
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/mainboard: Use 'const' to set pnp_devfn_t statically
Elyes HAOUAS
2020-04-14
1
-3
/
+1
*
mainboard/getac: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
21
-288
/
+42
*
acpi: Change Processor ACPI Name (Intel only)
Christian Walter
2020-03-23
3
-8
/
+8
*
mainboard/[g-p]*: Remove copyright notices
Patrick Georgi
2020-03-18
24
-24
/
+0
*
mb/*/Kconfig: Factor out MAINBOARD_VENDOR
Angel Pons
2020-03-03
1
-1
/
+1
*
drivers/pc80/rtc: Separate {get|set}_option() prototypes
Kyösti Mälkki
2020-01-09
1
-1
/
+1
*
mb/*/*: Remove unused option_table.h includes
Kyösti Mälkki
2020-01-06
1
-1
/
+0
*
mb/*/*/acpi_tables: Remove unused includes
Elyes HAOUAS
2020-01-02
1
-2
/
+1
*
mb/**/hda_verb.{c,h}: use denary numerals for codec IDs
Angel Pons
2020-01-02
1
-13
/
+13
*
Replace last uses of read_option() with get_option()
Kyösti Mälkki
2020-01-02
1
-2
/
+4
*
mb/**/dsdt.asl: Remove outdated sleepstates.asl comment
Angel Pons
2019-12-31
1
-1
/
+0
*
mb/**/dsdt.asl: Remove "Some generic macros" comment
Angel Pons
2019-12-21
1
-1
/
+0
*
src/mainboard: Remove unused '#include <device/pci.h>'
Elyes HAOUAS
2019-12-20
2
-2
/
+0
*
mb/*/{BiosCallOuts,mainboard,romstage}.c: Remove unused <device/pci_{def,ops}.h>
Elyes HAOUAS
2019-12-19
1
-1
/
+0
*
src: Remove unneeded 'include <delay.h>'
Elyes HAOUAS
2019-12-19
1
-1
/
+0
*
mainboard/(i945,ich7): Remove commented RCBA32(0x341c) code
Elyes HAOUAS
2019-12-10
1
-3
/
+0
*
Kconfig: comply to Linux 5.3's Kconfig language rules
Patrick Georgi
2019-11-23
1
-1
/
+1
*
mb/{i945,ich7}: Remove redundant write on V0CTL
Elyes HAOUAS
2019-11-17
1
-3
/
+0
*
nb/intel/i945: Initialize console in bootblock
Arthur Heymans
2019-11-15
2
-1
/
+4
*
nb/intel/i945: Move boilerplate romstage to a common location
Arthur Heymans
2019-11-15
1
-57
/
+4
*
sb/intel/i82801gx: Add common early code
Arthur Heymans
2019-11-14
1
-35
/
+1
*
sb/intel/i82801gx: Add common LPC decode code
Arthur Heymans
2019-11-12
2
-13
/
+9
*
src/mb: Remove redundant message befor 'system_reset()'
Elyes HAOUAS
2019-11-11
1
-1
/
+0
*
soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpi
Subrata Banik
2019-11-01
1
-1
/
+1
*
mb/(ich7): Use macro instead of magic number
Elyes HAOUAS
2019-10-27
1
-4
/
+4
*
mb/getac/p470: Use pnp_write_config function
Elyes HAOUAS
2019-10-12
1
-41
/
+34
*
sb/intel/i82801gx: Move CIR init to a common place
Arthur Heymans
2019-10-11
1
-25
/
+1
*
getac/p470: Drop unused PCI secondary bus reset
Kyösti Mälkki
2019-09-30
1
-7
/
+0
*
intel/cpu: Switch older models to TSC_MONOTONIC_TIMER
Kyösti Mälkki
2019-09-24
1
-1
/
+0
*
soc/intel: Use common romstage code
Kyösti Mälkki
2019-08-26
1
-1
/
+1
*
cpu/intel: Enter romstage without BIST
Kyösti Mälkki
2019-08-18
1
-7
/
+2
*
mb/getac/p470: Remove unneeded whitespaces
Elyes HAOUAS
2019-07-25
1
-30
/
+30
*
mb/,sb/intel/i82801gx: Merge `ide_legacy_combined` into `sata_mode`
4.10
Nico Huber
2019-07-20
1
-1
/
+1
*
mb/getac/p470: Null-terminate ec_id string buffer
Jacob Garber
2019-07-19
1
-1
/
+1
*
intel/i945: Fix udelay() prototypes
Kyösti Mälkki
2019-07-13
1
-0
/
+1
*
nb/i945: Drop CHANNEL_XOR_RANDOMIZATION selection
Elyes HAOUAS
2019-06-14
1
-1
/
+0
*
sb/intel/i82801gx: Detect if the southbridge supports AHCI
Arthur Heymans
2019-06-06
1
-1
/
+0
*
src: Remove unused include <halt.h>
Elyes HAOUAS
2019-05-06
1
-1
/
+0
*
src/mb: Use system_reset()
Elyes HAOUAS
2019-04-29
1
-2
/
+2
*
sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB
Patrick Rudolph
2019-04-13
1
-0
/
+1
*
nb/intel/i945: Use DEBUG_RAM_SETUP
Kyösti Mälkki
2019-03-24
1
-3
/
+2
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
2
-2
/
+0
*
mb/(ICH7): Remove initialization already done at early_init.c
Elyes HAOUAS
2019-03-18
1
-1
/
+0
*
src/mainboard/*/*/cstates.c: Drop unused includes
Elyes HAOUAS
2019-03-13
1
-1
/
+0
*
src: Drop unused 'include <arch/acpigen.h>'
Elyes HAOUAS
2019-03-12
1
-1
/
+0
*
src/mb: Shorten 'include <arch/x86/include/arch/acpigen.h>'
Elyes HAOUAS
2019-03-08
1
-1
/
+1
*
src: Drop unused include <arch/acpi.h>
Elyes HAOUAS
2019-03-06
1
-1
/
+0
*
device/pnp: Add header files for PNP ops
Kyösti Mälkki
2019-03-04
1
-0
/
+1
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
1
-1
/
+0
*
arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field
Elyes HAOUAS
2019-03-04
1
-3
/
+3
[next]