aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/gettext-full
Commit message (Expand)AuthorAgeFilesLines
* gettext-full: avoid using iconv for host buildsJo-Philipp Wich2017-01-111-1/+4
* package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG)Matthias Schiffer2017-01-101-2/+2
* gettext-full: enforce only static lib on the host buildAlexandru Ardelean2016-12-221-0/+2
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
* gettext-full: update to 0.19.8.1Dirk Neukirchen2016-10-135-10/+20
* gettext-full: prevent using emacsJo-Philipp Wich2016-05-311-2/+5
* gettext-full: avoid spurious dependencies on ncursesFelix Fietkau2016-05-101-0/+1
* gettext-full: fix relocatable patchFelix Fietkau2016-01-201-2/+2
* gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)Felix Fietkau2016-01-201-1/+1
* gettext-full: make autopoint and gettextize reloctableJo-Philipp Wich2016-01-122-1/+31
* gettext-full: activate format-security checksHauke Mehrtens2015-11-222-1/+59
* gettext-full: update to version 0.19.6Hauke Mehrtens2015-11-227-9/+9
* gettext-full: update to v0.19.4Jo-Philipp Wich2015-01-094-42/+31
* license info - revert r43155John Crispin2014-11-031-3/+0
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-0/+3
* Add a few SPDX tagsSteven Barth2014-11-021-0/+1
* build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packagesFelix Fietkau2014-06-301-0/+1
* gettext-full: use uclibc workarounds for musl as wellFelix Fietkau2014-06-291-0/+3
* gettext-full: use portability header files for byteswapping on non-linux systemsFelix Fietkau2013-07-061-0/+3
* gettext-full: add a patch to suppress duplicate definitions of error_print_pr...Felix Fietkau2013-07-061-0/+11
* gettext-full: refresh patchesFelix Fietkau2013-07-065-8/+8
* gettext-full: always use shipped libcroco, unbreaks build if a different libc...Jo-Philipp Wich2013-07-011-1/+1
* gettext-full: updated to 0.18.2.1Jo-Philipp Wich2013-04-234-79/+4
* gettext-full: use shipped libxml for the host build, fixes lzma references fr...Jo-Philipp Wich2012-11-281-0/+3
* gettext-full: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-1010-0/+255
n class="cp">#define BFIN_BOOT_RSI_MASTER 14 /* boot ldr from rsi */ #define BFIN_BOOT_LP_SLAVE 15 /* boot ldr from link port */ #ifndef __ASSEMBLY__ static inline const char *get_bfin_boot_mode(int bfin_boot) { switch (bfin_boot) { case BFIN_BOOT_BYPASS: return "bypass"; case BFIN_BOOT_PARA: return "parallel flash"; case BFIN_BOOT_SPI_MASTER: return "spi flash"; case BFIN_BOOT_SPI_SLAVE: return "spi slave"; case BFIN_BOOT_TWI_MASTER: return "i2c flash"; case BFIN_BOOT_TWI_SLAVE: return "i2c slave"; case BFIN_BOOT_UART: return "uart"; case BFIN_BOOT_IDLE: return "idle"; case BFIN_BOOT_FIFO: return "fifo"; case BFIN_BOOT_MEM: return "memory"; case BFIN_BOOT_16HOST_DMA: return "16bit dma"; case BFIN_BOOT_8HOST_DMA: return "8bit dma"; case BFIN_BOOT_NAND: return "nand flash"; case BFIN_BOOT_RSI_MASTER: return "rsi master"; case BFIN_BOOT_LP_SLAVE: return "link port slave"; default: return "INVALID"; } } #endif /* Most bootroms allow for EVT1 redirection */ #if ((defined(__ADSPBF531__) || defined(__ADSPBF532__) || defined(__ADSPBF533__)) \ && __SILICON_REVISION__ < 3) || defined(__ADSPBF561__) # undef CONFIG_BFIN_BOOTROM_USES_EVT1 #else # define CONFIG_BFIN_BOOTROM_USES_EVT1 #endif /* Define the default SPI CS used when booting out of SPI */ #if defined(__ADSPBF531__) || defined(__ADSPBF532__) || defined(__ADSPBF533__) || \ defined(__ADSPBF538__) || defined(__ADSPBF539__) || defined(__ADSPBF561__) || \ defined(__ADSPBF51x__) # define BFIN_BOOT_SPI_SSEL 2 #else # define BFIN_BOOT_SPI_SSEL 1 #endif /* Define to get a GPIO CS with the Blackfin SPI controller */ #define MAX_CTRL_CS 8 /* There is no Blackfin/NetBSD port */ #undef CONFIG_BOOTM_NETBSD /* We rarely use interrupts, so favor throughput over latency */ #define CONFIG_BFIN_INS_LOWOVERHEAD #endif