summaryrefslogtreecommitdiffstats
path: root/board/kosagi
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* board: Remove unnecessary inclusion of micrel.h from boardsJames Byrne2019-12-031-2/+0
* common: Move old EEPROM functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move some board functions out of common.hSimon Glass2019-12-022-0/+2
* 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
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-232-4/+4
* ARM: imx: novena: Convert to DM VIDEOMarek Vasut2019-06-111-0/+13
* ARM: imx: novena: Convert block devices to DMMarek Vasut2019-06-111-58/+4
* ARM: imx: novena: Enable DM GPIOMarek Vasut2019-06-112-0/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-11/+5
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin2017-09-181-6/+0
* imx: imx6: Move gpr_init() function to soc.cBreno Lima2017-08-281-11/+0
* 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
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-123-11/+11
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-1/+1
* mx6: ddr: pass mx6_ddr_sysinfo to calibration routinesEric Nelson2016-11-291-2/+2
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-232-2/+2
* mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam2016-09-061-0/+2
* arm: imx6: Enable DDR calibration on NovenaMarek Vasut2016-02-021-9/+14
* arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitionsMarek Vasut2015-12-011-1/+1
* input: Support the German keymapSimon Glass2015-11-191-1/+1
* input: Add the keycode translation tables separatelySimon Glass2015-11-191-0/+1
* novena: Remove empty reset_cpu()Fabio Estevam2015-11-121-4/+0
* video: Drop DEV_FLAGS_SYSTEM flagBin Meng2015-11-051-1/+1
* mx6: remove SYS_SOC from board KconfigPeng Fan2015-09-131-3/+0
* arm: mx6: novena: Add proper LVDS display supportMarek Vasut2014-12-304-23/+400
* arm: mx6: novena: Pull video handling into separate fileMarek Vasut2014-12-304-78/+106
* arm: mx6: novena: Pull GPIO definitions into headerMarek Vasut2014-12-303-12/+27
* arm: mx6: novena: Minor coding style fixMarek Vasut2014-12-301-13/+13
* mx6: Use a common SPL configuration fileFabio Estevam2014-11-201-16/+0
* novena: Move the DCD settings to spl codeFabio Estevam2014-11-202-31/+28
* kconfig: arm: select CPU_V7 for some new boardsMasahiro Yamada2014-11-131-3/+0
* novena: Add MAINTAINERS fileFabio Estevam2014-11-031-0/+6
* novena: Fix ethernet PHY reset sequenceNikolay Dimitrov2014-10-302-21/+46
* ARM: mx6: Add support for Kosagi NovenaMarek Vasut2014-10-305-0/+975