Age | Commit message (Expand) | Author |
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 |