summaryrefslogtreecommitdiffstats
path: root/src/cpu/allwinner/a10
Commit message (Expand)AuthorAgeFilesLines
* cpu/allwinner: Remove supportArthur Heymans2019-08-0523-2645/+0
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-093-27/+1
* src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-221-1/+0
* src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-3/+4
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-3/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-047-7/+7
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-3/+3
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-211-3/+1
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-2/+0
* Move compiler.h to commonlibNico Huber2018-10-084-4/+0
* src/cpu: Get rid of whitespace before tabElyes HAOUAS2018-06-041-1/+1
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-212-2/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-232-2/+2
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-5/+5
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-134-11/+15
* cpu/allwinner/a10/clock.h: Add missing bracketElyes HAOUAS2017-06-221-1/+1
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* cpu/allwinner/a10/uart_console.c: Init new serial struct variablesMartin Roth2016-11-241-0/+2
* src/cpu: Remove unnecessary whitespaceElyes HAOUAS2016-10-072-5/+5
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-1/+1
* Kconfig: lay groundwork for not assuming SPI flash boot deviceAaron Durbin2016-08-181-0/+1
* Remove non-ascii & unprintable charactersMartin Roth2016-08-012-4/+4
* drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy2016-05-091-0/+1
* src/: Fix lint style-labels warningsMartin Roth2016-03-311-1/+1
* cpu/allwinner: Update license headersDamien Roth2016-02-1322-52/+306
* cpu/allwinner/a10: Fix I2c speed calculationMartin Roth2015-12-251-1/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-021-7/+1
* cbfs: remove unused CBFS_HEADER_ROM_OFFSET optionAaron Durbin2015-05-261-6/+0
* coreboot: introduce boot_deviceAaron Durbin2015-05-261-1/+7
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-1/+0
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-217-39/+39
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-217-39/+39
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-16/+0
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-063-38/+4
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-2/+2
* cpu/allwinner/a10/twi.c: Refactor I²C handler to use i2c_seg APIAlexandru Gagniuc2015-02-201-59/+26
* cpu/allwinner/a10/Kconfig: Link ramstage at base of SDRAMAlexandru Gagniuc2015-02-141-0/+5
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-271-1/+0
* vboot2: add verstageStefan Reinauer2015-01-271-0/+1
* doxygen fixes: fix parameter names to match the functionsMartin Roth2015-01-061-1/+1
* allwinner/a10: Always has DYNAMIC_CBMEMKyösti Mälkki2015-01-022-4/+1
* i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner2014-12-301-1/+1
* ipq/arm: Redesign hooks for bootblockVadim Bendebury2014-12-301-1/+1
* i2c: Replace the i2c API.Gabe Black2014-12-161-4/+36
* arm/allwinner/a10: use new arm bootblock infrastructureAlexander Couzens2014-12-023-9/+3