The NetBSD Project

CVS log for src/external/bsd/acpica/bin/iasl/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / external / bsd / acpica / bin / iasl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Sat Dec 10 17:41:05 2022 UTC (3 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10, HEAD
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

new file

Revision 1.27 / (download) - annotate - [select for diffs], Sat Sep 12 15:25:42 2020 UTC (2 years, 6 months ago) by jmcneill
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 (colored)

Add HAVE_ACPI and HAVE_UEFI flags to bsd.own.mk and use them to
conditionally include ACPI and UEFI bits instead of relying on adhoc
MACHINE_ARCH tests.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Sep 11 14:06:00 2020 UTC (2 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Build acpi tools and iasl on aarch64eb, and fix set lists for MKDEBUG.

Revision 1.21.2.2 / (download) - annotate - [select for diffs], Mon Apr 13 07:45:48 2020 UTC (2 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.21.2.1: +39 -18 lines
Diff to previous 1.21.2.1 (colored) to branchpoint 1.21 (colored) next main 1.22 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 15 16:14:49 2019 UTC (3 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp
Changes since 1.24: +39 -18 lines
Diff to previous 1.24 (colored)

add new grammar file

Revision 1.21.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:42:47 2019 UTC (3 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.21: +4 -3 lines
Diff to previous 1.21 (colored)

Sync with HEAD

Revision 1.17.2.5 / (download) - annotate - [select for diffs], Fri Jan 18 08:48:35 2019 UTC (4 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.17.2.4: +3 -2 lines
Diff to previous 1.17.2.4 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

Synch with HEAD

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jan 10 10:04:43 2019 UTC (4 years, 2 months ago) by martin
Branch: MAIN
CVS Tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

Use the make pid when naming the temporary file to create aslcompilerparse.y,
so tow parallel make instances won't step on each others toe.
Pointed out by Christos.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jan 9 09:27:29 2019 UTC (4 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored)

Make aslcompilerparse.y generation atomic to avoid parallel build races.
Solution suggested by mrg.

Revision 1.17.2.4 / (download) - annotate - [select for diffs], Sat Oct 20 06:58:19 2018 UTC (4 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.17.2.3: +2 -2 lines
Diff to previous 1.17.2.3 (colored) to branchpoint 1.17 (colored)

Sync with head

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 14 13:36:33 2018 UTC (4 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Add acpidump, amldb, and iasl to aarch64 build.

Revision 1.17.2.3 / (download) - annotate - [select for diffs], Sat Jul 28 04:33:03 2018 UTC (4 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.17.2.2: +5 -6 lines
Diff to previous 1.17.2.2 (colored) to branchpoint 1.17 (colored)

Sync with HEAD

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jun 28 07:56:22 2018 UTC (4 years, 9 months ago) by maya
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728
Branch point for: phil-wifi
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Correctly specify that iasl needs to be case insensitive.

Fixes PR bin/53405. thanks to martin.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 27 16:13:43 2018 UTC (4 years, 9 months ago) by maya
Branch: MAIN
Changes since 1.19: +4 -5 lines
Diff to previous 1.19 (colored)

Remove unused code. No functional change intended.

- We don't need to define __NetBSD__, C compilers do this for us.
- Defines which don't appear anywhere in src
- Don't need libpthread/librt

Revision 1.17.2.2 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:12 2018 UTC (4 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.17.2.1: +3 -1 lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored)

Sync with HEAD

Revision 1.19 / (download) - annotate - [select for diffs], Thu May 31 09:08:25 2018 UTC (4 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-0625
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored)

make 'clean' and/or 'cleandir' actually clean all the things.

Revision 1.17.2.1 / (download) - annotate - [select for diffs], Mon Apr 16 01:57:33 2018 UTC (4 years, 11 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.17: +7 -1 lines
Diff to previous 1.17 (colored)

Sync with HEAD, resolve some conflicts

Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 7 15:49:50 2018 UTC (4 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415
Changes since 1.17: +7 -1 lines
Diff to previous 1.17 (colored)

Merge conflicts; STA methods and fields are not present anymore.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 12 03:02:15 2017 UTC (5 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-base, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (colored)

new files for acpica-20171110

Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 10 19:17:57 2017 UTC (5 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.15: +49 -25 lines
Diff to previous 1.15 (colored)

Redo so that parallel makes work reliably by using the builtin rules and
issuing atomic file creation.
XXX: This still creates all the c and h files for platforms that don't support
iasl in make depend. At least it now works with make -j 100 dependall

Revision 1.15 / (download) - annotate - [select for diffs], Fri Sep 15 17:17:25 2017 UTC (5 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.14: +6 -1 lines
Diff to previous 1.14 (colored)

Adjust for acpica 20170831

Revision 1.13.4.1 / (download) - annotate - [select for diffs], Tue May 2 03:19:15 2017 UTC (5 years, 10 months ago) by pgoyette
Branch: prg-localcount2
Changes since 1.13: +6 -2 lines
Diff to previous 1.13 (colored) next main 1.14 (colored)

Sync with HEAD - tag prg-localcount2-base1

Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 30 23:18:07 2017 UTC (5 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek
Changes since 1.13: +6 -2 lines
Diff to previous 1.13 (colored)

Adjust for 20170303

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:53:48 2017 UTC (6 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.13 / (download) - annotate - [select for diffs], Fri Nov 11 21:09:21 2016 UTC (6 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: prg-localcount2
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 (colored)

Adjust to new acpica

Revision 1.12 / (download) - annotate - [select for diffs], Wed May 4 19:28:15 2016 UTC (6 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.11: +7 -2 lines
Diff to previous 1.11 (colored)

adjust to new acpica

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 9 21:13:51 2016 UTC (7 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.10: +7 -2 lines
Diff to previous 1.10 (colored)

new files

Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 18 10:38:31 2015 UTC (7 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

handle acpica 20150717

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 13 17:24:24 2015 UTC (7 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

update for newest acpi
XXX: needs recompiled yacc

Revision 1.8 / (download) - annotate - [select for diffs], Sat Oct 25 21:01:12 2014 UTC (8 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.7: +25 -5 lines
Diff to previous 1.7 (colored)

adjust to new acpica

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Tue Aug 19 23:45:52 2014 UTC (8 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.5: +190 -36 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Thu May 22 15:40:38 2014 UTC (8 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.4.2.1: +190 -36 lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 28 16:03:51 2013 UTC (9 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Changes since 1.6: +12 -6 lines
Diff to previous 1.6 (colored)

Add more dependencies, fix CLEANDIR target

Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 27 21:33:46 2013 UTC (9 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.5: +182 -34 lines
Diff to previous 1.5 (colored)

adjust for new acpica

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:02:59 2012 UTC (10 years, 11 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored)

sync with head

Revision 1.4.4.1 / (download) - annotate - [select for diffs], Fri Feb 24 17:18:58 2012 UTC (11 years, 1 month ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Pull up following revision(s) (requested by go in ticket #48):
	external/bsd/acpica/bin/iasl/Makefile: revision 1.5
	sys/external/bsd/acpica/dist/include/acapps.h: revision 1.2
Fix MKREPRO = yes
XXX: pullup to 6
Fix for MKREPRO = yes
XXX: pullup to 6
Use the release date as suggested.
XXX: I bet this is going to be broken in the next import because nobody
will remember to fix it.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 19 05:06:41 2012 UTC (11 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored)

Fix MKREPRO = yes
XXX: pullup to 6

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 28 09:11:33 2011 UTC (11 years, 9 months ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base
Branch point for: yamt-pagecache, netbsd-6
Changes since 1.3: +16 -6 lines
Diff to previous 1.3 (colored)

Adjust for ACPICA 20110623.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Fri Feb 18 19:05:45 2011 UTC (12 years, 1 month ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1.2.2: +52 -131 lines
Diff to previous 1.1.2.2 (colored) next main 1.2 (colored)

Sync with HEAD

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 18 17:34:22 2011 UTC (12 years, 1 month ago) by jruoho
Branch: MAIN
CVS Tags: cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Build this for NetBSD, not Linux. Thanks to Takahiro HAYASHI
for pointing this out.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 17 18:26:20 2011 UTC (12 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.1: +51 -130 lines
Diff to previous 1.1 (colored)

Fix iasl(8).

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Thu Feb 17 11:57:26 2011 UTC (12 years, 1 month ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1.2.1: +166 -0 lines
Diff to previous 1.1.2.1 (colored)

Sync with HEAD

Revision 1.1.2.1, Thu Feb 17 07:48:16 2011 UTC (12 years, 1 month ago) by bouyer
Branch: bouyer-quota2
Changes since 1.1: +0 -166 lines
FILE REMOVED

file Makefile was added on branch bouyer-quota2 on 2011-02-17 11:57:26 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 17 07:48:16 2011 UTC (12 years, 1 month ago) by jruoho
Branch: MAIN
Branch point for: bouyer-quota2

Add the userspace portion of ACPICA to a new location.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>