Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5b8577db0604e3b9e2ce61e86e6a1a2590cac537
/
include
/
configs
/
socfpga_cyclone5_socdk.h
0997ee0
Convert CONFIG_SYS_LOAD_ADDR to Kconfig
by Tom Rini
· 3 years, 3 months ago
9004ee0
global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDR
by Tom Rini
· 3 years, 3 months ago
9981ed1
arm: socfpga: clean up board config files
by Simon Goldschmidt
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
6067738
Convert socfpga: select CONFIG_HW_WATCHDOG support for ARCH_SOCFPGA
by Lukasz Majewski
· 7 years ago
4e24ff6
Move PHY_MICREL and PHY_MICREL_KSZ90X1 to Kconfig
by Alexandru Gagniuc
· 7 years ago
0557263
configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1
by Alexandru Gagniuc
· 7 years ago
73c18b4
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
by Simon Glass
· 7 years ago
d8532af
Kconfig: Migrate FS_FAT / FAT_WRITE
by Tom Rini
· 7 years ago
614ec1f
arm: socfpga: C5 SoCDK use environment in common header
by Dalon Westergreen
· 8 years ago
8cea9b5
flash: complete CONFIG_SYS_NO_FLASH move with renaming
by Masahiro Yamada
· 8 years ago
f7e0772
disk: convert CONFIG_DOS_PARTITION to Kconfig
by Patrick Delaunay
· 8 years ago
0b368b1
common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
by Heiko Schocher
· 8 years ago
1d9ac83
configs: Re-sync with cmd/Kconfig
by Tom Rini
· 9 years ago
0f2dcb9
configs: Re-sync almost all of cmd/Kconfig
by Tom Rini
· 9 years ago
950c10c
arm: socfpga: Drop space after 'loadaddr=' in extra env
by Marek Vasut
· 9 years ago
180d680
arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS
by Chin Liang See
· 9 years ago
9937c72
arm: socfpga: cyclone5_socdk: Enable qspiload console command
by Chin Liang See
· 9 years ago
3ab7a4b
arm: socfpga: cyclone5_socdk: Enable ubiload console command
by Chin Liang See
· 9 years ago
f5fa3de
arm: socfpga: cyclone5_socdk: Consolidate SDMMC environment
by Chin Liang See
· 9 years ago
4a06584
arm: socfpga: Switch CONFIG_HOSTNAME to CONFIG_SYS_BOARD
by Marek Vasut
· 9 years ago
7e4c3ee
arm: socfpga: Switch CONFIG_G_DNL_MANUFACTURER to CONFIG_SYS_VENDOR
by Marek Vasut
· 9 years ago
b935326
arm: socfpga: cyclone5-socdk: Probe DWC2 UDC from OF instead of hard-coded data
by Marek Vasut
· 9 years ago
fe90328
arm: socfpga: cyclone5-socdk: Remove Micrel PHY configuration
by Marek Vasut
· 9 years ago
70ad31a
arm: socfpga: Remove fsloadcmd from environment
by Chin Liang See
· 9 years ago
eca8b5c
ARM: socfpga: rename the cyclone5 and arria5 base address file
by Dinh Nguyen
· 9 years ago
3a077cd
common: add CMD_GPIO to Kconfig
by Thomas Chou
· 9 years ago
813e7e6
arm: socfpga: Enable saveenv for SD/MMC
by Dinh Nguyen
· 9 years ago
16f6ffd
arm: socfpga: rename socfpga_cyclone5 and socfpga_arria5 config files
by Dinh Nguyen
· 9 years ago
[Renamed from include/configs/socfpga_cyclone5.h]
8c5f47f
arm: socfpga: Enable DWAPB GPIO driver
by Marek Vasut
· 9 years ago
2bff540
arm: socfpga: config: Fix LOADADDR
by Marek Vasut
· 9 years ago
f3f8fe2
arm: socfpga: misc: Reset ethernet from OF
by Marek Vasut
· 9 years ago
5ca9954
arm: socfpga: misc: Probe ethernet GMAC from OF
by Marek Vasut
· 9 years ago
1100e34
arm: socfpga: system: Clean up pinmux_config.c
by Marek Vasut
· 9 years ago
9c3e006
arm: socfpga: scan: Zap iocsr_scan_chain*_table()
by Marek Vasut
· 9 years ago
084d06c
arm: socfpga: clock: Clean up pll_config.h
by Marek Vasut
· 9 years ago
20a0739
arm: socfpga: Move generated files into qts subdir
by Marek Vasut
· 9 years ago
5a9d7f1
Move defaults from config_cmd_default.h to Kconfig
by Joe Hershberger
· 9 years ago
9c1c43c
net: Move the CMD_NET config to defconfigs
by Joe Hershberger
· 9 years ago
add5589
Move setexpr to Kconfig
by Joe Hershberger
· 10 years ago
937d3e8
kconfig: Move REGEX to Kconfig
by Joe Hershberger
· 10 years ago
01c0955
arm: socfpga: Add USB and UDC support for Cyclone V DK
by Marek Vasut
· 10 years ago
b02c798
socfpga_cyclone5.h: fix kernel console argument in default environment
by Anatolij Gustschin
· 10 years ago
08f9bf3
arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro
by Marek Vasut
· 10 years ago
3835fbe
arm: socfpga: Use EMAC1 on SoCDK
by Marek Vasut
· 10 years ago
08c71a6
arm: socfpga: Use CMD_FS_GENERIC
by Marek Vasut
· 10 years ago
5e2d70a
arm: socfpga: Split SoCFPGA configuration
by Pavel Machek
· 10 years ago
d4a4db1
arm: socfpga: Clean up SoCFPGA configuration
by Marek Vasut
· 10 years ago
4a6a228
arm: socfpga: Enable SDMMC boot for SOCFPGA U-Boot
by Chin Liang See
· 10 years ago
b2dde13
arm: socfpga: Enable DWMMC for SOCFPGA
by Chin Liang See
· 10 years ago
01c0514
arm: socfpga: cache: Enable PL310 L2 cache
by Marek Vasut
· 10 years ago
9618401
arm: socfpga: cache: Enable D-Cache
by Marek Vasut
· 10 years ago
bd279e3
arm: socfpga: cache: Define cacheline size
by Marek Vasut
· 10 years ago
8fea4ae
arm: socfpga: timer: Pull the timer reload value from config file
by Marek Vasut
· 10 years ago
7c8d5a6
arm: socfpga: clock: Add code to read clock configuration
by Pavel Machek
· 10 years ago
db6b13d
net: Remove unused CONFIG_DW_SEARCH_PHY from configs
by Pavel Machek
· 10 years ago
ce340e9
socfpga: initialize designware ethernet
by Pavel Machek
· 10 years ago
112cb0d
socfpga: Fix SOCFPGA build error for Altera dev kit
by Chin Liang See
· 10 years ago
57a5e29
include: remove CONFIG_SPL/CONFIG_TPL definition in config headers
by Masahiro Yamada
· 10 years ago
b9a72ca
include: define CONFIG_SPL and CONFIG_TPL as 1
by Masahiro Yamada
· 10 years ago
3f8ee65
socfpga: timer actually counts down
by Pavel Machek
· 10 years ago
6355024
socfpga: Adding Scan Manager driver
by Chin Liang See
· 10 years ago
561c9d4
socfpga: Adding DesignWare watchdog support
by Chin Liang See
· 10 years ago
cb35060
socfpga: Adding Clock Manager driver
by Chin Liang See
· 11 years ago
9d92da9
configs: clean up unused macro CONFIG_L2_OFF
by Masahiro Yamada
· 11 years ago
55d2326
ARM: socfpga: convert to common timer code
by Rob Herring
· 11 years ago
33d1b9a
config: remove platform CONFIG_SYS_HZ definition part 2/2
by Rob Herring
· 11 years ago
70fa4e7
socfpga: Adding System Manager driver
by Chin Liang See
· 11 years ago
9cd1204
socfpga: Adding configuration for development kit
by Chin Liang See
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
facdae5
arm: move C runtime setup code in crt0.S
by Albert ARIBAUD
· 12 years ago
0b3176c
COMMON: Use __stringify() instead of MK_STR()
by Marek Vasut
· 12 years ago
ad51f7c
ARM: Add Altera SOCFPGA Cyclone5
by Dinh Nguyen
· 12 years ago