aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2013-06-10ARM: Put the ROM stage into the image before other bits.Gabe Black
2013-06-06qemu: add x86 cpuGerd Hoffmann
2013-06-04Move the MARK_GRAPHICS_MEM_WRCOMB to x86 architectureRonald G. Minnich
2013-06-02Provide sane Kconfig default for cmos.default.Denis 'GNUtoo' Carikli
2013-05-20Drop llshellStefan Reinauer
2013-05-16x86: add cache-as-ram migration optionAaron Durbin
2013-05-14x86: add thread supportAaron Durbin
2013-05-14coreboot: add thread cooperative multitaskingAaron Durbin
2013-05-10Drop prototype guarding for romccStefan Reinauer
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-05-01armv7: invalidate TLB entries as they are added/modifiedDavid Hendricks
2013-05-01ARMV7: add a function to disable MMU entriesRonald G. Minnich
2013-05-01armv7: add wrapper for tlbimvaaDavid Hendricks
2013-05-01x86: use boot state callbacks to disable rom cacheAaron Durbin
2013-05-01coverage: use boot state callbacksAaron Durbin
2013-05-01acpi: split resume check and actual resume codeAaron Durbin
2013-05-01boot state: schedule static callbacksAaron Durbin
2013-04-26armv7: invoke intermediate build rulesDavid Hendricks
2013-04-18spkmodem consoleVladimir Serbinenko
2013-04-17armv7/exynos5250: Deprecate sdelay in favor of udelayDavid Hendricks
2013-04-13Exynos5250: add a microsecond timerRonald G. Minnich
2013-04-11ARM: Unmask aborts very early in the bootblock.Gabe Black
2013-04-10armv7: replace read/write macros with inlinesDavid Hendricks
2013-04-08armv7: specify condition code for msr instructionDavid Hendricks
2013-04-03Add PXE ROM selection to Kconfig menuSiyuan Wang
2013-04-01lynxpoint: Move ACPI NVS into separate CBMEM tableDuncan Laurie
2013-04-01boot: add disable_cache_rom() functionAaron Durbin
2013-03-30x86: Drop BOARD_HAS_FADTKyösti Mälkki
2013-03-30armv7: change some unsigned ints to uint32_tDavid Hendricks
2013-03-29armv7: remove loop from dcache_mmu_disable()David Hendricks
2013-03-29armv7: update sync barrier usage in dcache_op_set_way()David Hendricks
2013-03-29armv7: set cache level explicitly for dcache/unified cache caseDavid Hendricks
2013-03-29armv7: invalidate TLB after changing translation table entriesDavid Hendricks
2013-03-29armv7: iterate thru all levels when doing dcache opsDavid Hendricks
2013-03-29armv7: add functions for reading/writing L2CTLRDavid Hendricks
2013-03-29armv7: use stdint.h in cache and MMU filesDavid Hendricks
2013-03-29armv7: added paranoia for cache libraryDavid Hendricks
2013-03-28armv7: clean+invalidate all cache levels when disabling MMUDavid Hendricks
2013-03-28armv7: cosmetic changes to dcache_op_mva()David Hendricks
2013-03-28armv7: fix a bad variable assignmentDavid Hendricks
2013-03-28armv7: pass incremented value to dccimvacDavid Hendricks
2013-03-26armv7: fixes for dcache_op_by_mva()David Hendricks
2013-03-26ARMv7: Drop ROMSTAGE_BASE from Makefile.incStefan Reinauer
2013-03-26x86: dynamic cbmem: fix acpi reservationsAaron Durbin
2013-03-26ARMv7: Drop XIP relocation code for romstageStefan Reinauer
2013-03-26armv7: add new dcache and MMU setup functionsDavid Hendricks
2013-03-23x86: mark .textfirst as allocatable and executableAaron Durbin
2013-03-23relocatable ramstage: fix linkingAaron Durbin
2013-03-23x86: expose console_tx_flush in romstageAaron Durbin
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-22coreboot: add vboot_handoff to coreboot tablesAaron Durbin
2013-03-22romstage: add support for vboot firmware selectionAaron Durbin
2013-03-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-21rmodule: add string functions to rmodules classAaron Durbin
2013-03-21coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-21coreboot: introduce romstage_handoff structureAaron Durbin
2013-03-21ramstage: prepare for relocationAaron Durbin
2013-03-21armv7: add function for dcache_clean_by_mva()David Hendricks
2013-03-21armv7: add a helper function for dcache ops by MVADavid Hendricks
2013-03-21armv7: cosmetic changes to new cache codeDavid Hendricks
2013-03-21armv7: remove old isb() and dsb() macrosDavid Hendricks
2013-03-21armv7: move armv7_invalidate_caches() to cache.cDavid Hendricks
2013-03-20x86: don't clear bss in ramstage entryAaron Durbin
2013-03-20ARM: remove assembly code dump when stages.o is builtRonald G. Minnich
2013-03-20ARM: Fix the ldscripts so that exit/enter stage work correctly.Ronald G. Minnich
2013-03-20x86: provide more C standard environmentAaron Durbin
2013-03-19armv7/exynos/snow: new cache maintenance APIDavid Hendricks
2013-03-19rmodule: add ramstage supportAaron Durbin
2013-03-19x86: remove stack definition in linker scriptAaron Durbin
2013-03-19cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin
2013-03-17x86 intel: Add Firmware Interface Table supportAaron Durbin
2013-03-15Google Link: Add remaining code to support native graphicsRonald G. Minnich
2013-03-14x86: improve lb_cleanup_memory_rangesAaron Durbin
2013-03-08Eliminate do_div().David Hendricks
2013-03-08ARMV7 and Google/Snow: Add exception support code to the ramstageRonald G. Minnich
2013-03-07Remove UTF-8 characters from commentsRonald G. Minnich
2013-03-07Revert "ARMv7: Simplify div64"David Hendricks
2013-03-07src/arch/x86/boot/acpigen.c: Small coding style and comment fixesPaul Menzel
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-28Revert "ARMv7: drop special handling for stages.c"Ronald G. Minnich
2013-02-28ARMv7: drop special handling for stages.cStefan Reinauer
2013-02-28Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer
2013-02-27IOAPIC: Divide setup_ioapic() in two parts.Kyösti Mälkki
2013-02-25google/snow: enable GPIO entries and CHROMEOS in buildingRonald G. Minnich
2013-02-25ARMv7: Simplify div64Stefan Reinauer
2013-02-21ARMV7: create a correct LB_SERIAL table entryRonald G. Minnich
2013-02-20Whitespace: Replace tab character in license text with two spacesPaul Menzel
2013-02-20ARMV7: minor tweaks to inter-stage calling and payload handling.Ronald G. Minnich
2013-02-19armv7/snow: add CPU and RAM resources via allocatorDavid Hendricks
2013-02-19armv7: init stack to 0xdeadbeef to detect stack overflowsDavid Hendricks
2013-02-16armv7/exynos5250: fix usage of _stack and _estackDavid Hendricks
2013-02-15ARMv7: Drop u-boot type remainsStefan Reinauer
2013-02-15ARMv7: straighten out reset codeStefan Reinauer
2013-02-15ARMv7: Drop sr32, and wait_on_valueStefan Reinauer