2020-05-29 10:22:38 +00:00
|
|
|
# Allwinner H5 quad core 1GB RAM SoC GBE SPI
|
2017-01-23 10:25:55 +00:00
|
|
|
BOARD_NAME="Orange Pi PC2"
|
2017-11-26 22:04:50 +00:00
|
|
|
BOARDFAMILY="sun50iw2"
|
2023-06-19 15:30:35 +00:00
|
|
|
BOARD_MAINTAINER=""
|
2017-01-23 10:25:55 +00:00
|
|
|
BOOTCONFIG="orangepi_pc2_defconfig"
|
2025-08-21 07:14:43 +00:00
|
|
|
KERNEL_TARGET="current,edge,legacy"
|
2024-08-21 09:43:41 +00:00
|
|
|
KERNEL_TEST_TARGET="current"
|
2019-11-19 22:25:39 +00:00
|
|
|
FULL_DESKTOP="yes"
|
2023-06-23 05:37:03 +00:00
|
|
|
CRUSTCONFIG="h5_defconfig"
|
2023-12-12 21:47:16 +00:00
|
|
|
|
|
|
|
|
function post_config_uboot_target__extra_configs_for_orangepi_pc2() {
|
|
|
|
|
display_alert "$BOARD" "set dram clock" "info"
|
|
|
|
|
run_host_command_logged scripts/config --set-val CONFIG_DRAM_CLK "504"
|
|
|
|
|
run_host_command_logged scripts/config --enable CONFIG_DRAM_ODT_EN
|
|
|
|
|
}
|