summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* uart: Support multiple portsKyösti Mälkki2014-04-301-3/+3
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-265-19/+19
* build rules: Identify build stage with simple variablesKyösti Mälkki2014-04-185-72/+4
* console: Split ROMCC helpersKyösti Mälkki2014-04-181-75/+16
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-184-100/+0
* console: Drop driver list in ramstageKyösti Mälkki2014-04-182-8/+0
* console: Refactor uart8250/NE2KKyösti Mälkki2014-04-092-20/+17
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-092-6/+0
* console: Hide global console_loglevelKyösti Mälkki2014-04-091-14/+7
* console: Unify do_printk()Kyösti Mälkki2014-04-092-45/+1
* console: Split console_init()Kyösti Mälkki2014-04-093-5/+2
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-093-13/+7
* SeaBIOS: have coreboot pass the choice to run optionroms in parallelIdwer Vollering2014-04-071-0/+1
* x86/Makefile: Allow addition of link libraries for rom/ramstageAlexandru Gagniuc2014-04-041-9/+13
* Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATEKyösti Mälkki2014-04-012-2/+4
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-204-27/+14
* smbios: Supply tag type 2 (base board information)Vladimir Serbinenko2014-03-091-0/+19
* 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-043-9/+8
* uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki2014-03-041-0/+1
* coreboot: don't return struct lb_memory * from write_tables()Aaron Durbin2014-03-032-7/+3
* coreboot: introduce arch_payload_run()Aaron Durbin2014-03-034-11/+16
* CAR_GLOBAL: enforce compiler to check if _start != _endEdward O'Callaghan2014-02-241-0/+1
* usbdebug: Unify console APIKyösti Mälkki2014-02-201-2/+2
* x86: only build disassembly with gccPatrick Georgi2014-02-191-3/+9
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-151-19/+2
* x86: provide stage_exit() like armAaron Durbin2014-02-152-4/+9
* SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki2014-02-114-13/+5
* console: Drop IO and Oxford (PCI) UARTs on armv7Kyösti Mälkki2014-02-061-21/+0
* ne2k: Move under drivers/netKyösti Mälkki2014-02-061-1/+1
* usbdebug: Move under drivers/usbKyösti Mälkki2014-02-061-1/+1
* MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko2014-02-061-8/+0
* x86: include optional reference code blob in cbfsAaron Durbin2014-01-301-0/+3
* x86: add common definitions for control registersAaron Durbin2014-01-281-0/+1
* Multiboot: remove multiboot tables generation.Vladimir Serbinenko2014-01-234-94/+1
* CAR_GLOBAL: Define section details oncePatrick Georgi2014-01-211-2/+6
* lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc2014-01-131-1/+5
* arch/x86/acpi/globutil.asl: Make control method `S2BF` serializedPaul Menzel2014-01-121-1/+1
* Replace all occurences of sprintf with snprintfVladimir Serbinenko2014-01-101-1/+2
* CBMEM: Fix allocation for static CBMEMKyösti Mälkki2014-01-061-0/+1
* CBMEM: Drop cbmem_base_check()Kyösti Mälkki2014-01-062-8/+0
* CBMEM ACPI: Move resume handlerKyösti Mälkki2014-01-064-1/+28
* usbdebug: Add option to disable console for romstageKyösti Mälkki2013-12-231-2/+2
* exynos5250: Implement support to boot with USB A-A firmware uploadJulius Werner2013-12-211-3/+0
* armv7: Allow accessing ACTLR (Auxiliary Control Register)Hung-Te Lin2013-12-211-0/+14
* armv7: Add CPU & MP primitive instructionsHung-Te Lin2013-12-211-0/+36
* armv7: add wrappers to read/write L2ACTLRDavid Hendricks2013-12-211-0/+15
OpenPOWER on IntegriCloud