aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/lib
AgeCommit message (Expand)Author
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-03-28build system: normalize linker script file namesPatrick Georgi
2015-03-20loaders: add program_loading.h header fileAaron Durbin
2015-03-04Add stage information to coreboot bannerStefan Reinauer
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-01-09misc: Drop print_ implementation from non-romcc boardsStefan Reinauer
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
2013-03-21rmodule: add string functions to rmodules classAaron Durbin
2013-03-21ramstage: prepare for relocationAaron Durbin
2013-03-20x86: don't clear bss in ramstage entryAaron Durbin
2013-03-19x86: remove stack definition in linker scriptAaron Durbin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-27IOAPIC: Divide setup_ioapic() in two parts.Kyösti Mälkki
2013-02-08console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2013-01-27ioapic: Factor out counting code to `ioapic_interrupt_count`Patrick Georgi
2013-01-23clear_ioapic: Fix reading of number of interrupts for IO-APICsAladyshev Konstantin
2012-12-06Unify assembler function handlingStefan Reinauer
2012-11-27build system: Eliminate special case for c_startPatrick Georgi
2012-11-20Unify use of bool config variablesStefan Reinauer
2012-11-14Provide MRC with a console printing callback functionVadim Bendebury
2012-11-13Pass the CPU index as a parameter to startup.Ronald G. Minnich
2012-11-12mmio pci config: Remove register constraintsAaron Durbin
2012-11-08x86 memcpy: Copy 4 bytes at onceStefan Reinauer
2012-10-29Fix reading of number of interrupts for IO-APICsNico Huber
2012-08-15coreboot: Dump memory around problem area when encountering exceptionAlexandru Gagniuc
2012-07-31Revert "Use broadcast SIPI to startup siblings"Sven Schnelle
2012-07-26USBDEBUG: buffer up to 8 bytesSven Schnelle
2012-07-15Poison the stack to uncover programming errorsRonald G. Minnich
2012-07-10Fix APIC cpu_indexKyösti Mälkki
2012-07-10Drop start_cpu_lockKyösti Mälkki
2012-07-05PCI Type2 config must dieRonald G. Minnich
2012-07-02Use broadcast SIPI to startup siblingsSven Schnelle
2012-06-23Add an option for Waiting for gdb connection if the gdb stub configuration is...Denis 'GNUtoo' Carikli
2012-06-21Don't use 64-bit constant 0x100000000 in linker scriptsNico Huber
2012-05-08Clean up #ifsPatrick Georgi
2012-04-23Unbreak boards where chipset can select between FSB and serial APIC busRudolf Marek
2012-04-06Factor out function to find driver for a CPUStefan Reinauer
2012-04-04Use fast memset in SMM mode, tooStefan Reinauer
2012-03-31Fix issues with x86 memcpyMathias Krause
2012-03-30Don't re-init EBDA in S3 resume path.Duncan Laurie
2012-03-30Prepare the BIOS data areas before device init.Duncan Laurie
2012-03-30Make PCI CONF2 support a compile time optionStefan Reinauer
2012-03-30Add more timestamps in coreboot.Stefan Reinauer
2012-03-30Add native memset() function on x86Stefan Reinauer
2012-03-30Add faster, architecture dependent memcpy()Stefan Reinauer
2012-03-29Detect whether the OXPCIE card is really present while in the ROM stage.Gabe Black
2012-03-29CBMEM CONSOLE: Add code using the new console driver.Vadim Bendebury
2012-03-20Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class...Rudolf Marek
2012-03-16Via Epia-N and C3: Set ioapic delivery type in KconfigPatrick Georgi
2012-03-07Move C labels to start-of-linePatrick Georgi