summaryrefslogtreecommitdiff
path: root/board/LaCie/netspace_v2/netspace_v2.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* 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
* kirkwood: make MPP arrays static constAlbert ARIBAUD2013-01-091-1/+1
* ARM: add support for Network Space v2 Lite and MiniSimon Guinot2012-10-031-0/+4
* 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-73/+11
* netspace_v2: Read Ethernet MAC address from EEPROMSimon Guinot2011-12-061-0/+43
* ARM: netspace_v2: fix warningsAnatolij Gustschin2011-11-031-0/+1
* Add support for Network Space v2 and parentsSimon Guinot2011-07-041-0/+142