summaryrefslogtreecommitdiff
path: root/board/LaCie/net2big_v2/net2big_v2.c
Commit message (Expand)AuthorAgeFilesLines
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-6/+6
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* arm: kirkwood: enable DM_ETH for LaCie boardSimon Guinot2020-07-091-1/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+2
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Move reset_phy() to net.hSimon Glass2020-01-171-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-1/+1
* arm: Add explicit include of <asm/mach-types.h>Simon Glass2017-06-051-0/+1
* arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()Stefan Roese2014-10-231-1/+1
* arm: marvell: Extract kirkwood gpio functions into new common file gpio.cStefan Roese2014-10-231-2/+2
* arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese2014-10-231-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-12/+1
* net2big_v2: initialize LEDs at startupSimon Guinot2013-06-201-7/+93
* net2big_v2: initialize I2C fan at startupSimon Guinot2013-06-201-1/+53
* kirkwood: make MPP arrays static constAlbert ARIBAUD2013-01-091-1/+1
* ARM: don't probe PHY address for LaCie boardsSimon Guinot2012-07-071-1/+1
* kirkwood: fix calls to kirkwood_mpp_confValentin Longchamp2012-07-071-1/+1
* ARM: remove duplicated code for LaCie boardsSimon Guinot2011-12-061-74/+12
* ARM: add support for LaCie 2Big Network v2Simon Guinot2011-12-061-0/+188