summaryrefslogtreecommitdiff
path: root/src/arch/x86/lib
AgeCommit message (Expand)Author
2015-01-05timestamps: Switch from tsc_t to uint64_tStefan Reinauer
2014-11-19console: Isolate console_init() for ROMCCKyösti Mälkki
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-08-07Possible thread stack implementation.Ronald G. Minnich
2014-07-08arch: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-06-21Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-05-26console: Add console for GDBKyösti Mälkki
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-04-30uart: Support multiple portsKyö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-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-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
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-02-20usbdebug: Unify console APIKyösti Mälkki
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
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-11-26Log device path into CMOS during probe stagesDuncan Laurie
2013-10-15Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki
2013-09-21ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki
2013-08-16console: Squelch console output from AP CPUs in romstageKyösti Mälkki
2013-07-14x86: Add and enable an arch verson of memmove.Gabe Black
2013-07-10usbdebug: Move ehci_debug_info allocationKyösti Mälkki
2013-07-10arch: clean up Kconfig and MakefileStefan Reinauer
2013-07-10Rename hardwaremain() to main()Stefan Reinauer
2013-06-06qemu: add x86 cpuGerd Hoffmann
2013-05-14x86: add thread supportAaron Durbin
2013-05-08Drop CONFIG_AP_CODE_IN_CARStefan Reinauer
2013-05-08copy_and_run: drop boot_complete parameterStefan Reinauer
2013-05-08hardwaremain: drop boot_complete parameterStefan Reinauer
2013-05-07x86 I/O APIC: Dump I/O APIC regs in `ioapic.c`Paul Menzel
2013-05-07x86 I/O APIC: Make functions `io_apic_{read,write}()` publicPaul Menzel
2013-04-18spkmodem consoleVladimir Serbinenko
2013-03-23x86: mark .textfirst as allocatable and executableAaron Durbin
2013-03-23x86: expose console_tx_flush in romstageAaron Durbin