aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Revert "build: use ONESHELL to speed up scanning and the toplevel makefile"Felix Fietkau2014-10-221-1/+0
* build: use ONESHELL to speed up scanning and the toplevel makefileFelix Fietkau2014-10-221-0/+1
* build: remove duplicate variable definitionsFelix Fietkau2014-03-211-4/+0
* build: it is no longer necessary to call make target/linux/clean as part of m...Felix Fietkau2012-12-021-1/+0
* Makefile: add a check to bail out early when the path to the openwrt director...Felix Fietkau2012-10-211-0/+4
* build: add back the package/cleanup step to remove the root staging dir for m...Felix Fietkau2012-10-151-1/+1
* build: rework the package/install step - collect package install lists during...Felix Fietkau2012-10-061-5/+3
* abort built in prereq target if there is no site config file for the current ...Jo-Philipp Wich2012-01-191-0/+6
* add a command for printing a cleaned up make target database - will be used t...Felix Fietkau2010-09-011-3/+8
* fix for GREP_OPTIONSFlorian Fainelli2010-07-311-0/+2
* add a "make prepare" target which builds everything up to target/compile, use...Felix Fietkau2009-05-281-0/+2
* added BUILD_LOG_DIR variable, make clean will delete the ./logs dirRalph Hempel2009-05-281-1/+1
* avoid implicit rules in even more placesFelix Fietkau2009-03-031-1/+1
* remove toolchain build directory as well in 'make dirclean'Nicolas Thill2008-12-031-1/+1
* rework parallel building to get rid of some warnings and add back support for...Felix Fietkau2008-08-161-4/+4
* make package prereq checks behave more like build prereq checks (first check ...Felix Fietkau2008-08-041-1/+12
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-091-2/+8
* fix package/symlinks target, will call scripts/feeds update / install introdu...Ralph Hempel2008-03-201-3/+13
* use scripts/feeds instead of scripts/feeds.sh for package/symlinksFelix Fietkau2007-12-281-1/+2
* fix make clean for unconfigured build treesFelix Fietkau2007-12-041-1/+1
* fix parallel build issuesFelix Fietkau2007-11-041-5/+7
* add autorebuild check for menuconfigFelix Fietkau2007-10-141-0/+1
* add 'make prepare' target for building the tools and toolchainFelix Fietkau2007-09-151-1/+4
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-1/+1
* clean up recursive dependency handling, use timestamp.pl again, because it sa...Felix Fietkau2007-08-301-1/+1
* build system cleanup/restructuring as described in http://lists.openwrt.org/p...Felix Fietkau2007-08-071-7/+9
* fix rootfs and init script handlingFelix Fietkau2007-07-311-1/+1
* fix make distcleanFelix Fietkau2007-07-301-2/+2
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-21/+9
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-7/+28
* toolchain/ has been convertedFelix Fietkau2007-07-301-1/+1
* fix verbose output with dash as /bin/shFelix Fietkau2007-07-301-0/+2
* build system fixes, more cleanupFelix Fietkau2007-07-281-8/+5
* more build system cleanupFelix Fietkau2007-07-281-139/+21
* initial attempt at cleaning up subdirectory handling. tools/Makefile is now b...Felix Fietkau2007-07-281-6/+7
* add kernel_oldconfig targetFelix Fietkau2007-07-161-1/+3
* kernel: fix dependencies for .config, use selections from oldconfig when runn...Felix Fietkau2007-07-161-1/+0
* target scan needs a maxdepth of 2Felix Fietkau2007-07-161-1/+1
* set maxdepth appropriately for package scanningFelix Fietkau2007-07-151-2/+2
* rewrite of the metadata scanning - cleaner code, faster scanning, recursive s...Felix Fietkau2007-07-151-2/+5
* fix distcleanFelix Fietkau2007-07-121-1/+1
* fix docs compile targetsFelix Fietkau2007-07-101-4/+4
* Regenerate the menuconfig once symlinked packages are goneFlorian Fainelli2007-05-301-0/+1
* fix target rescan (version kernel changes)Felix Fietkau2007-05-231-4/+3
* Make UCI preconfiguration optional and disabled by defaultFelix Fietkau2007-05-051-1/+1
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-291-1/+1
* revert find | xargs => find | exec changes - this is completely unnecessary a...Felix Fietkau2007-04-121-1/+1
* minor tweaks to the verbose systemMike Baker2007-04-111-3/+0
* fix targetinfo, packageinfoMike Baker2007-04-111-1/+1
* fix a few bugs with the last few commitsMike Baker2007-04-071-6/+6
an> /* 0x38 */ A_UINT32 hi_ref_voltage_trim_setting; /* 0x3c */ A_UINT32 hi_clock_info; /* 0x40 */ /* * Flash configuration overrides, used only * when firmware is not executing from flash. * (When using flash, modify the global variables * with equivalent names.) */ A_UINT32 hi_bank0_addr_value; /* 0x44 */ A_UINT32 hi_bank0_read_value; /* 0x48 */ A_UINT32 hi_bank0_write_value; /* 0x4c */ A_UINT32 hi_bank0_config_value; /* 0x50 */ /* Pointer to Board Data */ A_UINT32 hi_board_data; /* 0x54 */ A_UINT32 hi_board_data_initialized; /* 0x58 */ A_UINT32 hi_dset_RAM_index_table; /* 0x5c */ A_UINT32 hi_desired_baud_rate; /* 0x60 */ A_UINT32 hi_dbglog_config; /* 0x64 */ A_UINT32 hi_end_RAM_reserve_sz; /* 0x68 */ A_UINT32 hi_mbox_io_block_sz; /* 0x6c */ A_UINT32 hi_num_bpatch_streams; /* 0x70 */ A_UINT32 hi_mbox_isr_yield_limit; /* 0x74 */ A_UINT32 hi_refclk_hz; /* 0x78 */ }; /* Bits defined in hi_option_flag */ #define HI_OPTION_TIMER_WAR 1 /* not really used */ /* * Intended for use by Host software, this macro returns the Target RAM * address of any item in the host_interest structure. * Example: target_addr = AR6001_HOST_INTEREST_ITEM_ADDRESS(hi_board_data); */ #define AR6001_HOST_INTEREST_ITEM_ADDRESS(item) \ ((A_UINT32)&((((struct host_interest_s *)(AR6001_HOST_INTEREST_ADDRESS))->item))) #define AR6002_HOST_INTEREST_ITEM_ADDRESS(item) \ ((A_UINT32)&((((struct host_interest_s *)(AR6002_HOST_INTEREST_ADDRESS))->item))) #endif /* !__ASSEMBLER__ */ #endif /* __TARGADDRS_H__ */