summaryrefslogtreecommitdiffstats
path: root/common/bootsource.c
Commit message (Expand)AuthorAgeFilesLines
* bootsource: add function to get device_node we booted fromSascha Hauer2024-02-201-0/+16
* bootsource: use /chosen instead of /aliases/barebox,bootsource-Ahmad Fatoum2023-02-211-3/+3
* bootsource: export bootsource_to_string()Ahmad Fatoum2022-12-091-3/+11
* bootsource: allow DT aliases and bootrom numbering to differAhmad Fatoum2022-08-091-26/+75
* bootsource: rename existing bootsource_set to bootsource_set_rawAhmad Fatoum2022-08-091-4/+5
* treewide: Use pr_setenv() where appropriateSascha Hauer2022-06-211-6/+2
* common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-12/+1
* common: fix typos found with codespellYegor Yefremov2020-03-231-2/+2
* bootsource: add JTAG bootsourceLucas Stach2019-11-111-0/+1
* bootsource: handle SPI-NOR in the same way as SPI-EEPROMLucas Stach2018-09-041-0/+1
* bootsource: Add bootsource alias name APIAndrey Smirnov2018-05-181-0/+68
* bootsource: Add BOOTSOURCE_CANAndrey Smirnov2018-04-171-0/+1
* bootsource: Add NET bootsourceWadim Egorov2015-05-271-0/+1
* bootsource: add definition for i2c-eeprom, spi-nor, spi-eeprom and usbMarc Kleine-Budde2013-04-041-0/+4
* bootsource: add support for bootsource instance informationMarc Kleine-Budde2013-04-041-0/+24
* bootsource: use initcall to export bootsource location to environmentMarc Kleine-Budde2013-04-041-1/+10
* bootsource: create arch independent bootsource frameworkMarc Kleine-Budde2013-04-041-0/+53