mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 06:13:02 +02:00
This commit consolidates all BSP support files into the Buildroot standard board/ directory. The concept of selectable boards in menuconfig remains as-is but now lives in board/ instead. Drop support for board-specific post-build.sh scripts, not needed atm. and we should really use Buildroot _POST_INSTALL_HOOKS in the board .mk files instead. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
36 lines
383 B
Plaintext
36 lines
383 B
Plaintext
[all]
|
|
arm_64bit=1
|
|
|
|
arm_boost=1
|
|
force_turbo=1
|
|
|
|
kernel=u-boot.bin
|
|
|
|
dtoverlay=rpi-env
|
|
dtoverlay=infix-key
|
|
|
|
disable_overscan=1
|
|
|
|
enable_uart=1
|
|
uart_2ndstage=1
|
|
|
|
[pi3]
|
|
start_file=start.elf
|
|
fixup_file=fixup.dat
|
|
|
|
dtoverlay=miniuart-bt
|
|
|
|
gpu_mem=100
|
|
|
|
[pi4]
|
|
start_file=start4.elf
|
|
fixup_file=fixup4.dat
|
|
|
|
dtoverlay=vc4-kms-v3d-pi4
|
|
lcd_rotate=2
|
|
|
|
# Prevent console on DSI
|
|
console=map:0
|
|
|
|
gpu_mem=256
|