Age | Commit message (Expand) | Author |
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-08-11 | coreboot classes: Add dynamic classes to coreboot | Furquan Shaikh |
2014-08-07 | Possible thread stack implementation. | Ronald G. Minnich |
2014-08-03 | arch/x86/Makefile.inc: trivial: fix indent of informative output about bootblock | Daniele Forsi |
2014-07-31 | payloads/external/SeaBIOS: Use coreboot’s serial console settings | Martin Roth |
2014-07-30 | arch/x86/include/arch/interrupt.h: Add header guards | Edward O'Callaghan |
2014-07-28 | IOAPIC: Fix missing stdint include | Kyösti Mälkki |
2014-07-17 | misc,ASL: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
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-29 | arch/x86/include/bootblock_common.h: Sanitize header inclusion | Edward O'Callaghan |
2014-06-27 | build: Pass correct disassembly flags in Clang build | Edward O'Callaghan |
2014-06-26 | PIRQ tables: Fix typos | Kyösti Mälkki |
2014-06-25 | Declare acpi_is_wakeup_early() only once | Kyösti Mälkki |
2014-06-24 | MP Table: Change types to be consistent with the spec | Mike Loptien |
2014-06-21 | Misc: Use acpi_is_wakeup_s3() | Kyösti Mälkki |
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-06 | build: Drop libgcc runtime wrapper in Clang builds | Edward O'Callaghan |
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-26 | console: Add console for GDB | Kyösti Mälkki |
2014-05-25 | acpigen: Add acpigen_write_irq. | Vladimir Serbinenko |
2014-05-22 | x86/include/arch/acpi.h: remove incorrect semicolon | Martin Roth |
2014-05-19 | build: use CFLAGS_* in more places where they're needed | Patrick Georgi |
2014-05-19 | build: move include paths where they belong | Patrick Georgi |
2014-05-17 | build: break compiler flags out of $(CC) | Patrick Georgi |
2014-05-17 | build: separate CPPFLAGS from CFLAGS | Patrick Georgi |
2014-05-17 | build: CPPFLAGS is more common than INCLUDES | Patrick Georgi |
2014-05-11 | SeaBIOS: Fix cpp use | Patrick Georgi |
2014-05-10 | Arch-level Kconfig menu cleanup | Furquan Shaikh |
2014-05-06 | Introduce stage-specific architecture for coreboot | Furquan Shaikh |
2014-05-03 | Move redundant Makefile rules from arch to top level. | Furquan Shaikh |
2014-05-02 | arch/x86/boot: Indent mpspec.c and make a loop more legible | Edward O'Callaghan |
2014-04-30 | uart: Support multiple ports | Kyösti Mälkki |
2014-04-26 | Rename coreboot_ram stage to ramstage | Furquan Shaikh |
2014-04-18 | build rules: Identify build stage with simple variables | Kyösti Mälkki |
2014-04-18 | console: Split ROMCC helpers | Kyösti Mälkki |
2014-04-18 | console: Use romstage code for ramstage and SMM | Kyösti Mälkki |
2014-04-18 | console: Drop driver list in ramstage | Kyösti Mälkki |
2014-04-09 | console: Refactor uart8250/NE2K | Kyösti Mälkki |
2014-04-09 | console: Move newline translation outside console_tx_byte | Kyösti Mälkki |
2014-04-09 | console: Hide global console_loglevel | Kyösti Mälkki |
2014-04-09 | console: Unify do_printk() | Kyösti Mälkki |
2014-04-09 | console: Split console_init() | Kyösti Mälkki |
2014-04-09 | uart: Redefine Kconfig options | Kyösti Mälkki |
2014-04-07 | SeaBIOS: have coreboot pass the choice to run optionroms in parallel | Idwer Vollering |
2014-04-04 | x86/Makefile: Allow addition of link libraries for rom/ramstage | Alexandru Gagniuc |
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-04 | usbdebug: Move Kconfig under drivers/usb | Kyösti Mälkki |
2014-03-04 | uart8250: Move under drivers/uart | Kyösti Mälkki |
2014-03-04 | uart8250mem: Unify calls with generic UART | Kyösti Mälkki |
2014-03-04 | uart8250io: Unify calls with generic UART | Kyösti Mälkki |
2014-03-04 | console: Fix includes | Kyösti Mälkki |
2014-03-04 | uart8250: Fix and unify baudrate divisor calculation | Kyösti Mälkki |
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-02-24 | CAR_GLOBAL: enforce compiler to check if _start != _end | Edward O'Callaghan |
2014-02-20 | usbdebug: Unify console API | Kyösti Mälkki |
2014-02-19 | x86: only build disassembly with gcc | Patrick Georgi |
2014-02-15 | coreboot: infrastructure for different ramstage loaders | Aaron Durbin |
2014-02-15 | x86: provide stage_exit() like arm | Aaron Durbin |
2014-02-11 | SMP: Add arch-agnostic boot_cpu() | Kyösti Mälkki |
2014-02-06 | ne2k: Move under drivers/net | Kyösti Mälkki |
2014-02-06 | usbdebug: Move under drivers/usb | Kyösti Mälkki |
2014-02-06 | MTRR: Mark all prefetchable resources as WRCOMB. | Vladimir Serbinenko |
2014-01-30 | x86: include optional reference code blob in cbfs | Aaron Durbin |
2014-01-28 | x86: add common definitions for control registers | Aaron Durbin |
2014-01-23 | Multiboot: remove multiboot tables generation. | Vladimir Serbinenko |
2014-01-21 | CAR_GLOBAL: Define section details once | Patrick Georgi |
2014-01-13 | lib: Make log2() available in romstage on ARM, not just x86 | Alexandru Gagniuc |
2014-01-12 | arch/x86/acpi/globutil.asl: Make control method `S2BF` serialized | Paul Menzel |
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-23 | usbdebug: Add option to disable console for romstage | Kyösti Mälkki |
2013-12-09 | Refactor usage of walkcbfs to permit access to CBFS headers | Alexandru Gagniuc |
2013-12-06 | arch/x86: Do not run UPDATE-FIT if we don't include microcode | Alexandru Gagniuc |
2013-12-02 | Makefile: Drop obsolete rules | Kyösti Mälkki |
2013-11-26 | Log device path into CMOS during probe stages | Duncan Laurie |
2013-11-26 | Extend CMOS POST code logging to store extra data | Duncan Laurie |
2013-11-26 | cmos post: Guard with spinlock | Duncan Laurie |
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-25 | x86: call cbfstool update-fit when fit selected | Aaron Durbin |
2013-11-25 | x86: use proper types for interrupt callbacks | Aaron Durbin |
2013-11-19 | Add GRUB2 payload to build system | Vladimir Serbinenko |
2013-11-18 | smbios: make manufacturer, product_name and uuid runtime settable | Gerd Hoffmann |
2013-11-10 | add memory clobber to ins{b,w,l} | Gerd Hoffmann |
2013-10-17 | arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS | Andrew Wu |
2013-10-15 | CBMEM: Define cbmem_top() just once for x86 | Kyösti Mälkki |
2013-10-15 | Have option of timestamps, CBMEM console and usbdebug for most boards | Kyösti Mälkki |