summaryrefslogtreecommitdiff
path: root/board/CZ.NIC
AgeCommit message (Expand)AuthorFilesLines
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ár2-6/+21
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-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-04-29phy: marvell: rename comphy related definitions to COMPHY_XXIgal Liberman1-4/+4
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 Glass2-0/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
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-03common: Move some board functions out of common.hSimon Glass2-0/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass2-2/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
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ún2-8/+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 Roese2-65/+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 Roese2-2/+2
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