index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
boot
Age
Commit message (
Expand
)
Author
2015-04-06
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-03
program loading: unify on struct prog
Aaron Durbin
2015-04-03
program loading: add prog_run() function
Aaron Durbin
2015-04-03
program loading: introduce struct prog
Aaron Durbin
2015-04-02
smbios: add a family id in smbios type1 family
Kane Chen
2015-04-01
x86: set smbios rom size based on CONFIG_ROM_SIZE
Aaron Durbin
2015-03-29
arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make public
Timothy Pearson
2015-03-29
arch/x86/boot/smbios: Add additional SMBIOS defines and enums
Timothy Pearson
2015-03-27
smbios: add funtion for smbios type17
Kane Chen
2015-03-20
loaders: add program_loading.h header file
Aaron Durbin
2015-03-10
ACPI: Get S3 resume state from romstage_handoff
Kyösti Mälkki
2015-02-16
acpi: Generate valid ACPI processor objects
Timothy Pearson
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-02-14
arch/x86/boot/tables.c: Remove unused variable assignment to `rom_table_end`
Paul Menzel
2015-01-27
CBMEM: Always use DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-27
CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT
Kyösti Mälkki
2015-01-27
CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEM
Kyösti Mälkki
2015-01-27
CBMEM: Tidy up CAR migration
Kyösti Mälkki
2015-01-27
CBMEM: Tag chipsets with LATE_CBMEM_INIT
Kyösti Mälkki
2015-01-27
CBMEM: Add timestamp_reinit()
Kyösti Mälkki
2015-01-27
CBMEM: Move cbmemc_reinit()
Kyösti Mälkki
2015-01-27
CBMEM: Implement cbmem_run_init_hooks() stub
Kyösti Mälkki
2015-01-10
ACPI: Prepare for HAVE_ACPI_RESUME changes
Kyösti Mälkki
2014-12-31
arch/x86: Declare GDT symbols and move_gdt()
Kyösti Mälkki
2014-12-30
CBMEM: Always build for x86 romstage
Kyösti Mälkki
2014-12-28
RELOCATABLE_RAMSTAGE: Fix weak symbols in ACPI
Kyösti Mälkki
2014-12-18
i82371eb & qemu: Move to per-device ACPI.
Vladimir Serbinenko
2014-11-27
Make acpi_fill_dmar into parameter
Vladimir Serbinenko
2014-11-22
acpigen: Use implicit length patching in acpigen.c
Vladimir Serbinenko
2014-11-20
Replace includes of build.h with version.h
Kyösti Mälkki
2014-11-19
acpigen: Use implicit length patching in acpigen_write_resourcetemplate_footer
Vladimir Serbinenko
2014-11-19
acpigen: Add and use acpigen_write_device.
Vladimir Serbinenko
2014-11-19
acpigen: Add and use acpigen_write_method.
Vladimir Serbinenko
2014-11-08
acpigen: Add new function acpigen_pop_len
Vladimir Serbinenko
2014-11-04
i82801gx: Handle whole FADT in southbridge.
Vladimir Serbinenko
2014-10-27
{arch,cpu,drivers,ec}: Don't hide pointers behind typedefs
Edward O'Callaghan
2014-10-19
ACPI: Allocate S3 resume backup in CBMEM earlier
Kyösti Mälkki
2014-10-18
i945: Consolidate FADT code
Vladimir Serbinenko
2014-10-16
smbios: Mark laptops as such
Vladimir Serbinenko
2014-10-16
ACPI: Remove CONFIG_GENERATE_ACPI_TABLES
Vladimir Serbinenko
2014-10-11
acpi: Don't add an empty SSDT.
Vladimir Serbinenko
2014-10-11
acpi: Remove explicit pointer tracking in per-device ssdt.
Vladimir Serbinenko
2014-10-11
bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.
Vladimir Serbinenko
2014-10-10
acpi_create_mcfg_mmconfig: Zero-out the structure before filling.
Vladimir Serbinenko
2014-09-11
Increase space for ACPI tables when using dynamic CBMEM
Stefan Reinauer
2014-09-05
Implement ACPI in a per device way
Vladimir Serbinenko
2014-09-02
acpigen: Correctly handle root scope
Vladimir Serbinenko
2014-09-02
smbios.c: Fix mismerge which led to laptop being default type
Vladimir Serbinenko
2014-08-30
smbios: reorganise OEM strings handling.
Vladimir Serbinenko
2014-08-29
smbios: Define and use enclosure types.
Vladimir Serbinenko
2014-07-08
arch: Trivial - drop trailing blank lines at EOF
Edward O'Callaghan
2014-07-03
ACPI: Recover type of wakeup in acpi_is_wakeup()
Kyösti Mälkki
2014-06-26
PIRQ tables: Fix typos
Kyösti Mälkki
2014-06-24
MP Table: Change types to be consistent with the spec
Mike Loptien
2014-06-20
ACPI: Add acpi_is_wakeup_s3()
Kyösti Mälkki
2014-06-20
ACPI S3 support: Add acpi_s3_resume_allowed()
Kyösti Mälkki
2014-06-16
MP Spec: Correct the Virtual Wire assignment
Mike Loptien
2014-06-16
MP Spec: Add copyright header
Mike Loptien
2014-06-01
lenovo: Make version look like something thinkpad_acpi would accept
Vladimir Serbinenko
2014-06-01
acpigen: Add acpigen_emit_eisaid.
Vladimir Serbinenko
2014-05-25
acpigen: Add acpigen_write_irq.
Vladimir Serbinenko
2014-05-06
Introduce stage-specific architecture for coreboot
Furquan Shaikh
2014-05-02
arch/x86/boot: Indent mpspec.c and make a loop more legible
Edward O'Callaghan
2014-04-01
Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-03-20
rmodules: use rmodtool to create rmodules
Aaron Durbin
2014-03-09
smbios: Supply tag type 2 (base board information)
Vladimir Serbinenko
2014-03-03
coreboot: don't return struct lb_memory * from write_tables()
Aaron Durbin
2014-03-03
coreboot: introduce arch_payload_run()
Aaron Durbin
2014-01-23
Multiboot: remove multiboot tables generation.
Vladimir Serbinenko
2014-01-10
Replace all occurences of sprintf with snprintf
Vladimir Serbinenko
2014-01-06
CBMEM: Fix allocation for static CBMEM
Kyösti Mälkki
2014-01-06
CBMEM: Drop cbmem_base_check()
Kyösti Mälkki
2014-01-06
CBMEM ACPI: Move resume handler
Kyösti Mälkki
2013-12-02
Makefile: Drop obsolete rules
Kyösti Mälkki
2013-11-25
x86: fix compile error for !CONFIG_MULTIBOOT
Aaron Durbin
2013-11-25
smbios: Add generic type41 write function
Duncan Laurie
2013-11-18
smbios: make manufacturer, product_name and uuid runtime settable
Gerd Hoffmann
2013-10-15
CBMEM: Define cbmem_top() just once for x86
Kyösti Mälkki
2013-10-15
CBMEM: Fail builds on missing get_top_of_ram()
Kyösti Mälkki
2013-10-14
Revert "CBMEM: Always have early initialisation"
Kyösti Mälkki
2013-09-21
CBMEM: Always select CAR_MIGRATION
Kyösti Mälkki
2013-09-11
CBMEM: Backup top_of_ram instead of cbmem_toc
Kyösti Mälkki
2013-09-11
CBMEM: Add cbmem_locate_table()
Kyösti Mälkki
2013-09-11
CBMEM tables: Remove references to global high_tables_base
Kyösti Mälkki
2013-09-11
CBMEM: Add cbmem_late_set_table() and drop references to high_tables_base
Kyösti Mälkki
2013-09-11
CBMEM AMD: Fix calls to set_top_of_ram_once()
Kyösti Mälkki
2013-09-11
CBMEM AMD: Remove references to global high_tables_base
Kyösti Mälkki
2013-08-05
AMD Kabini: Add northbridge AGESA wrapper (new AMD processor)
Siyuan Wang
2013-07-15
SMBIOS: Add smbios_write_type11() for creating an OEM Strings structure
Peter Stuge
2013-07-14
SMBIOS: Allow overriding default Manufacturer and Product names
Peter Stuge
2013-07-10
Drop ELF remains from boot code
Stefan Reinauer
2013-07-10
arch: Fix spelling
Martin Roth
2013-05-01
x86: use boot state callbacks to disable rom cache
Aaron Durbin
2013-05-01
coverage: use boot state callbacks
Aaron Durbin
2013-05-01
acpi: split resume check and actual resume code
Aaron Durbin
2013-04-01
lynxpoint: Move ACPI NVS into separate CBMEM table
Duncan Laurie
2013-04-01
boot: add disable_cache_rom() function
Aaron Durbin
2013-03-26
x86: dynamic cbmem: fix acpi reservations
Aaron Durbin
2013-03-22
Unify coreboot table generation
Stefan Reinauer
2013-03-22
coreboot: add vboot_handoff to coreboot tables
Aaron Durbin
[next]