index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
fm
/
fm.c
Age
Commit message (
Expand
)
Author
2025-06-20
env: Rename SYS_MMC_ENV_DEV to ENV_MMC_DEVICE_INDEX
Marek Vasut
2023-11-07
fsl_qe: Drop common.h
Tom Rini
2023-01-20
global: Finish CONFIG -> CFG migration
Tom Rini
2023-01-12
net: fm: Support loading firmware from a filesystem
Sean Anderson
2023-01-12
net: fm: Add firmware name parameter
Sean Anderson
2022-12-07
net: fm: Remove non-DM_ETH code
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*
Tom Rini
2022-11-10
global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
Tom Rini
2022-09-07
net: fm: Add support for FIT firmware
Sean Anderson
2022-05-23
spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode
Patrice Chotard
2021-12-27
Convert CONFIG_ENV_SPI_BUS et al to Kconfig
Tom Rini
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-06-29
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
2020-04-29
driver: net: fm: add DM ETH support
Madalin Bucur
2020-04-17
net: fm: fix build error when not using nand
Francois Gervais
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2019-05-26
configs: Migrate CONFIG_FMAN_ENET and some related options to Kconfig
Tom Rini
2018-12-06
net: fm: add TFABOOT support
Rajesh Bhagat
2018-09-27
ppa/fm/qe: use block layer in ppa/fm/qe driver
Yinbo Zhu
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-09-15
blk: Remove various places that do flush cache after read
Bin Meng
2017-08-16
env: Rename common functions related to setenv()
Simon Glass
2017-07-11
net: fm: use get_nand_dev_by_index()
Grygorii Strashko
2016-09-26
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-14
net: fm: fix spi flash probe for using driver model
Qianyu Gong
2016-08-22
net/fm: Remove unused code of FMan QMI
Hou Zhiqiang
2016-06-03
nand: Embed mtd_info in struct nand_chip
Scott Wood
2016-02-24
qe: move drivers/qe/qe.h to include/fsl_qe.h
Qianyu Gong
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
2015-10-29
net/fm: Add support for 64-bit platforms
Hou Zhiqiang
2015-10-29
net/fm: Fix the endian issue to support both endianness platforms
Hou Zhiqiang
2014-04-22
QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CON...
Zhao Qiang
2013-08-09
drivers/fm: Fix compiling error if FW location is not defined
York Sun
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-02-28
net: Use new numeric setenv functions
Simon Glass
2012-04-24
powerpc/corenet_ds: Slave module for boot from SRIO
Liu Gang
2011-11-29
powerpc/85xx: clean up and document the QE/FMAN microcode macros
Timur Tabi
2011-11-11
drivers/net/fm/fm.c: Fix GCC 4.6 build warning
Kumar Gala
2011-09-29
powerpc/85xx: Add support for FMan ethernet in Independent mode
Kumar Gala