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
*
Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...
Patrick Georgi
2009-11-27
2
-4
/
+4
*
Let ld(1) calculate the required size for code in the bootblock
Maciej Pijanka
2009-11-27
1
-1
/
+13
*
Make the kconfig-style build work in mingw:
Patrick Georgi
2009-11-21
1
-2
/
+2
*
Adapt ROM_IMAGE_SIZE, too. ROMBASE should probably be defined
Patrick Georgi
2009-11-12
1
-6
/
+1
*
Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.
Myles Watson
2009-11-12
2
-0
/
+5
*
Get rid of the ugly warning the right way.
Myles Watson
2009-11-12
1
-5
/
+3
*
Revert my too-hasty commit.
Myles Watson
2009-11-11
1
-3
/
+4
*
Silence an ugly-looking warning. Two casts were not enough, so just don't cast
Myles Watson
2009-11-11
1
-4
/
+3
*
Rework bootblock size handling:
Patrick Georgi
2009-11-11
2
-8
/
+2
*
* Simplify acpi_add_table
Stefan Reinauer
2009-11-10
4
-106
/
+199
*
Split the two usages of __ROMCC__:
Myles Watson
2009-11-06
4
-4
/
+4
*
if x86emu was running for VGA init a corrupted low table RSDP
Stefan Reinauer
2009-11-05
1
-0
/
+1
*
Drop remainder of PPC port
Stefan Reinauer
2009-10-28
48
-3441
/
+0
*
Remove all build/ prefixes in the build output.
Uwe Hermann
2009-10-28
1
-7
/
+8
*
Create lib.h for homeless prototypes.
Myles Watson
2009-10-28
2
-2
/
+2
*
Replace hard coded build with $(obj) paths.
Myles Watson
2009-10-28
1
-4
/
+3
*
Prefix all build output file names of files which end up in the build
Uwe Hermann
2009-10-27
1
-11
/
+11
*
Improve coreboot build output and eliminate some warnings:
Uwe Hermann
2009-10-27
3
-6
/
+6
*
Add few missing prototypes, and remove few unused (thus lonelly) variables.
Maciej Pijanka
2009-10-27
5
-2
/
+9
*
reasonable output in cbfs loading (part 2)
Stefan Reinauer
2009-10-26
1
-11
/
+27
*
CBMEM high table memory manager.
Stefan Reinauer
2009-10-26
4
-76
/
+181
*
re-order console output functions, add proper prototypes,
Stefan Reinauer
2009-10-24
5
-34
/
+48
*
move all register fram definitions to arch/register.h
Stefan Reinauer
2009-10-24
2
-8
/
+35
*
VGA BIOS can be added independently of having a payload
Peter Stuge
2009-10-23
1
-1
/
+1
*
Clean up some #ifdef CONFIG_*
Myles Watson
2009-10-19
1
-7
/
+7
*
Remove CONFIG_ from #defines that aren't config variables. Trivial.
Myles Watson
2009-10-17
1
-1
/
+1
*
Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.
Myles Watson
2009-10-16
3
-15
/
+15
*
Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE.
Myles Watson
2009-10-16
1
-1
/
+0
*
Add CONFIG_GENERATE_* for tables so that the user can select which tables not
Myles Watson
2009-10-15
10
-24
/
+24
*
cbfs_and_run_core() did not check the return code of cbfs_load_stage()
Carl-Daniel Hailfinger
2009-10-14
1
-0
/
+5
*
Add const to get rid of some warnings when passing quoted strings.
Myles Watson
2009-10-09
4
-23
/
+23
*
Remove extra CONFIG variables.
Myles Watson
2009-10-09
1
-13
/
+0
*
More kconfig cleanups:
Uwe Hermann
2009-10-09
1
-1
/
+1
*
Various Kconfig fixes and improvements:
Uwe Hermann
2009-10-07
2
-18
/
+14
*
This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.
Patrick Georgi
2009-10-04
3
-4
/
+4
*
This removes the uses of the buildrom utility and the coreboot.strip
Patrick Georgi
2009-10-04
2
-16
/
+1
*
Remove a bit of pre-cbfs build system infrastructure.
Patrick Georgi
2009-10-04
1
-33
/
+2
*
Remove:
Patrick Georgi
2009-10-03
7
-256
/
+14
*
Remove some warnings.
Myles Watson
2009-09-29
2
-2
/
+2
*
Make build_opt_tbl depend on config.h since it uses it. This fixes:
Myles Watson
2009-09-24
1
-1
/
+1
*
Fix the bounce_size global so that the bounce buffer works with CBFS.
Myles Watson
2009-09-23
1
-2
/
+2
*
Separate payload compression from stage compression.
Myles Watson
2009-09-23
1
-1
/
+1
*
If no pci access method has been set for the device tree so far (e.g.
Carl-Daniel Hailfinger
2009-09-22
1
-1
/
+10
*
This is the final set of changes to allow rumba to build. Rumba is not
Ronald G. Minnich
2009-08-29
1
-0
/
+8
*
Make all those locally used functions static instead of exporting them. (triv)
Stefan Reinauer
2009-08-27
2
-18
/
+35
*
Use the gnu make .SILENT: mechanism instead of requiring
Patrick Georgi
2009-08-25
1
-23
/
+23
*
Improve build output.
Uwe Hermann
2009-08-25
1
-17
/
+16
*
Properly check for the LZMA compression variable, and fix a print
Patrick Georgi
2009-08-25
1
-1
/
+1
*
Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'.
Uwe Hermann
2009-08-25
1
-1
/
+1
*
Various Kconfig and Makefile.inc fixes and cosmetics.
Uwe Hermann
2009-08-25
4
-9
/
+5
[next]