index
:
users/pcacjr/coreboot.git
classic-2014.10
master
seabios/rcba
Unnamed repository; edit this file 'description' to name the repository.
Paulo Alcantara
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-27
1
-6
/
+3
*
CBMEM: Tidy up CAR migration
Kyösti Mälkki
2015-01-27
2
-0
/
+19
*
CBMEM: Tag chipsets with LATE_CBMEM_INIT
Kyösti Mälkki
2015-01-27
1
-1
/
+1
*
CBMEM: Add timestamp_reinit()
Kyösti Mälkki
2015-01-27
1
-0
/
+4
*
CBMEM: Move cbmemc_reinit()
Kyösti Mälkki
2015-01-27
1
-0
/
+4
*
CBMEM console: Fix CAR migration step
Kyösti Mälkki
2015-01-27
1
-0
/
+6
*
CBMEM: Implement cbmem_run_init_hooks() stub
Kyösti Mälkki
2015-01-27
2
-14
/
+12
*
vboot2: add verstage
Stefan Reinauer
2015-01-27
1
-0
/
+4
*
ACPI: Add acpi_is_wakeup_s3() for romstage
Kyösti Mälkki
2015-01-10
1
-2
/
+9
*
ACPI: Prepare for HAVE_ACPI_RESUME changes
Kyösti Mälkki
2015-01-10
2
-20
/
+14
*
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-09
1
-0
/
+7
*
timestamps: Switch from tsc_t to uint64_t
Stefan Reinauer
2015-01-05
2
-1
/
+31
*
atomic.h: Fix doxygen errors
Martin Roth
2015-01-04
1
-10
/
+11
*
arch/x86: Declare GDT symbols and move_gdt()
Kyösti Mälkki
2014-12-31
2
-8
/
+6
*
CBMEM: Always build for x86 romstage
Kyösti Mälkki
2014-12-30
2
-6
/
+7
*
RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPI
Kyösti Mälkki
2014-12-28
2
-6
/
+14
*
i82371eb & qemu: Move to per-device ACPI.
Vladimir Serbinenko
2014-12-18
2
-0
/
+12
*
x86: provide symmetry between arm for cache_sync_instructions()
Aaron Durbin
2014-12-09
1
-0
/
+41
*
x86: Update the check for Forbidden global variables
Furquan Shaikh
2014-12-05
2
-2
/
+18
*
Replace hlt with halt()
Patrick Georgi
2014-12-02
2
-2
/
+4
*
build system: remove ROMSTAGE_ELF variable
Patrick Georgi
2014-12-02
1
-5
/
+5
*
Unify remaining binutils invocations
Patrick Georgi
2014-11-30
1
-9
/
+1
*
Make acpi_fill_dmar into parameter
Vladimir Serbinenko
2014-11-27
2
-9
/
+4
*
build system: unify linker use across gcc and clang
Patrick Georgi
2014-11-25
1
-15
/
+3
*
build system: use a single variable name for compiler runtimes
Patrick Georgi
2014-11-25
1
-7
/
+7
*
acpigen: Use implicit length patching in acpigen.c
Vladimir Serbinenko
2014-11-22
1
-15
/
+15
*
Replace includes of build.h with version.h
Kyösti Mälkki
2014-11-20
2
-7
/
+5
*
acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer
Vladimir Serbinenko
2014-11-19
2
-10
/
+14
*
acpigen: Add and use acpigen_write_device.
Vladimir Serbinenko
2014-11-19
2
-0
/
+14
*
acpigen: Add and use acpigen_write_method.
Vladimir Serbinenko
2014-11-19
2
-18
/
+20
*
console: Isolate console_init() for ROMCC
Kyösti Mälkki
2014-11-19
1
-1
/
+16
*
AMD: Move RAMBASE and RAMTOP
Kyösti Mälkki
2014-11-14
1
-4
/
+0
*
car globals: add "used" attribute
Patrick Georgi
2014-11-09
1
-1
/
+1
*
acpigen: Add new function acpigen_pop_len
Vladimir Serbinenko
2014-11-08
2
-0
/
+14
*
i82801gx: Handle whole FADT in southbridge.
Vladimir Serbinenko
2014-11-04
2
-5
/
+3
*
romstage: Pass .car.data as ignored section while adding romstage
Furquan Shaikh
2014-11-04
1
-1
/
+2
*
build: Allow clang build linkage to use libcompiler-rt
Edward O'Callaghan
2014-10-28
1
-3
/
+3
*
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-10-27
3
-8
/
+10
*
include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefs
Edward O'Callaghan
2014-10-26
1
-3
/
+6
*
ACPI: Allocate S3 resume backup in CBMEM earlier
Kyösti Mälkki
2014-10-19
3
-10
/
+18
*
x86 romstage: Move stack just below RAMTOP
Kyösti Mälkki
2014-10-19
2
-2
/
+1
*
i945: Consolidate FADT code
classic-2014.10
Vladimir Serbinenko
2014-10-18
2
-0
/
+40
*
acpi_add_ssdt_pstates: Remove function.
Vladimir Serbinenko
2014-10-17
1
-3
/
+0
*
smbios: Mark laptops as such
Vladimir Serbinenko
2014-10-16
1
-1
/
+5
*
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
Vladimir Serbinenko
2014-10-16
5
-13
/
+5
*
acpi: Don't add an empty SSDT.
Vladimir Serbinenko
2014-10-11
1
-3
/
+5
*
acpi: Remove explicit pointer tracking in per-device ssdt.
Vladimir Serbinenko
2014-10-11
1
-1
/
+2
*
bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.
Vladimir Serbinenko
2014-10-11
1
-2
/
+19
*
early section: Don't add empty .car.cbmem_console.
Vladimir Serbinenko
2014-10-11
1
-2
/
+0
*
acpi_create_mcfg_mmconfig: Zero-out the structure before filling.
Vladimir Serbinenko
2014-10-10
1
-0
/
+1
[prev]
[next]