summaryrefslogtreecommitdiff
path: root/board/kosagi
AgeCommit message (Expand)AuthorFilesLines
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-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2019-12-03board: Remove unnecessary inclusion of micrel.h from boardsJames Byrne1-2/+0
2019-12-03common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move some board functions out of common.hSimon Glass2-0/+2
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-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2-4/+4
2019-06-11ARM: imx: novena: Convert to DM VIDEOMarek Vasut1-0/+13
2019-06-11ARM: imx: novena: Convert block devices to DMMarek Vasut1-58/+4
2019-06-11ARM: imx: novena: Enable DM GPIOMarek Vasut2-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin1-6/+0
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima1-11/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic3-11/+11
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2016-11-29mx6: ddr: pass mx6_ddr_sysinfo to calibration routinesEric Nelson1-2/+2
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2-2/+2
2016-09-06mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam1-0/+2
2016-02-02arm: imx6: Enable DDR calibration on NovenaMarek Vasut1-9/+14
2015-12-01arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitionsMarek Vasut1-1/+1
2015-11-20input: Support the German keymapSimon Glass1-1/+1
2015-11-20input: Add the keycode translation tables separatelySimon Glass1-0/+1
2015-11-12novena: Remove empty reset_cpu()Fabio Estevam1-4/+0
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-1/+1
2015-09-13mx6: remove SYS_SOC from board KconfigPeng Fan1-3/+0
2014-12-30arm: mx6: novena: Add proper LVDS display supportMarek Vasut4-23/+400
2014-12-30arm: mx6: novena: Pull video handling into separate fileMarek Vasut4-78/+106
2014-12-30arm: mx6: novena: Pull GPIO definitions into headerMarek Vasut3-12/+27
2014-12-30arm: mx6: novena: Minor coding style fixMarek Vasut1-13/+13
2014-11-20mx6: Use a common SPL configuration fileFabio Estevam1-16/+0
2014-11-20novena: Move the DCD settings to spl codeFabio Estevam2-31/+28
2014-11-13kconfig: arm: select CPU_V7 for some new boardsMasahiro Yamada1-3/+0
2014-11-03novena: Add MAINTAINERS fileFabio Estevam1-0/+6
2014-10-30novena: Fix ethernet PHY reset sequenceNikolay Dimitrov2-21/+46
2014-10-30ARM: mx6: Add support for Kosagi NovenaMarek Vasut5-0/+975