summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* build: use CFLAGS_* in more places where they're neededPatrick Georgi2014-05-191-12/+12
* build: move include paths where they belongPatrick Georgi2014-05-191-1/+1
* build: break compiler flags out of $(CC)Patrick Georgi2014-05-171-1/+1
* build: separate CPPFLAGS from CFLAGSPatrick Georgi2014-05-172-3/+3
* build: CPPFLAGS is more common than INCLUDESPatrick Georgi2014-05-172-7/+7
* SeaBIOS: Fix cpp usePatrick Georgi2014-05-111-1/+1
* Arch-level Kconfig menu cleanupFurquan Shaikh2014-05-102-63/+0
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-066-82/+133
* Move redundant Makefile rules from arch to top level.Furquan Shaikh2014-05-032-454/+230
* arch/x86/boot: Indent mpspec.c and make a loop more legibleEdward O'Callaghan2014-05-021-41/+40
* 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
OpenPOWER on IntegriCloud