aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
Commit message (Expand)AuthorAgeFilesLines
* rules.mk: reduce shexport to one line to allow it to be put in a target contextFelix Fietkau2014-10-221-2/+1
* build: clean up and optimize ipkg control generator codeFelix Fietkau2014-10-221-0/+1
* build: add $(STAGING_DIR_HOST)/usr/{include, lib} to build search path.John Crispin2014-10-201-2/+2
* build: override hardcoded paths to bison and m4 to make the SDK more relocatableFelix Fietkau2014-08-261-0/+3
* partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY va...Felix Fietkau2014-03-221-0/+2
* build: remove GREP_OPTIONS export from rules.mk, defining it in the top-level...Felix Fietkau2014-03-211-3/+0
* build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DIS...Felix Fietkau2014-03-211-6/+0
* build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TA...Felix Fietkau2014-03-211-6/+0
* build: add a variable for the name of the {build,staging}_dir/{target,toolcha...Felix Fietkau2014-03-101-10/+10
* FPU type should not interfere with the ABI selection. Also make sure we eithe...Imre Kaloz2013-11-291-1/+8
* allow configuration of the target directory for binariesImre Kaloz2013-11-221-1/+1
* build: include the cpu type as part of the toolchain/target directory nameFelix Fietkau2013-09-261-11/+4
* build: decouple the mips16 support flag from the toolchainFelix Fietkau2013-08-141-8/+2
* build: unify target independent optimization optionsFelix Fietkau2013-07-291-1/+2
* build: add required exports for dependency trackingFelix Fietkau2013-07-181-1/+1
* build: move the XARGS variable out of the host checks, since a working xargs ...Felix Fietkau2013-07-101-0/+1
* rules.mk: use qstrip to reduce syntax highlighting issuesFelix Fietkau2013-07-101-1/+1
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support...Felix Fietkau2013-05-091-1/+1
* rules.mk: add _dsp to ARCH_SUFFIX if the dsp ase is usedJohn Crispin2013-05-061-0/+6
* toolchain: allow choosing the MIPS64 user-land ABIFlorian Fainelli2013-04-051-0/+5
* buildroot: factor knowledge of a 64bits architectureFlorian Fainelli2013-04-051-1/+1
* buildroot: allow enabling MIPS16 user-space buildFlorian Fainelli2013-04-051-0/+3
* rules.mk: MIPS16 builds get a different toolchainFlorian Fainelli2013-04-051-0/+1
* rules.mk: Create TARGET_ASFLAGS; force -mno-mips16Florian Fainelli2013-04-051-1/+5
* build: add a HOSTCXX variable pointing at the c++ compilerFelix Fietkau2013-03-221-0/+3
* fix ARCH_SUFFIX for mips64{,el}r2Gabor Juhos2013-02-201-1/+1
* rules.mk: only select latest libgcc.a with wildcard match (#12798)Jo-Philipp Wich2013-01-131-2/+2
* rules.mk: don't use $(realpath) in file_copy, the destination directory might...Jo-Philipp Wich2012-12-021-1/+1
* rules.mk: provide a macro "file_copy" which removes any symlink in the destin...Jo-Philipp Wich2012-12-021-0/+18
* rules.mk: fix misspelled config symbol introduced by r34300Jo-Philipp Wich2012-11-231-1/+1
* rules.mk: append libc implementation to bin directory name if not using uClibcJo-Philipp Wich2012-11-221-0/+1
* build: rework the package/install step - collect package install lists during...Felix Fietkau2012-10-061-0/+1
* rules.mk: add TARGET_AR and TARGET_RANLIBFelix Fietkau2012-09-221-0/+2
* do not pass optimization flags in HOST_CPPFLAGS (#12153)Jo-Philipp Wich2012-09-091-1/+2
* remove duplicate HOSTCC_NOCACHEJohn Crispin2012-08-101-1/+0
* move LIB_SUFFIX from base-files to rules.mkFlorian Fainelli2012-08-101-0/+4
* fix up scons vs ccacheJohn Crispin2012-07-281-6/+7
* add and export HOSTCC_NOCACHEJohn Crispin2012-06-201-0/+2
* make librpc compatible with eglibc, unconditionally enable it for packages th...Felix Fietkau2012-06-081-3/+1
* add ccache wrapperJohn Crispin2012-06-061-2/+6
* Use build suffix on build_dir pathsJohn Crispin2012-04-101-2/+2
* kernel: keep more symbols in the kernel modules when doing profilingFelix Fietkau2012-03-011-1/+3
* build: add TARGET_CXXFLAGS and EXTRA_CXXFLAGS, defaulting to *_CFLAGS via laz...Felix Fietkau2012-03-011-0/+1
* kernel: do not rename module symbols with kallsyms enabledFelix Fietkau2012-03-011-1/+1
* strip kernel modules more aggressively: make all global symbols local, rename...Felix Fietkau2012-02-201-1/+2
* build: add -Wno-error=unused-but-set-variable to cflags for gcc 4.6 and newer...Felix Fietkau2012-02-151-1/+1
* rules.mk: filter "." and "./" entries from $PATH, prevents toolchain build is...Jo-Philipp Wich2012-01-291-1/+1
* use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to...Jo-Philipp Wich2012-01-181-1/+1
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-151-0/+2
* rules.mk: provide a LIBGCC_A variableJo-Philipp Wich2011-09-051-1/+3
CON_TXFITLOFF 8 /* RXFCON register's bits and bitfields */ #define ASCRXFCON_RXFIFO1 0x00000400 #define ASCRXFCON_RXFEN 0x0001 #define ASCRXFCON_RXFFLU 0x0002 #define ASCRXFCON_RXFITLMASK 0x3F00 #define ASCRXFCON_RXFITLOFF 8 /* FSTAT register's bits and bitfields */ #define ASCFSTAT_RXFFLMASK 0x003F #define ASCFSTAT_TXFFLMASK 0x3F00 #define ASCFSTAT_TXFFLOFF 8 typedef struct IfxAsc_s { unsigned long asc_clc; /*0x0000*/ unsigned long asc_pisel; /*0x0004*/ unsigned long asc_id; /*0x0008*/ unsigned long asc_rsvd1[1]; /* for mapping */ /*0x000C*/ unsigned long asc_con; /*0x0010*/ unsigned long asc_state; /*0x0014*/ unsigned long asc_whbstate; /*0x0018*/ unsigned long asc_rsvd2[1]; /* for mapping */ /*0x001C*/ unsigned long asc_tbuf; /*0x0020*/ unsigned long asc_rbuf; /*0x0024*/ unsigned long asc_rsvd3[2]; /* for mapping */ /*0x0028*/ unsigned long asc_abcon; /*0x0030*/ unsigned long asc_abstat; /* not used */ /*0x0034*/ unsigned long asc_whbabcon; /*0x0038*/ unsigned long asc_whbabstat; /* not used */ /*0x003C*/ unsigned long asc_rxfcon; /*0x0040*/ unsigned long asc_txfcon; /*0x0044*/ unsigned long asc_fstat; /*0x0048*/ unsigned long asc_rsvd4[1]; /* for mapping */ /*0x004C*/ unsigned long asc_bg; /*0x0050*/ unsigned long asc_bg_timer; /*0x0054*/ unsigned long asc_fdv; /*0x0058*/ unsigned long asc_pmw; /*0x005C*/ unsigned long asc_modcon; /*0x0060*/ unsigned long asc_modstat; /*0x0064*/ unsigned long asc_rsvd5[2]; /* for mapping */ /*0x0068*/ unsigned long asc_sfcc; /*0x0070*/ unsigned long asc_rsvd6[3]; /* for mapping */ /*0x0074*/ unsigned long asc_eomcon; /*0x0080*/ unsigned long asc_rsvd7[26]; /* for mapping */ /*0x0084*/ unsigned long asc_dmacon; /*0x00EC*/ unsigned long asc_rsvd8[1]; /* for mapping */ /*0x00F0*/ unsigned long asc_irnen; /*0x00F4*/ unsigned long asc_irnicr; /*0x00F8*/ unsigned long asc_irncr; /*0x00FC*/ } IfxAsc_t; /* Register access macros */ #define asc_readl(reg) \ readl(&pAsc->reg) #define asc_writel(reg,value) \ writel((value), &pAsc->reg) #endif /* __ASC_H */