Age | Commit message (Expand) | Author |
2013-05-08 | hardwaremain: drop boot_complete parameter | Stefan Reinauer |
2013-05-07 | x86 I/O APIC: Dump I/O APIC regs in `ioapic.c` | Paul Menzel |
2013-05-07 | x86 I/O APIC: Make functions `io_apic_{read,write}()` public | Paul Menzel |
2013-05-01 | armv7: invalidate TLB entries as they are added/modified | David Hendricks |
2013-05-01 | ARMV7: add a function to disable MMU entries | Ronald G. Minnich |
2013-05-01 | armv7: add wrapper for tlbimvaa | David Hendricks |
2013-05-01 | x86: use boot state callbacks to disable rom cache | Aaron Durbin |
2013-05-01 | coverage: use boot state callbacks | Aaron Durbin |
2013-05-01 | acpi: split resume check and actual resume code | Aaron Durbin |
2013-05-01 | boot state: schedule static callbacks | Aaron Durbin |
2013-04-26 | armv7: invoke intermediate build rules | David Hendricks |
2013-04-18 | spkmodem console | Vladimir Serbinenko |
2013-04-17 | armv7/exynos5250: Deprecate sdelay in favor of udelay | David Hendricks |
2013-04-13 | Exynos5250: add a microsecond timer | Ronald G. Minnich |
2013-04-11 | ARM: Unmask aborts very early in the bootblock. | Gabe Black |
2013-04-10 | armv7: replace read/write macros with inlines | David Hendricks |
2013-04-08 | armv7: specify condition code for msr instruction | David Hendricks |
2013-04-03 | Add PXE ROM selection to Kconfig menu | Siyuan Wang |
2013-04-01 | lynxpoint: Move ACPI NVS into separate CBMEM table | Duncan Laurie |
2013-04-01 | boot: add disable_cache_rom() function | Aaron Durbin |
2013-03-30 | x86: Drop BOARD_HAS_FADT | Kyösti Mälkki |
2013-03-30 | armv7: change some unsigned ints to uint32_t | David Hendricks |
2013-03-29 | armv7: remove loop from dcache_mmu_disable() | David Hendricks |
2013-03-29 | armv7: update sync barrier usage in dcache_op_set_way() | David Hendricks |
2013-03-29 | armv7: set cache level explicitly for dcache/unified cache case | David Hendricks |
2013-03-29 | armv7: invalidate TLB after changing translation table entries | David Hendricks |
2013-03-29 | armv7: iterate thru all levels when doing dcache ops | David Hendricks |
2013-03-29 | armv7: add functions for reading/writing L2CTLR | David Hendricks |
2013-03-29 | armv7: use stdint.h in cache and MMU files | David Hendricks |
2013-03-29 | armv7: added paranoia for cache library | David Hendricks |
2013-03-28 | armv7: clean+invalidate all cache levels when disabling MMU | David Hendricks |
2013-03-28 | armv7: cosmetic changes to dcache_op_mva() | David Hendricks |
2013-03-28 | armv7: fix a bad variable assignment | David Hendricks |
2013-03-28 | armv7: pass incremented value to dccimvac | David Hendricks |
2013-03-26 | armv7: fixes for dcache_op_by_mva() | David Hendricks |
2013-03-26 | ARMv7: Drop ROMSTAGE_BASE from Makefile.inc | Stefan Reinauer |
2013-03-26 | x86: dynamic cbmem: fix acpi reservations | Aaron Durbin |
2013-03-26 | ARMv7: Drop XIP relocation code for romstage | Stefan Reinauer |
2013-03-26 | armv7: add new dcache and MMU setup functions | David Hendricks |
2013-03-23 | x86: mark .textfirst as allocatable and executable | Aaron Durbin |
2013-03-23 | relocatable ramstage: fix linking | Aaron Durbin |
2013-03-23 | x86: expose console_tx_flush in romstage | Aaron Durbin |
2013-03-22 | Unify coreboot table generation | Stefan Reinauer |
2013-03-22 | coreboot: add vboot_handoff to coreboot tables | Aaron Durbin |
2013-03-22 | romstage: add support for vboot firmware selection | Aaron Durbin |
2013-03-22 | coreboot: dynamic cbmem requirement | Aaron Durbin |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-21 | cbmem: dynamic cbmem support | Aaron Durbin |
2013-03-21 | rmodule: add string functions to rmodules class | Aaron Durbin |
2013-03-21 | coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE | Aaron Durbin |
2013-03-21 | coreboot: introduce romstage_handoff structure | Aaron Durbin |
2013-03-21 | ramstage: prepare for relocation | Aaron Durbin |
2013-03-21 | armv7: add function for dcache_clean_by_mva() | David Hendricks |
2013-03-21 | armv7: add a helper function for dcache ops by MVA | David Hendricks |
2013-03-21 | armv7: cosmetic changes to new cache code | David Hendricks |
2013-03-21 | armv7: remove old isb() and dsb() macros | David Hendricks |
2013-03-21 | armv7: move armv7_invalidate_caches() to cache.c | David Hendricks |
2013-03-20 | x86: don't clear bss in ramstage entry | Aaron Durbin |
2013-03-20 | ARM: remove assembly code dump when stages.o is built | Ronald G. Minnich |
2013-03-20 | ARM: Fix the ldscripts so that exit/enter stage work correctly. | Ronald G. Minnich |
2013-03-20 | x86: provide more C standard environment | Aaron Durbin |
2013-03-19 | armv7/exynos/snow: new cache maintenance API | David Hendricks |
2013-03-19 | rmodule: add ramstage support | Aaron Durbin |
2013-03-19 | x86: remove stack definition in linker script | Aaron Durbin |
2013-03-19 | cbfstool locate: Rename -a align switch to -P for page size | Hung-Te Lin |
2013-03-17 | x86 intel: Add Firmware Interface Table support | Aaron Durbin |
2013-03-15 | Google Link: Add remaining code to support native graphics | Ronald G. Minnich |
2013-03-14 | x86: improve lb_cleanup_memory_ranges | Aaron Durbin |
2013-03-08 | Eliminate do_div(). | David Hendricks |
2013-03-08 | ARMV7 and Google/Snow: Add exception support code to the ramstage | Ronald G. Minnich |
2013-03-07 | Remove UTF-8 characters from comments | Ronald G. Minnich |
2013-03-07 | Revert "ARMv7: Simplify div64" | David Hendricks |
2013-03-07 | src/arch/x86/boot/acpigen.c: Small coding style and comment fixes | Paul Menzel |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-28 | Revert "ARMv7: drop special handling for stages.c" | Ronald G. Minnich |
2013-02-28 | ARMv7: drop special handling for stages.c | Stefan Reinauer |
2013-02-28 | Drop CONFIG_WRITE_HIGH_TABLES | Stefan Reinauer |
2013-02-27 | IOAPIC: Divide setup_ioapic() in two parts. | Kyösti Mälkki |
2013-02-25 | google/snow: enable GPIO entries and CHROMEOS in building | Ronald G. Minnich |
2013-02-25 | ARMv7: Simplify div64 | Stefan Reinauer |
2013-02-21 | ARMV7: create a correct LB_SERIAL table entry | Ronald G. Minnich |
2013-02-20 | Whitespace: Replace tab character in license text with two spaces | Paul Menzel |
2013-02-20 | ARMV7: minor tweaks to inter-stage calling and payload handling. | Ronald G. Minnich |
2013-02-19 | armv7/snow: add CPU and RAM resources via allocator | David Hendricks |
2013-02-19 | armv7: init stack to 0xdeadbeef to detect stack overflows | David Hendricks |
2013-02-16 | armv7/exynos5250: fix usage of _stack and _estack | David Hendricks |
2013-02-15 | ARMv7: Drop u-boot type remains | Stefan Reinauer |
2013-02-15 | ARMv7: straighten out reset code | Stefan Reinauer |
2013-02-15 | ARMv7: Drop sr32, and wait_on_value | Stefan Reinauer |
2013-02-15 | ARMv7: Fix include file names in memset & memcpy | Stefan Reinauer |
2013-02-15 | ARMv7: Drop more unused files | Stefan Reinauer |
2013-02-14 | ARMv7: drop multiboot support | Stefan Reinauer |
2013-02-14 | ARMv7: Drop SKIP_LOWLEVEL_INIT | Stefan Reinauer |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | armv7: don't write a forward entry in coreboot tables | David Hendricks |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2013-02-13 | armv7/exynos: remove some stale files leftover from initial import | David Hendricks |
2013-02-13 | armv7: use start and size parameters in mmu_setup() | David Hendricks |
2013-02-12 | armv7: stages.c: Fix grammar: s,The is to,This is to, | Paul Menzel |
2013-02-12 | armv7: jump to ELF image using stage_exit() | David Hendricks |