aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
AgeCommit message (Expand)Author
2014-07-08arch: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-03ACPI: Recover type of wakeup in acpi_is_wakeup()Kyösti Mälkki
2014-06-29arch/x86/include/bootblock_common.h: Sanitize header inclusionEdward O'Callaghan
2014-06-27build: Pass correct disassembly flags in Clang buildEdward O'Callaghan
2014-06-26PIRQ tables: Fix typosKyösti Mälkki
2014-06-25Declare acpi_is_wakeup_early() only onceKyösti Mälkki
2014-06-24MP Table: Change types to be consistent with the specMike Loptien
2014-06-21Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-20ACPI: Add acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-20ACPI S3 support: Add acpi_s3_resume_allowed()Kyösti Mälkki
2014-06-16MP Spec: Correct the Virtual Wire assignmentMike Loptien
2014-06-16MP Spec: Add copyright headerMike Loptien
2014-06-06build: Drop libgcc runtime wrapper in Clang buildsEdward O'Callaghan
2014-06-01lenovo: Make version look like something thinkpad_acpi would acceptVladimir Serbinenko
2014-06-01acpigen: Add acpigen_emit_eisaid.Vladimir Serbinenko
2014-05-26console: Add console for GDBKyösti Mälkki
2014-05-25acpigen: Add acpigen_write_irq.Vladimir Serbinenko
2014-05-22x86/include/arch/acpi.h: remove incorrect semicolonMartin Roth
2014-05-19build: use CFLAGS_* in more places where they're neededPatrick Georgi
2014-05-19build: move include paths where they belongPatrick Georgi
2014-05-17build: break compiler flags out of $(CC)Patrick Georgi
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-11SeaBIOS: Fix cpp usePatrick Georgi
2014-05-10Arch-level Kconfig menu cleanupFurquan Shaikh
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-03Move redundant Makefile rules from arch to top level.Furquan Shaikh
2014-05-02arch/x86/boot: Indent mpspec.c and make a loop more legibleEdward O'Callaghan
2014-04-30uart: Support multiple portsKyösti Mälkki
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-18build rules: Identify build stage with simple variablesKyösti Mälkki
2014-04-18console: Split ROMCC helpersKyösti Mälkki
2014-04-18console: Use romstage code for ramstage and SMMKyösti Mälkki
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09console: Refactor uart8250/NE2KKyösti Mälkki
2014-04-09console: Move newline translation outside console_tx_byteKyösti Mälkki
2014-04-09console: Hide global console_loglevelKyösti Mälkki
2014-04-09console: Unify do_printk()Kyösti Mälkki
2014-04-09console: Split console_init()Kyösti Mälkki
2014-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-04-07SeaBIOS: have coreboot pass the choice to run optionroms in parallelIdwer Vollering
2014-04-04x86/Makefile: Allow addition of link libraries for rom/ramstageAlexandru Gagniuc
2014-04-01Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATEKyösti Mälkki
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-03-09smbios: Supply tag type 2 (base board information)Vladimir Serbinenko
2014-03-04usbdebug: Move Kconfig under drivers/usbKyösti Mälkki
2014-03-04uart8250: Move under drivers/uartKyösti Mälkki
2014-03-04uart8250mem: Unify calls with generic UARTKyösti Mälkki
2014-03-04uart8250io: Unify calls with generic UARTKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-04uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki
2014-03-03coreboot: don't return struct lb_memory * from write_tables()Aaron Durbin
2014-03-03coreboot: introduce arch_payload_run()Aaron Durbin
2014-02-24CAR_GLOBAL: enforce compiler to check if _start != _endEdward O'Callaghan
2014-02-20usbdebug: Unify console APIKyösti Mälkki
2014-02-19x86: only build disassembly with gccPatrick Georgi
2014-02-15coreboot: infrastructure for different ramstage loadersAaron Durbin
2014-02-15x86: provide stage_exit() like armAaron Durbin
2014-02-11SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki
2014-02-06ne2k: Move under drivers/netKyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2014-02-06MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko
2014-01-30x86: include optional reference code blob in cbfsAaron Durbin
2014-01-28x86: add common definitions for control registersAaron Durbin
2014-01-23Multiboot: remove multiboot tables generation.Vladimir Serbinenko
2014-01-21CAR_GLOBAL: Define section details oncePatrick Georgi
2014-01-13lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc
2014-01-12arch/x86/acpi/globutil.asl: Make control method `S2BF` serializedPaul Menzel
2014-01-10Replace all occurences of sprintf with snprintfVladimir Serbinenko
2014-01-06CBMEM: Fix allocation for static CBMEMKyösti Mälkki
2014-01-06CBMEM: Drop cbmem_base_check()Kyösti Mälkki
2014-01-06CBMEM ACPI: Move resume handlerKyösti Mälkki
2013-12-23usbdebug: Add option to disable console for romstageKyösti Mälkki
2013-12-09Refactor usage of walkcbfs to permit access to CBFS headersAlexandru Gagniuc
2013-12-06arch/x86: Do not run UPDATE-FIT if we don't include microcodeAlexandru Gagniuc
2013-12-02Makefile: Drop obsolete rulesKyösti Mälkki
2013-11-26Log device path into CMOS during probe stagesDuncan Laurie
2013-11-26Extend CMOS POST code logging to store extra dataDuncan Laurie
2013-11-26cmos post: Guard with spinlockDuncan Laurie
2013-11-25x86: fix compile error for !CONFIG_MULTIBOOTAaron Durbin
2013-11-25smbios: Add generic type41 write functionDuncan Laurie
2013-11-25x86: call cbfstool update-fit when fit selectedAaron Durbin
2013-11-25x86: use proper types for interrupt callbacksAaron Durbin
2013-11-19Add GRUB2 payload to build systemVladimir Serbinenko
2013-11-18smbios: make manufacturer, product_name and uuid runtime settableGerd Hoffmann
2013-11-10add memory clobber to ins{b,w,l}Gerd Hoffmann
2013-10-17arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOSAndrew Wu
2013-10-15CBMEM: Define cbmem_top() just once for x86Kyösti Mälkki
2013-10-15Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki
2013-10-15CBMEM: Fail builds on missing get_top_of_ram()Kyösti Mälkki
2013-10-14Revert "CBMEM: Always have early initialisation"Kyösti Mälkki
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-09-21CBMEM: Always select CAR_MIGRATIONKyösti Mälkki
2013-09-21ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki
2013-09-11CBMEM: Backup top_of_ram instead of cbmem_tocKyösti Mälkki
2013-09-11CBMEM: Add cbmem_locate_table()Kyösti Mälkki
2013-09-11CBMEM tables: Remove references to global high_tables_baseKyösti Mälkki
2013-09-11CBMEM: Add cbmem_late_set_table() and drop references to high_tables_baseKyösti Mälkki
2013-09-11CBMEM AMD: Fix calls to set_top_of_ram_once()Kyösti Mälkki
2013-09-11CBMEM AMD: Remove references to global high_tables_baseKyösti Mälkki