summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* build system: normalize linker script file namesPatrick Georgi2015-03-281-0/+0
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* Add stage information to coreboot bannerStefan Reinauer2015-03-041-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-153-21/+21
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-091-0/+7
* timestamps: Switch from tsc_t to uint64_tStefan Reinauer2015-01-052-1/+31
* console: Isolate console_init() for ROMCCKyösti Mälkki2014-11-191-1/+16
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2014-08-111-3/+3
* Possible thread stack implementation.Ronald G. Minnich2014-08-071-0/+7
* arch: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-082-2/+0
* Misc: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-5/+1
* console: Add console for GDBKyösti Mälkki2014-05-262-2/+12
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-6/+15
* uart: Support multiple portsKyösti Mälkki2014-04-301-3/+3
* console: Split ROMCC helpersKyösti Mälkki2014-04-181-75/+16
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-182-58/+0
* console: Refactor uart8250/NE2KKyösti Mälkki2014-04-092-20/+17
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-3/+0
* console: Hide global console_loglevelKyösti Mälkki2014-04-091-14/+7
* console: Unify do_printk()Kyösti Mälkki2014-04-091-25/+0
* console: Split console_init()Kyösti Mälkki2014-04-092-4/+1
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-092-11/+5
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-201-0/+2
* usbdebug: Move Kconfig under drivers/usbKyösti Mälkki2014-03-041-2/+2
* uart8250: Move under drivers/uartKyösti Mälkki2014-03-041-1/+1
* uart8250mem: Unify calls with generic UARTKyösti Mälkki2014-03-041-9/+2
* uart8250io: Unify calls with generic UARTKyösti Mälkki2014-03-042-8/+6
* console: Fix includesKyösti Mälkki2014-03-042-9/+6
* uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki2014-03-041-0/+1
* usbdebug: Unify console APIKyösti Mälkki2014-02-201-2/+2
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-151-19/+2
* x86: provide stage_exit() like armAaron Durbin2014-02-151-4/+1
* SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki2014-02-111-3/+2
* ne2k: Move under drivers/netKyösti Mälkki2014-02-061-1/+1
* usbdebug: Move under drivers/usbKyösti Mälkki2014-02-061-1/+1
* usbdebug: Add option to disable console for romstageKyösti Mälkki2013-12-231-2/+2
* Refactor usage of walkcbfs to permit access to CBFS headersAlexandru Gagniuc2013-12-091-4/+2
* Log device path into CMOS during probe stagesDuncan Laurie2013-11-261-0/+3
* Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki2013-10-151-3/+3
* ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki2013-09-211-3/+0
* console: Squelch console output from AP CPUs in romstageKyösti Mälkki2013-08-161-1/+8
* x86: Add and enable an arch verson of memmove.Gabe Black2013-07-142-0/+191
* usbdebug: Move ehci_debug_info allocationKyösti Mälkki2013-07-101-2/+2
* arch: clean up Kconfig and MakefileStefan Reinauer2013-07-101-1/+0
* Rename hardwaremain() to main()Stefan Reinauer2013-07-101-1/+1
* qemu: add x86 cpuGerd Hoffmann2013-06-061-0/+2
* x86: add thread supportAaron Durbin2013-05-144-0/+127
* Drop CONFIG_AP_CODE_IN_CARStefan Reinauer2013-05-081-7/+0
* copy_and_run: drop boot_complete parameterStefan Reinauer2013-05-083-12/+4
* hardwaremain: drop boot_complete parameterStefan Reinauer2013-05-081-9/+0