Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#define CONFIG_FREQ_SYSTEMBUS 399999996
|
||||
#define CONFIG_SPI_MAX_HZ 25000000
|
||||
|
||||
#define CONFIG_SERIAL_NS16550_REG_BASE 0xffe04500
|
||||
#define CONFIG_SERIAL_NS16550_REG_SHIFT 0
|
||||
|
||||
#define CONFIG_SPI_FSL_ESPI_REG_BASE 0xffe07000
|
||||
@@ -0,0 +1,13 @@
|
||||
TEXT_START := 0x800000
|
||||
|
||||
# It seems that the TP-Link TL-WDR4900 U-Boot does not flush the cache before
|
||||
# jumping into the uImage. Padding the image to 32k seems make the boot work
|
||||
# reliably.
|
||||
#
|
||||
# We leave 0x40 for the uImage header, which allows us to append the kernel
|
||||
# uImage after the loader and read with an added offset 0x8000 from the
|
||||
# SPI flash.
|
||||
PAD_TO := 0x807fc0
|
||||
|
||||
# Kernel begins at 0x60200 in flash, loader adds 0x8000
|
||||
IMAGE_OFFSET := 0x68200
|
||||
Reference in New Issue
Block a user