10 Commits

Author SHA1 Message Date
Travis Geiselbrecht
3aecdda231 [includes] replace header guards with #pragma once 2019-07-13 15:46:16 -07:00
Travis Geiselbrecht
cba9e47987 [license] replace the longer full MIT license with a shorter one
Used scripts/replacelic. Everything seems to build fine.
2019-07-05 17:22:23 -07:00
Travis Geiselbrecht
d8fa82cb91 [formatting] run everything through codestyle
Almost nothing changes here except moving braces to the same line as the
function declaration. Everything else is largely whitespace changes and
a few dangling files with tab indents.

See scripts/codestyle
2019-06-19 21:02:24 -07:00
Travis Geiselbrecht
1b7a28efb8 [include][lk] fixup lk/ include path move 2019-06-19 19:46:11 -07:00
Travis Geiselbrecht
f98cef7992 [warnings] fix warnings across the entire code base
Fix or squelch all warnings in all code covered by buildall.
2018-12-16 17:33:22 -08:00
Travis Geiselbrecht
17598a2845 [platform][mt6735] fix build 2018-05-26 22:23:34 -07:00
Macpaul Lin
27425305fc [platform][mediatek][common] change default gic controller
According to source release repository of AP7350 (MT6735).
        http://git.huayusoft.com/tomsu/AP7350_MDK-kernel
        https://github.com/alexgoussev/AP7350_MDK-kernel

The common gic controller driver could not adapted to platform mt6735.
Hence a compile option here is needed.

Signed-off-by: Macpaul Lin <macpaul@gmail.com>
2018-05-22 00:05:46 -07:00
Macpaul Lin
5bec0e8460 [platform][mediatek] add mt6735 initial support
Support MT6735 platform.
Most files are copied from platform MT6797 without any modification.
The register offsets (mt_reg_base.h) were cross-referenced from the following
source code releases.
	http://git.huayusoft.com/tomsu/AP7350_MDK-kernel
	https://github.com/alexgoussev/AP7350_MDK-kernel

ToDo:
	1. Porting other peripheral drivers.
	2. Check what files can be shared between platforms
	   then reduce file duplications.

Signed-off-by: Macpaul Lin <macpaul@gmail.com>
2018-05-22 00:05:46 -07:00
klemens
d0b90c2d68 [spelling] spelling-fixes. (not external/) 2016-08-25 17:30:34 -07:00
Minglun Tsai
919a925eca [platform][mediatek] support mediatek platform: mt6797 (#137)
Basic mt6797 platform S/W for lk.
2016-06-21 09:53:03 -07:00