summaryrefslogtreecommitdiffstats
path: root/board/LaCie/netspace_v2
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* arm: kirkwood: enable DM_ETH for LaCie boardSimon Guinot2020-07-091-2/+2
* arm: kirkwood: add DT spi0 alias to LaCie boardsSimon Guinot2020-07-091-7/+14
* 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-076-16/+6
* 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
* MAINTAINERS: comment out blank M: fieldMasahiro Yamada2014-09-241-1/+1
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-3/+0
* kirkwood: kconfig: refactor Kconfig and defconfigMasahiro Yamada2014-08-301-8/+0
* Add board MAINTAINERS filesMasahiro Yamada2014-07-301-0/+14
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+23
* Makefile: make directories by Makefile.buildMasahiro Yamada2013-11-171-4/+0
* board: arm: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-20/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-246-72/+6
* Fix references to the documentation filesAnatolij Gustschin2013-05-103-3/+3
* kirkwood: make MPP arrays static constAlbert ARIBAUD2013-01-091-1/+1
* ARM: add support for Network Space v2 Lite and MiniSimon Guinot2012-10-032-0/+166
* 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-063-82/+15
* netspace_v2: Read Ethernet MAC address from EEPROMSimon Guinot2011-12-061-0/+43
* netspace_v2: fix SDRAM configurationSimon Guinot2011-11-032-2/+164
* ARM: netspace_v2: fix warningsAnatolij Gustschin2011-11-031-0/+1
* punt unused clean/distclean targetsMike Frysinger2011-10-151-6/+0
* Add support for Network Space v2 and parentsSimon Guinot2011-07-044-0/+395