summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ARM: Don't inject nobits since we actually want to load these bitsGabe Black2013-12-211-2/+2
* ARM: Remove (NOLOAD) from the .car sectionGabe Black2013-12-211-1/+1
* ARMv7: Fix location of CBMEM console in romstageStefan Reinauer2013-12-211-12/+25
* arm: Remove __image_copy_end from the ARM linker scriptGabe Black2013-12-211-3/+0
* armv7: Prepare tables code for dynamic CBMEMPatrick Georgi2013-12-211-0/+4
* Enable CAR migration on Exynos 5250 and 5420Stefan Reinauer2013-12-211-1/+19
* arm: Don't use const pointers with the write functionsGabe Black2013-12-211-3/+3
* armv7: Fix dcache_clean_by_mva.Hung-Te Lin2013-12-121-0/+3
* Refactor usage of walkcbfs to permit access to CBFS headersAlexandru Gagniuc2013-12-092-6/+21
* arch/x86: Do not run UPDATE-FIT if we don't include microcodeAlexandru Gagniuc2013-12-061-1/+1
* Makefile: Drop obsolete rulesKyösti Mälkki2013-12-022-3/+0
* Log device path into CMOS during probe stagesDuncan Laurie2013-11-261-0/+3
* Extend CMOS POST code logging to store extra dataDuncan Laurie2013-11-261-0/+4
* cmos post: Guard with spinlockDuncan Laurie2013-11-261-0/+14
* x86: fix compile error for !CONFIG_MULTIBOOTAaron Durbin2013-11-251-2/+2
* smbios: Add generic type41 write functionDuncan Laurie2013-11-251-0/+26
* x86: call cbfstool update-fit when fit selectedAaron Durbin2013-11-251-0/+6
* x86: use proper types for interrupt callbacksAaron Durbin2013-11-251-2/+2
* Add GRUB2 payload to build systemVladimir Serbinenko2013-11-191-0/+16
OpenPOWER on IntegriCloud