summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2014-03-09smbios: Supply tag type 2 (base board information)Vladimir Serbinenko
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-03-03coreboot: don't return struct lb_memory * from write_tables()Aaron Durbin
2014-03-03coreboot: introduce arch_payload_run()Aaron Durbin
2014-02-24CAR_GLOBAL: enforce compiler to check if _start != _endEdward O'Callaghan
2014-02-20usbdebug: Unify console APIKyösti Mälkki
2014-02-19x86: only build disassembly with gccPatrick Georgi
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-06console: Drop IO and Oxford (PCI) UARTs on armv7Kyösti Mälkki
2014-02-06ne2k: Move under drivers/netKyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2014-02-06MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko
2014-01-30x86: include optional reference code blob in cbfsAaron Durbin
2014-01-28x86: add common definitions for control registersAaron Durbin
2014-01-23Multiboot: remove multiboot tables generation.Vladimir Serbinenko
2014-01-21CAR_GLOBAL: Define section details oncePatrick Georgi
2014-01-13lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc
2014-01-12arch/x86/acpi/globutil.asl: Make control method `S2BF` serializedPaul Menzel
2014-01-10Replace all occurences of sprintf with snprintfVladimir Serbinenko
2014-01-06CBMEM: Fix allocation for static CBMEMKyösti Mälkki
2014-01-06CBMEM: Drop cbmem_base_check()Kyösti Mälkki
2014-01-06CBMEM ACPI: Move resume handlerKyösti Mälkki
2013-12-23usbdebug: Add option to disable console for romstageKyösti Mälkki
2013-12-21exynos5250: Implement support to boot with USB A-A firmware uploadJulius Werner
2013-12-21armv7: Allow accessing ACTLR (Auxiliary Control Register)Hung-Te Lin
2013-12-21armv7: Add CPU & MP primitive instructionsHung-Te Lin
2013-12-21armv7: add wrappers to read/write L2ACTLRDavid Hendricks
2013-12-21ARM: Don't inject nobits since we actually want to load these bitsGabe Black
2013-12-21ARM: Remove (NOLOAD) from the .car sectionGabe Black
2013-12-21ARMv7: Fix location of CBMEM console in romstageStefan Reinauer
2013-12-21arm: Remove __image_copy_end from the ARM linker scriptGabe Black
2013-12-21armv7: Prepare tables code for dynamic CBMEMPatrick Georgi
2013-12-21Enable CAR migration on Exynos 5250 and 5420Stefan Reinauer
2013-12-21arm: Don't use const pointers with the write functionsGabe Black
2013-12-12armv7: Fix dcache_clean_by_mva.Hung-Te Lin
2013-12-09Refactor usage of walkcbfs to permit access to CBFS headersAlexandru Gagniuc
2013-12-06arch/x86: Do not run UPDATE-FIT if we don't include microcodeAlexandru Gagniuc
2013-12-02Makefile: Drop obsolete rulesKyösti Mälkki
2013-11-26Log device path into CMOS during probe stagesDuncan Laurie
2013-11-26Extend CMOS POST code logging to store extra dataDuncan Laurie
2013-11-26cmos post: Guard with spinlockDuncan Laurie
2013-11-25x86: fix compile error for !CONFIG_MULTIBOOTAaron Durbin
2013-11-25smbios: Add generic type41 write functionDuncan Laurie