aboutsummaryrefslogtreecommitdiff
path: root/include/configs/microblaze-generic.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini1-8/+0
2022-06-24microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait1-4/+0
2022-06-24microblaze: Fix early stack allocationMichal Simek1-4/+0
2022-06-06Convert CONFIG_SYS_SPL_ARGS_ADDR to KconfigTom Rini1-7/+0
2022-06-06Remove CONFIG_SPL_STACK_SIZETom Rini1-3/+0
2022-06-06Convert CONFIG_SPL_STACK to KconfigTom Rini1-3/+0
2022-06-06Convert CONFIG_SPL_BSS_MAX_SIZE et al to KconfigTom Rini1-5/+0
2022-06-06Convert CONFIG_SYS_CBSIZE to KconfigTom Rini1-3/+0
2022-06-06Convert CONFIG_SYS_MAXARGS to KconfigTom Rini1-2/+0
2022-04-08microblaze: Migrate DCACHE/ICACHE to KconfigTom Rini1-3/+0
2022-03-25Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to KconfigTom Rini1-4/+0
2022-03-03Convert CONFIG_BOOTP_MAY_FAIL et al to KconfigTom Rini1-5/+0
2022-02-15microblaze: exception: migrate MICROBLAZE_V5 to KconfigOvidiu Panait1-3/+0
2022-01-21configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay1-1/+0
2022-01-05microblaze: migrate CONFIG_SYS_USR_EXCEP to KconfigOvidiu Panait1-2/+0
2022-01-05microblaze: drop CONFIG_SYS_RESET_ADDRESS macroOvidiu Panait1-3/+0
2021-08-31Convert CONFIG_SYS_MALLOC_LEN to KconfigTom Rini1-2/+0
2021-08-31Convert CONFIG_SYS_LOAD_ADDR to KconfigTom Rini1-2/+0
2021-01-04microblaze: Add nor device to distro bootT Karthik Reddy1-1/+16
2020-11-20microblaze: Detect NOR flash based on DTMichal Simek1-38/+3
2020-11-20microblaze: Unify of setting for SPL_NOR/XIP supportMichal Simek1-5/+3
2020-11-20microblaze: Remove CONFIG_SYS_FDT_SIZEMichal Simek1-1/+0
2020-11-20microblaze: Get rid of xparameters.hMichal Simek1-1/+6
2020-11-20microblaze: Simplify cache handlingMichal Simek1-14/+2
2020-11-20microblaze: Clean config file from ifdef messMichal Simek1-24/+0
2020-10-27microblaze: Add support for distro bootT Karthik Reddy1-2/+47
2020-10-27microblaze: trivial code fixesT Karthik Reddy1-9/+10
2020-10-27microblaze: start.S: Use board_init_f_alloc/init in early initOvidiu Panait1-2/+1
2020-01-08treewide: Remove CONFIG_SYS_UBOOT_START from configs board filesPatrice Chotard1-2/+0
2019-11-20env: Finish migration of common ENV optionsTom Rini1-15/+0
2019-10-08microblaze: Setup reasonable maximum bootm lenMichal Simek1-0/+2
2019-10-08microblaze: Enable cache by defaultMichal Simek1-0/+3
2019-10-08microblaze: Move CONFIG_LMB from board file to config.hMichal Simek1-3/+0
2019-08-02Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to KconfigSimon Glass1-3/+0
2019-08-02Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOTSimon Glass1-1/+2
2019-03-25Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay1-3/+0
2019-03-25Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay1-4/+0
2018-10-19Convert CONFIG_FLASH_CFI_DRIVER et al to KconfigAdam Ford1-5/+0
2018-08-17Convert CONFIG_MII et al to KconfigAdam Ford1-3/+0
2018-07-22Convert CONFIG_MTD_PARTITIONS et al to KconfigAdam Ford1-9/+0
2018-07-19microblaze: Remove XILINX_SPI_FLASH_BASEADDR logicMichal Simek1-7/+0
2018-07-19microblaze: Convert generic platform to DM gpioMichal Simek1-5/+0
2018-07-19microblaze: Delete Xilinx watchdog related macrosShreenidhi Shedi1-10/+0
2018-07-19microblaze: Cosmetic changes in Microblaze related filesShreenidhi Shedi1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford1-1/+0
2018-04-08treewide: Convert CONFIG_HOSTNAME to a string optionMario Six1-1/+1
2018-03-01microblaze: Added Kconfig support for CONFIG_XILINX_GPIOVipul Kumar1-1/+0
2018-02-23Convert CONFIG_BOOTP_BOOTPATH et al to KconfigAdam Ford1-6/+0
2018-02-14configs: Migrate CONFIG_SPL_FRAMEWORKTom Rini1-1/+0