aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/allwinner
AgeCommit message (Expand)Author
2019-01-14console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-21(console,drivers/uart)/Kconfig: Fix dependenciesNico Huber
2018-11-16src: Remove unneeded include <cbmem.h>Elyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-06-04src/cpu: Get rid of whitespace before tabElyes HAOUAS
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2017-09-23mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-22cpu/allwinner/a10/clock.h: Add missing bracketElyes HAOUAS
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki
2016-11-24cpu/allwinner/a10/uart_console.c: Init new serial struct variablesMartin Roth
2016-10-07src/cpu: Remove unnecessary whitespaceElyes HAOUAS
2016-08-23src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS
2016-08-18Kconfig: lay groundwork for not assuming SPI flash boot deviceAaron Durbin
2016-08-01Remove non-ascii & unprintable charactersMartin Roth
2016-05-09drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy
2016-03-31src/: Fix lint style-labels warningsMartin Roth
2016-02-13cpu/allwinner: Update license headersDamien Roth
2015-12-25cpu/allwinner/a10: Fix I2c speed calculationMartin Roth
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-05-26cbfs: remove unused CBFS_HEADER_ROM_OFFSET optionAaron Durbin
2015-05-26coreboot: introduce boot_deviceAaron Durbin
2015-05-19Remove Kconfig variable that has no effectPatrick Georgi
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