summaryrefslogtreecommitdiff
path: root/common/spl/Kconfig
Commit message (Expand)AuthorAgeFilesLines
...
* thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas2017-11-211-0/+8
* spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchipKever Yang2017-11-071-1/+2
* TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default valueTom Rini2017-09-291-0/+1
* spl: typo fix for SPL_ATF_SUPPORT descriptionKever Yang2017-09-071-1/+1
* spl: add serial download protocol (SDP) supportStefan Agner2017-08-231-0/+6
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* dm: timer: normalise SPL and TPL supportPhilipp Tomsich2017-08-131-8/+0
* moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich2017-08-131-0/+1
* spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich2017-08-131-0/+39
* spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich2017-08-131-0/+19
* spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich2017-08-131-0/+8
* spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich2017-08-131-0/+9
* spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich2017-08-131-5/+5
* spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich2017-08-131-0/+11
* spl: add a 'return to bootrom' boot methodPhilipp Tomsich2017-08-131-0/+11
* SPL: Add XIP booting supportVikas Manocha2017-06-091-0/+9
* common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini2017-06-051-72/+24
* fs: fat: add kbuild configuration supportSekhar Nori2017-06-031-0/+1
* lib: move hash CONFIG options to KconfigTom Rini2017-05-221-0/+4
* Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan2017-05-221-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-05-161-2/+2
|\
| * mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada2017-05-151-1/+1
| * mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-151-1/+1
* | spl: add support to booting with ATFKever Yang2017-05-151-0/+14
|/
* common: dfu: ignore reset for spl-dfuB, Ravi2017-05-121-0/+4
* spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORTB, Ravi2017-05-121-0/+1
* spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMCAlexandru Gagniuc2017-04-081-1/+1
* Kconfig: Disable non-FIT SPL loading for TI secure devicesAndrew F. Davis2017-03-181-2/+2
* spl: Add option to enable SPL Legacy image supportAndrew F. Davis2017-03-181-0/+8
* spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive optionAndrew F. Davis2017-03-181-0/+10
* SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen2017-02-171-0/+14
* SPL: add support to boot from a partition typeDalon Westergreen2017-02-171-0/+16
* spl: Allow PCH drivers to be used in SPLSimon Glass2017-02-061-0/+9
* spl: Allow timer drivers to be used in SPLSimon Glass2017-02-061-0/+9
* spl: Allow RTC drivers to be used in SPLSimon Glass2017-02-061-0/+10
* spl: Allow PCI drivers to be used in SPLSimon Glass2017-02-061-0/+9
* spl: Allow CPU drivers to be used in SPLSimon Glass2017-02-061-0/+10
* ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KBMasahiro Yamada2017-01-291-2/+1
* spl: move RAM boot support in separate fileStefan Agner2017-01-141-2/+10
* Convert CONFIG_SPL_RAM_DEVICE to defconfigStefan Agner2017-01-141-0/+9
* spl: add USB Gadget config optionStefan Agner2016-11-281-12/+21
* spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner2016-11-281-0/+26
* spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko2016-11-181-0/+27
* spl: move SYS_OS_BASE to KconfigHeiko Schocher2016-10-151-0/+10
* spl: move SPL_OS_BOOT to KconfigHeiko Schocher2016-10-141-0/+8
* spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-081-0/+13
* spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass2016-10-061-0/+9
* Kconfig: tpl: Add some TPL support options to KconfigSimon Glass2016-09-161-0/+67
* Kconfig: spl: Add SPL support options to KconfigSimon Glass2016-09-161-0/+411