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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for ITE IT8772F SuperI/O chip
Stefan Reinauer
2012-04-02
8
-0
/
+881
*
Add a helper function to determine the number of enabled CPUs
Stefan Reinauer
2012-04-02
2
-0
/
+19
*
Align: Make sure 1 is treated as unsigned long instead of int
Stefan Reinauer
2012-04-02
2
-5
/
+1
*
Add Google ChromeOS vendor support
Stefan Reinauer
2012-04-02
11
-16
/
+503
*
Fix issues with x86 memcpy
Mathias Krause
2012-03-31
1
-9
/
+11
*
Whitespace fixes
Patrick Georgi
2012-03-31
2
-2
/
+2
*
Intel cpus: get MAXPHYADDR at runtime for new CAR
Kyösti Mälkki
2012-03-31
1
-13
/
+45
*
Intel cpus: add hyper-threading CPU support to new CAR
Kyösti Mälkki
2012-03-31
1
-13
/
+134
*
Intel cpus: improve CPU compatibility of new CAR
Kyösti Mälkki
2012-03-31
1
-1
/
+30
*
Add support for RAM-less multi-processor init
Kyösti Mälkki
2012-03-31
2
-4
/
+15
*
Intel cpus: apply some good programming practices in new CAR
Kyösti Mälkki
2012-03-31
1
-24
/
+15
*
Intel cpus: cache actual size of the Flash ROM device
Kyösti Mälkki
2012-03-31
2
-3
/
+10
*
Intel cpus: copy model_6ex CAR code
Kyösti Mälkki
2012-03-31
1
-0
/
+268
*
Makefile: rename romstage linking filenames
Kyösti Mälkki
2012-03-31
1
-10
/
+10
*
Makefile: split romstage linking to separate rules
Kyösti Mälkki
2012-03-31
1
-13
/
+28
*
Fix coreboot makefiles not to produce half baked output.
Kyösti Mälkki
2012-03-31
1
-16
/
+18
*
Drop obsolete TINY_BOOTBLOCK
Kyösti Mälkki
2012-03-31
2
-2
/
+0
*
use movsl for copying resume memory back
Stefan Reinauer
2012-03-30
1
-17
/
+6
*
Don't unconditionally add support for cardbus and pci-x devices
Stefan Reinauer
2012-03-30
1
-3
/
+3
*
Add DEBUG_TPM option to Debugging menu
Stefan Reinauer
2012-03-30
2
-8
/
+8
*
Make MTRR min hole alignment 64MB
Duncan Laurie
2012-03-30
2
-3
/
+9
*
Fix MB calculation in the reporting of the MTRR hole
Duncan Laurie
2012-03-30
1
-1
/
+1
*
MTRR: add alternate allocation method for odd memory maps
Duncan Laurie
2012-03-30
1
-7
/
+45
*
Don't re-init EBDA in S3 resume path.
Duncan Laurie
2012-03-30
1
-0
/
+9
*
Prepare the BIOS data areas before device init.
Duncan Laurie
2012-03-30
5
-16
/
+94
*
vga_io.c is not needed unless CONFIG_VGA is set
Stefan Reinauer
2012-03-30
1
-1
/
+1
*
Add Kconfig options to enable TSEG and set a size
Duncan Laurie
2012-03-30
1
-0
/
+8
*
Make cpuid functions usable when compiled with PIC
Duncan Laurie
2012-03-30
1
-12
/
+45
*
drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not needed
Stefan Reinauer
2012-03-30
2
-7
/
+1
*
Make PCI CONF2 support a compile time option
Stefan Reinauer
2012-03-30
3
-4
/
+13
*
Add more timestamps in coreboot.
Stefan Reinauer
2012-03-30
3
-2
/
+44
*
Fix coreboot makefiles not to produce half baked output.
Vadim Bendebury
2012-03-30
1
-7
/
+9
*
Add timestamps for selfboot and acpi wake
Duncan Laurie
2012-03-30
3
-0
/
+16
*
Make TPM driver work in rom stage.
Stefan Reinauer
2012-03-30
1
-3
/
+4
*
Add TPM support to coreboot
Stefan Reinauer
2012-03-30
6
-0
/
+797
*
Add Google ChromeOS vendorcode directory
Stefan Reinauer
2012-03-30
4
-0
/
+50
*
Add an option to keep the ROM cached after romstage
Stefan Reinauer
2012-03-30
6
-7
/
+26
*
Add native memset() function on x86
Stefan Reinauer
2012-03-30
4
-0
/
+95
*
Add faster, architecture dependent memcpy()
Stefan Reinauer
2012-03-30
4
-1
/
+29
*
Add infrastructure for global data in the CAR phase of boot
Gabe Black
2012-03-29
4
-3
/
+44
*
Detect whether the OXPCIE card is really present while in the ROM stage.
Gabe Black
2012-03-29
3
-4
/
+26
*
Fix typos in src/console/Kconfig
Stefan Reinauer
2012-03-29
1
-3
/
+3
*
Add support for enabling PCIe Common Clock and ASPM
Duncan Laurie
2012-03-29
4
-11
/
+205
*
Refactor publishing CBMEM addresses through coreboot table.
Vadim Bendebury
2012-03-29
2
-16
/
+34
*
Add timestamp table pointer to the coreboot table.
Vadim Bendebury
2012-03-29
2
-4
/
+29
*
CBMEM CONSOLE: Enable coreboot CBMEM console.
Vadim Bendebury
2012-03-29
2
-0
/
+4
*
CBMEM CONSOLE: Add code using the new console driver.
Vadim Bendebury
2012-03-29
4
-1
/
+13
*
CBMEM CONSOLE: Add CBMEM type for console buffer.
Vadim Bendebury
2012-03-29
2
-0
/
+2
*
CBMEM CONSOLE: Add CBMEM console driver implementation.
Vadim Bendebury
2012-03-29
4
-0
/
+259
*
CBMEM CONSOLE: Add config option for CBMEM stored console log.
Vadim Bendebury
2012-03-29
1
-0
/
+27
[next]