summaryrefslogtreecommitdiffstats
path: root/src/cpu/allwinner
Commit message (Expand)AuthorAgeFilesLines
* 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
* allwinner/a10: fix raminitPatrick Georgi2014-11-221-1/+1
* {cpu,soc}: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-6/+2
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-4/+4
* uarts: 32/64 cleanupRonald G. Minnich2014-10-161-1/+1
* UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black2014-08-251-8/+8
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-111-7/+2
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-1/+3
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-031-0/+1
* console: Move UART port defaults to mainboardKyösti Mälkki2014-04-301-4/+0
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-301-1/+0
* allwinner/a10: Hide SoC specific UART functionsKyösti Mälkki2014-04-303-45/+30
* uart: Support multiple portsKyösti Mälkki2014-04-302-80/+17
* Get rid of HAVE_INIT_TIMER config optionFurquan Shaikh2014-04-261-1/+0
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-092-7/+7
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-091-6/+17
* cubieboard: Enable the SD controller and mux SD pinsAlexandru Gagniuc2014-03-291-0/+10
* console: Use single driver entry for UARTsKyösti Mälkki2014-03-041-28/+5
* uart8250: Move under drivers/uartKyösti Mälkki2014-03-041-1/+1
* console: Fix includesKyösti Mälkki2014-03-042-2/+2
* allwinner/a10: Fix baudrate calculationKyösti Mälkki2014-03-042-18/+9
* uart: Drop HAVE_UART_MEMORY_MAPPEDKyösti Mälkki2014-03-041-1/+0
* uart: Do not guard entire include file by config optionsKyösti Mälkki2014-03-041-5/+0
* cpu/allwinner/a10: Add minimal ramstage driverAlexandru Gagniuc2014-02-135-0/+110
* cpu/allwinner/a10: Clarify positioning of boot stagesAlexandru Gagniuc2014-01-141-4/+8
* cpu/allwinner/a10: Add helper to configure CPU clockAlexandru Gagniuc2014-01-142-0/+158
* cpu/allwinner/a10: Provide utility to make a bootable imageAlexandru Gagniuc2014-01-131-10/+19
* cpu/allwinner/a10: Clean up include order in Makefile.incAlexandru Gagniuc2014-01-131-8/+12
* cpu/allwinner/a10: Import raminit code from ubootAlexandru Gagniuc2014-01-092-0/+644
* cpu/allwinner/a10: Add low-level helpers for DRAM clock controlAlexandru Gagniuc2014-01-092-0/+109
* cubieboard: Initialize memory in bootblockAlexandru Gagniuc2014-01-091-0/+2
* cpu/allwinner/a10: Add functions for driving GPIO pinsAlexandru Gagniuc2014-01-093-0/+107
* cpu/allwinner/a10: Add definitions for in/output GPIO functionsAlexandru Gagniuc2014-01-091-0/+4
* cpu/allwinner/a10: Add function for reading chip revisionAlexandru Gagniuc2014-01-092-0/+20
* cpu/allwinner/a10: Implement udelay using timer 0Alexandru Gagniuc2014-01-093-3/+130
* cpu/allwinner/a10: Add definition for gating GPIO S clockAlexandru Gagniuc2014-01-091-0/+2
* cpu/allwinner/a10: Add basic TWI (I²C) driverAlexandru Gagniuc2014-01-083-0/+265
* cpu/allwinner/a10: Refactor API for gating clocks to peripheralsAlexandru Gagniuc2014-01-083-12/+147
* cpu/allwinner/a10: Refactor and document pinmux APIAlexandru Gagniuc2014-01-082-2/+52
* cpu/allwinner/a10: Clarify the usage of SRAM during bootblockAlexandru Gagniuc2014-01-082-10/+15
* cpu: Add initial support for Allwinner A10 SoCAlexandru Gagniuc2014-01-0815-0/+838