index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
allwinner
Age
Commit message (
Expand
)
Author
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