aboutsummaryrefslogtreecommitdiff
path: root/board/CZ.NIC/turris_omnia
AgeCommit message (Expand)AuthorFilesLines
2022-01-20arm: mvebu: turris_omnia: Fixup SATA or PCIe nodes at runtime in DT blobPali Rohár1-2/+89
2021-11-30arm: mvebu: turris_omnia: enable A385 watchdog before disabling MCU watchdogPali Rohár1-2/+63
2021-10-28arm: mvebu: turris_omnia: Fix MTD partitions order for LinuxPali Rohár1-1/+1
2021-10-21arm: mvebu: turris_omnia: Use show_board_info()Marek Behún1-2/+2
2021-10-21arm: mvebu: turris_omnia: Overwrite ethaddr only if invalidMarek Behún1-10/+12
2021-09-27arm: mvebu: turris_omnia: fix leaked mtd deviceMarek Behún1-0/+3
2021-09-01arm: mvebu: turris_omnia: disable MCU watchdog in board_late_init()Marek Behún1-5/+5
2021-09-01arm: mvebu: turris_omnia: disable MCU watchdog in SPL when booting over UARTMarek Behún1-1/+16
2021-09-01arm: mvebu: turris_omnia: don't guard by CONFIG_SPL_BUILD macroMarek Behún1-8/+0
2021-07-19arm: mvebu: turris_omnia: fixup MTD partitions in Linux' DTBMarek Behún1-0/+90
2021-06-15arm: mvebu: turris_{omnia, mox}: ensure running bootcmd_rescue always worksPali Rohár1-3/+10
2021-06-04arm: mvebu: turris_omnia: support invoking rescue boot from consoleMarek Behún1-24/+29
2021-06-04arm: mvebu: turris_omnia: update rescue mode boot commandMarek Behún1-2/+7
2021-02-26ddr: marvell: a38x: add support for twin-die combined memory deviceMoti Buskila1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2019-07-11arm: mvebu: turris_omnia: fix rescue mode bootcmd bootargs settingMarek Behún1-1/+2
2019-07-11arm: mvebu: turris_omnia: call pci_init from board init codeMarek Behún1-0/+1
2019-07-11arm: mvebu: turris_omnia: fix adapters MAC addressesMarek Behún1-3/+3
2019-05-03arm: mvebu: turris_omnia: add RESET button handlingMarek Behún1-0/+38
2019-05-03arm: mvebu: turris_omnia: fix regdomain env var settingMarek Behún1-1/+0
2019-05-03arm: mvebu: turris_*: remove watchdog includeMarek Behún1-4/+0
2019-05-03arm: mvebu: turris_omnia: print board info as Turris MoxMarek Behún1-3/+5
2019-05-03arm: mvebu: turris_omnia: refactor more codeMarek Behún1-30/+28
2019-05-03arm: mvebu: turris_omnia: move ATSHA204A from defconfig to KconfigMarek Behún1-11/+0
2019-05-03arm: mvebu: turris_omnia: fix checkpatch warningsMarek Behún1-8/+8
2019-05-03arm: mvebu: turris_omnia: refactor I2C accessing codeMarek Behún1-96/+109
2019-05-03arm: mvebu: turris_omnia: remove redundant codeMarek Behún1-13/+0
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-35/+0
2019-04-26arm: mvebu: turris_omnia: fix eeprom/mcu device namesPierre Bourdon1-2/+2
2019-04-12watchdog: orion_wdt: take timeout value in msChris Packham1-1/+1
2019-04-08watchdog: Move watchdog_dev to data section (BSS may not be cleared)Stefan Roese1-1/+1
2018-12-08ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02Chris Packham1-2/+2
2018-08-06mvebu: select boot device at SoC levelBaruch Siach1-12/+0
2018-08-06mvebu: turris_omnia: use u-boot-spl-dtb.binBaruch Siach1-1/+1
2018-06-07mvebu: turris_omnia: add note about i2c slave disableBaruch Siach1-1/+5
2018-05-14ARM: mvebu: a38x: restore support for setting timingChris Packham1-2/+4
2018-05-14ARM: mvebu: a38x: sync ddr training code with upstreamChris Packham1-16/+20
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-11-30arm: mvebu: correct comments around cas_wl/cas_lChris Packham1-2/+2
2017-11-06MAINTAINERS: Add missing boards and config entriesTom Rini1-0/+6
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-3/+3
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1