Age | Commit message (Expand) | Author |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-01-14 | console: Change BOOTBLOCK_CONSOLE default to `y` | Nico Huber |
2018-11-29 | src: Remove duplicated round up function | Elyes HAOUAS |
2018-11-21 | (console,drivers/uart)/Kconfig: Fix dependencies | Nico Huber |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-06-04 | src/cpu: Get rid of whitespace before tab | Elyes HAOUAS |
2018-02-21 | driver/uart: Introduce a way for mainboard to override the baudrate | Julien Viard de Galbert |
2017-09-23 | mb/*/*: Remove rtc nvram configurable baud rate | Arthur Heymans |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-14 | i2c: Move to Linux like `struct i2c_msg` | Nico Huber |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-22 | cpu/allwinner/a10/clock.h: Add missing bracket | Elyes HAOUAS |
2016-12-08 | buildsystem: Drop explicit (k)config.h includes | Kyösti Mälkki |
2016-11-24 | cpu/allwinner/a10/uart_console.c: Init new serial struct variables | Martin Roth |
2016-10-07 | src/cpu: Remove unnecessary whitespace | Elyes HAOUAS |
2016-08-23 | src/cpu: Capitalize CPU, APIC and IOAPIC typo fix | Elyes HAOUAS |
2016-08-18 | Kconfig: lay groundwork for not assuming SPI flash boot device | Aaron Durbin |
2016-08-01 | Remove non-ascii & unprintable characters | Martin Roth |
2016-05-09 | drivers/uart: Use uart_platform_refclk for all UART models | Lee Leahy |
2016-03-31 | src/: Fix lint style-labels warnings | Martin Roth |
2016-02-13 | cpu/allwinner: Update license headers | Damien Roth |
2015-12-25 | cpu/allwinner/a10: Fix I2c speed calculation | Martin Roth |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-26 | cbfs: remove unused CBFS_HEADER_ROM_OFFSET option | Aaron Durbin |
2015-05-26 | coreboot: introduce boot_device | Aaron Durbin |
2015-05-19 | Remove Kconfig variable that has no effect | Patrick Georgi |
2015-04-21 | arm(64): Globally replace writel(v, a) with write32(a, v) | Julius Werner |
2015-04-21 | arm(64): Replace write32() and friends with writel() | Julius Werner |
2015-04-17 | uart: pass register width in the coreboot table | Vadim Bendebury |
2015-04-14 | CBFS: Automate ROM image layout and remove hardcoded offsets | Julius Werner |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-04-04 | build system: rename __BOOT_BLOCK__ and __VER_STAGE__ | Patrick Georgi |
2015-02-20 | cpu/allwinner/a10/twi.c: Refactor I²C handler to use i2c_seg API | Alexandru Gagniuc |
2015-02-14 | cpu/allwinner/a10/Kconfig: Link ramstage at base of SDRAM | Alexandru Gagniuc |
2015-01-27 | CBMEM: Always use DYNAMIC_CBMEM | Kyösti Mälkki |
2015-01-27 | vboot2: add verstage | Stefan Reinauer |
2015-01-06 | doxygen fixes: fix parameter names to match the functions | Martin Roth |
2015-01-02 | allwinner/a10: Always has DYNAMIC_CBMEM | Kyösti Mälkki |
2014-12-30 | i2c: Add software_i2c driver for I2C debugging and emulation | Julius Werner |
2014-12-30 | ipq/arm: Redesign hooks for bootblock | Vadim Bendebury |
2014-12-16 | i2c: Replace the i2c API. | Gabe Black |
2014-12-02 | arm/allwinner/a10: use new arm bootblock infrastructure | Alexander Couzens |
2014-11-22 | allwinner/a10: fix raminit | Patrick Georgi |
2014-11-01 | {cpu,soc}: Use DEVICE_NOOP macro over dummy symbol | Edward O'Callaghan |
2014-10-27 | {arch,cpu,drivers,ec}: Don't hide pointers behind typedefs | Edward O'Callaghan |
2014-10-16 | uarts: 32/64 cleanup | Ronald G. Minnich |
2014-08-25 | UART 8250: Unconditionally provide register constants and use UART8250 prefix. | Gabe Black |
2014-07-11 | src: Make use of 'CEIL_DIV(a, b)' macro across tree | Edward O'Callaghan |
2014-05-06 | Introduce stage-specific architecture for coreboot | Furquan Shaikh |
2014-05-03 | Move ARCH_* from board/Kconfig to cpu or soc Kconfig. | Furquan Shaikh |
2014-04-30 | console: Move UART port defaults to mainboard | Kyösti Mälkki |
2014-04-30 | console: Drop EARLY_CONSOLE option | Kyösti Mälkki |
2014-04-30 | allwinner/a10: Hide SoC specific UART functions | Kyösti Mälkki |
2014-04-30 | uart: Support multiple ports | Kyösti Mälkki |
2014-04-26 | Get rid of HAVE_INIT_TIMER config option | Furquan Shaikh |
2014-04-09 | uart: Redefine Kconfig options | Kyösti Mälkki |
2014-04-09 | console uart: Fill coreboot table entries | Kyösti Mälkki |
2014-03-29 | cubieboard: Enable the SD controller and mux SD pins | Alexandru Gagniuc |
2014-03-04 | console: Use single driver entry for UARTs | Kyösti Mälkki |
2014-03-04 | uart8250: Move under drivers/uart | Kyösti Mälkki |
2014-03-04 | console: Fix includes | Kyösti Mälkki |
2014-03-04 | allwinner/a10: Fix baudrate calculation | Kyösti Mälkki |
2014-03-04 | uart: Drop HAVE_UART_MEMORY_MAPPED | Kyösti Mälkki |
2014-03-04 | uart: Do not guard entire include file by config options | Kyösti Mälkki |
2014-02-13 | cpu/allwinner/a10: Add minimal ramstage driver | Alexandru Gagniuc |
2014-01-14 | cpu/allwinner/a10: Clarify positioning of boot stages | Alexandru Gagniuc |
2014-01-14 | cpu/allwinner/a10: Add helper to configure CPU clock | Alexandru Gagniuc |
2014-01-13 | cpu/allwinner/a10: Provide utility to make a bootable image | Alexandru Gagniuc |
2014-01-13 | cpu/allwinner/a10: Clean up include order in Makefile.inc | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Import raminit code from uboot | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add low-level helpers for DRAM clock control | Alexandru Gagniuc |
2014-01-09 | cubieboard: Initialize memory in bootblock | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add functions for driving GPIO pins | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add definitions for in/output GPIO functions | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add function for reading chip revision | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Implement udelay using timer 0 | Alexandru Gagniuc |
2014-01-09 | cpu/allwinner/a10: Add definition for gating GPIO S clock | Alexandru Gagniuc |
2014-01-08 | cpu/allwinner/a10: Add basic TWI (I²C) driver | Alexandru Gagniuc |
2014-01-08 | cpu/allwinner/a10: Refactor API for gating clocks to peripherals | Alexandru Gagniuc |
2014-01-08 | cpu/allwinner/a10: Refactor and document pinmux API | Alexandru Gagniuc |
2014-01-08 | cpu/allwinner/a10: Clarify the usage of SRAM during bootblock | Alexandru Gagniuc |
2014-01-08 | cpu: Add initial support for Allwinner A10 SoC | Alexandru Gagniuc |