aboutsummaryrefslogtreecommitdiff
path: root/board/CZ.NIC/turris_mox
AgeCommit message (Expand)AuthorFilesLines
2022-02-17arm: mvebu: turris_mox: Remove hardcoded ethernet node namesPali Rohár1-2/+20
2022-01-20arm: mvebu: turris_mox: Convert comphy_update_map() to board_fix_fdt()Pali Rohár1-33/+15
2021-12-21arm: mvebu: turris_mox: Remove extra newline after module topologyMarek Behún1-3/+0
2021-12-19fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún1-19/+1
2021-12-19arm: mvebu: turris_mox: Fix unstable board topology readingMarek Behún1-1/+3
2021-12-19arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module is presentPali Rohár1-5/+16
2021-12-19arm: mvebu: turris_mox: Find DT nodes by compatible or alias instead of pathMarek Behún1-123/+63
2021-10-21arm: mvebu: turris_mox: Better check for valid ethernet addresses in envMarek Behún1-7/+9
2021-10-21arm: mvebu: turris_mox: Always handle reset buttonMarek Behún1-1/+2
2021-10-21arm: mvebu: turris_mox: Use show_board_info()Marek Behún1-34/+33
2021-06-15arm: mvebu: turris_{omnia, mox}: ensure running bootcmd_rescue always worksPali Rohár1-3/+11
2021-06-10arm: mvebu: turris_mox: start blinking PHY LEDs when entering rescueMarek Behún1-0/+35
2021-06-10arm: mvebu: turris_mox: add support for board rescue modeMarek Behún1-0/+71
2021-04-29phy: marvell: rename comphy related definitions to COMPHY_XXIgal Liberman1-4/+4
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-14arm: mvebu: turris_mox: fix PCIe ranges in device treeMarek Behún1-0/+11
2020-04-14arm: mvebu: turris_mox: support devices with RAM > 1 GBMarek Behún1-16/+0
2020-04-14arm: mvebu: turris_mox: sort headers alphabeticallyMarek Behún1-8/+8
2020-04-14arm: mvebu: turris_mox: don't use hardcoded addressesMarek Behún2-11/+14
2020-04-14arm: mvebu: turris_mox: Setup Linux's device tree before bootMarek Behún1-18/+277
2020-04-14arm: mvebu: turris_mox: Fix early SPI communicationMarek Behún1-3/+6
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-05-03arm: mvebu: turris_*: remove watchdog includeMarek Behún1-4/+0
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-30/+0
2019-04-08watchdog: Move watchdog_dev to data section (BSS may not be cleared)Stefan Roese1-1/+1
2019-01-21arm: mvebu: turris_mox: Support 1 GB version of Turris MoxMarek Behún1-0/+16
2019-01-21arm: mvebu: turris_mox: Read info (and ethaddrs) from OTPMarek Behún4-3/+205
2019-01-21arm: mvebu: turris_mox: Check and configure modulesMarek Behún1-1/+233
2019-01-21arm: mvebu: turris_mox: Change SERDES map depending on module topologyMarek Behún1-0/+33
2019-01-21arm: mvebu: turris_mox: Cosmetic restructurizationMarek Behún1-47/+89
2018-09-19board: turris_mox: Fixup U-Boot's device tree if PCIe connectedMarek Behún1-0/+82
2018-09-19board: turris_mox: Fix watchdog macro nameMarek Behún1-3/+3
2018-05-14arm64: mvebu: Add basic support for the Turris Mox boardMarek Behún3-0/+138