aboutsummaryrefslogtreecommitdiff
path: root/board/isee/igep00x0/igep00x0.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12global: Use proper project name U-BootMichal Simek1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-08-20igep00x0: Disable networkingTom Rini1-58/+0
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-07-25board: constify struct node_info arrayMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1/+1
2017-08-26igep00x0: merge igep0020 and igep0030 defconfigs to igep00x0_defconfigPau Pajuelo1-8/+82
2017-08-26igep00x0: move SPL routines into separate fileLadislav Michl1-128/+0
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada1-2/+2
2017-03-19ti: boot: Register the MMC controllers in SPL in the same way as in u-bootJean-Jacques Hiblot1-1/+1
2017-03-14igep00x0: fixup FDT according to detected flash typeLadislav Michl1-0/+19
2017-01-21status_led: Kconfig migrationUri Mashiach1-2/+2
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher1-1/+2
2017-01-14igep00x0: enable CONFIG_FDT_FIXUP_PARTITIONSLadislav Michl1-0/+17
2016-11-13igep00x0: add Hynix timingsLadislav Michl1-4/+16
2016-11-13igep00x0: disable CONFIG_DISPLAY_BOARDINFOLadislav Michl1-18/+0
2016-07-22igep00x0: Falcon modeLadislav Michl1-0/+12
2016-07-22igep00x0: generate default mtdparts according NAND chip usedLadislav Michl1-0/+18
2016-07-22igep00x0: runtime flash detectionLadislav Michl1-18/+53
2016-07-22igep00x0: remove unused empty function omap_rev_string()Ladislav Michl1-8/+0
2016-07-22igep00x0: reorder lan9221 code to remove ifdefsLadislav Michl1-24/+17
2016-07-22igep00x0: move sysinfo into C fileLadislav Michl1-0/+18
2016-03-14ARM: Various: Future-proof serial platdataAdam Ford1-3/+3
2016-01-20igep00x0: Cleanup ethernet supportLadislav Michl1-14/+19
2015-11-21ns16550: unify serial_omapThomas Chou1-1/+1
2015-10-22omap-common: Common function to display die id, replacing omap3-specific versionPaul Kocialkowski1-1/+1
2015-09-11igep00x0: Switch to use the generic distro configuration and environment.Enric Balletbò i Serra1-2/+2
2015-01-29OMAP3: igep00x0: Fix boot hang and add support for status LED.Enric Balletbo i Serra1-13/+5
2014-12-04omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski1-0/+7
2014-10-23dm: omap3: Move to driver model for GPIO and serialSimon Glass1-0/+13
2014-03-04mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta1-1/+0
2013-08-15OMAP3: igep00x0: allow booting with a FDT from MMCJavier Martinez Canillas1-0/+14
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-08asm/omap_gpmc.h: consolidate common definesAndreas Bießmann1-1/+1
2013-03-08omap_hsmmc: add driver check for write protectionNikita Kiryanov1-1/+1
2013-03-08omap_hsmmc: implement driver check for card detectionNikita Kiryanov1-2/+1
2013-02-07OMAP3: igep00x0: add boot status GPIO LEDJavier Martinez Canillas1-0/+13
2013-02-07OMAP3: use a single board file for IGEP devicesJavier Martinez Canillas1-0/+188