summaryrefslogtreecommitdiff
path: root/src/cpu/allwinner
AgeCommit message (Expand)Author
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