aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/allwinner
AgeCommit message (Expand)Author
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-21arm(64): Replace write32() and friends with writel()Julius Werner
2015-04-17uart: pass register width in the coreboot tableVadim Bendebury
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-04-04build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi
2015-02-20cpu/allwinner/a10/twi.c: Refactor I²C handler to use i2c_seg APIAlexandru Gagniuc
2015-02-14cpu/allwinner/a10/Kconfig: Link ramstage at base of SDRAMAlexandru Gagniuc
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-06doxygen fixes: fix parameter names to match the functionsMartin Roth
2015-01-02allwinner/a10: Always has DYNAMIC_CBMEMKyösti Mälkki
2014-12-30i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner
2014-12-30ipq/arm: Redesign hooks for bootblockVadim Bendebury
2014-12-16i2c: Replace the i2c API.Gabe Black
2014-12-02arm/allwinner/a10: use new arm bootblock infrastructureAlexander Couzens
2014-11-22allwinner/a10: fix raminitPatrick Georgi
2014-11-01{cpu,soc}: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan
2014-10-27{arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-10-16uarts: 32/64 cleanupRonald G. Minnich
2014-08-25UART 8250: Unconditionally provide register constants and use UART8250 prefix.Gabe Black
2014-07-11src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-03Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh
2014-04-30console: Move UART port defaults to mainboardKyösti Mälkki
2014-04-30console: Drop EARLY_CONSOLE optionKyösti Mälkki
2014-04-30allwinner/a10: Hide SoC specific UART functionsKyösti Mälkki
2014-04-30uart: Support multiple portsKyösti Mälkki
2014-04-26Get rid of HAVE_INIT_TIMER config optionFurquan Shaikh
2014-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-04-09console uart: Fill coreboot table entriesKyösti Mälkki
2014-03-29cubieboard: Enable the SD controller and mux SD pinsAlexandru Gagniuc
2014-03-04console: Use single driver entry for UARTsKyösti Mälkki
2014-03-04uart8250: Move under drivers/uartKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-04allwinner/a10: Fix baudrate calculationKyösti Mälkki
2014-03-04uart: Drop HAVE_UART_MEMORY_MAPPEDKyösti Mälkki
2014-03-04uart: Do not guard entire include file by config optionsKyösti Mälkki
2014-02-13cpu/allwinner/a10: Add minimal ramstage driverAlexandru Gagniuc
2014-01-14cpu/allwinner/a10: Clarify positioning of boot stagesAlexandru Gagniuc
2014-01-14cpu/allwinner/a10: Add helper to configure CPU clockAlexandru Gagniuc
2014-01-13cpu/allwinner/a10: Provide utility to make a bootable imageAlexandru Gagniuc
2014-01-13cpu/allwinner/a10: Clean up include order in Makefile.incAlexandru Gagniuc
2014-01-09cpu/allwinner/a10: Import raminit code from ubootAlexandru Gagniuc
2014-01-09cpu/allwinner/a10: Add low-level helpers for DRAM clock controlAlexandru Gagniuc
2014-01-09cubieboard: Initialize memory in bootblockAlexandru Gagniuc
2014-01-09cpu/allwinner/a10: Add functions for driving GPIO pinsAlexandru Gagniuc
2014-01-09cpu/allwinner/a10: Add definitions for in/output GPIO functionsAlexandru Gagniuc
2014-01-09cpu/allwinner/a10: Add function for reading chip revisionAlexandru Gagniuc
2014-01-09cpu/allwinner/a10: Implement udelay using timer 0Alexandru Gagniuc
2014-01-09cpu/allwinner/a10: Add definition for gating GPIO S clockAlexandru Gagniuc
2014-01-08cpu/allwinner/a10: Add basic TWI (I²C) driverAlexandru Gagniuc
2014-01-08cpu/allwinner/a10: Refactor API for gating clocks to peripheralsAlexandru Gagniuc
2014-01-08cpu/allwinner/a10: Refactor and document pinmux APIAlexandru Gagniuc
2014-01-08cpu/allwinner/a10: Clarify the usage of SRAM during bootblockAlexandru Gagniuc
2014-01-08cpu: Add initial support for Allwinner A10 SoCAlexandru Gagniuc