summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-armv7
AgeCommit message (Expand)Author
2015-04-22qemu-armv7: fix cbfs media implementationAaron Durbin
2015-04-18kconfig: automatically include mainboardsStefan Reinauer
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-03-20romstages: use common run_ramstage()Aaron Durbin
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
2015-01-03ARMv7: Always has DYNAMIC_CBMEMKyösti Mälkki
2014-12-19qemu-armv7: Trivial style fixesDavid Hendricks
2014-11-13qemu-armv7: Minimal changes to pass compiling qemu-v7 platform.Hung-Te Lin
2014-10-16qemu-armv7: 32/64Ronald G. Minnich
2014-08-14ARMv7/Exynos: Fix memory location assumptionsStefan Reinauer
2014-08-08qemu-armv7/media.c: fix coding styleStefan Reinauer
2014-07-08mainboard: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-05-03Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh
2014-05-02qemu-armv7: Kconfig cleanupKyösti Mälkki
2014-04-30uart: Support multiple portsKyösti Mälkki
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-03-04pl011 UART: Move under drivers/uartKyösti Mälkki
2014-01-22emulation/qemu-armv7: Fix wrong stack parameters.Vladimir Serbinenko
2014-01-19boardstatus: Add category "emulation".Vladimir Serbinenko
2014-01-19board-status: Add board_info.txt manually for irregular wiki entriesVladimir Serbinenko
2013-12-20armv7: Remove SYS_TEXT_BASE config.Hung-Te Lin
2013-12-03qemu-armv7: Drop additional console_init()Stefan Reinauer
2013-07-10Simplify early / bootblock console codeStefan Reinauer
2013-07-10ARM: Separate the early console (romstage) from the bootblock console.Gabe Black
2013-07-10armv7: Reserve space BL1 and checksum header by specifying bootblock offset.Hung-Te Lin
2013-07-10ARMv7: De-uboot-ify Exynos5250 codeStefan Reinauer
2013-07-10Rename hardwaremain() to main()Stefan Reinauer
2013-07-10ARMv7: normalize ramstage code flowStefan Reinauer
2013-05-08hardwaremain: drop boot_complete parameterStefan Reinauer
2013-02-28Drop SRC_ROOT from mainboard Makefile.incsStefan Reinauer
2013-02-25mainboard.c: Name enable_dev function uniformly `mainboard_enable`Paul Menzel
2013-02-21ARMV7: create a correct LB_SERIAL table entryRonald G. Minnich
2013-02-12armv7: Add emulation/qemu-armv7 board.Hung-Te Lin