- move Odroid C4 from legacy u-boot toward mainline - get rid of dirty legacy u-boot code - get rid of FAT boot partition - briefly tested - both kernels can operate with one standard boot script - add upstream patch and adjust config - fix console - don't clock C4 too high by default
20 lines
352 B
Plaintext
20 lines
352 B
Plaintext
source "${BASH_SOURCE%/*}/include/meson64_common.inc"
|
|
ASOUND_STATE="asound.state.meson64"
|
|
CPUMIN=667000
|
|
CPUMAX=2100000
|
|
GOVERNOR=ondemand
|
|
|
|
[[ $BRANCH == legacy ]] && SERIALCON=ttyS0
|
|
|
|
family_tweaks()
|
|
{
|
|
:
|
|
}
|
|
|
|
uboot_custom_postprocess()
|
|
{
|
|
if [[ $BOARD == odroid*c4 ]]; then
|
|
uboot_g12_postprocess $SRC/cache/sources/amlogic-boot-fip/odroid-c4 g12a
|
|
fi
|
|
}
|