The NetBSD Project

CVS log for src/sys/stand/efiboot/efiacpi.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / stand / efiboot

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Sun Aug 14 11:26:41 2022 UTC (9 months, 2 weeks ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Changes since 1.12: +7 -5 lines
Diff to previous 1.12 (colored)

Align output of "version" command.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 3 22:02:36 2021 UTC (18 months, 4 weeks ago) by skrll
Branch: MAIN
Changes since 1.11: +14 -10 lines
Diff to previous 1.11 (colored)

Provide the ablity to ignore ACPI with an 'acpi' command:

acpi [{on|off}]

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 6 10:13:19 2021 UTC (19 months, 3 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.10: +14 -42 lines
Diff to previous 1.10 (colored)

efiboot: Make FDT support optional on a per-arch basis.

Revision 1.8.6.2 / (download) - annotate - [select for diffs], Sun Aug 1 22:42:44 2021 UTC (22 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.8.6.1: +15 -10 lines
Diff to previous 1.8.6.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

Sync with HEAD.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 23 21:33:00 2021 UTC (22 months, 1 week ago) by jmcneill
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2
Changes since 1.9: +15 -10 lines
Diff to previous 1.9 (colored)

efiboot: Add support for SMBIOS 2.x tables.

Revision 1.8.6.1 / (download) - annotate - [select for diffs], Thu Jun 17 04:46:36 2021 UTC (23 months, 2 weeks ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.8: +14 -1 lines
Diff to previous 1.8 (colored)

Sync w/ HEAD.

Revision 1.8.8.1 / (download) - annotate - [select for diffs], Mon May 31 22:15:22 2021 UTC (2 years ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.8: +14 -1 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

sync with head

Revision 1.9 / (download) - annotate - [select for diffs], Fri May 21 21:53:15 2021 UTC (2 years ago) by jmcneill
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Changes since 1.8: +14 -1 lines
Diff to previous 1.8 (colored)

Disable ACPI support when booting big endian kernels.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Oct 10 19:17:39 2020 UTC (2 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, thorpej-cfargs, cjep_staticlib_x-base
Branch point for: thorpej-i2c-spi-conf, cjep_staticlib_x
Changes since 1.7: +1 -4 lines
Diff to previous 1.7 (colored)

Support EFI runtime and GOP FB for devicetree (non-ACPI) setups.

Revision 1.7 / (download) - annotate - [select for diffs], Thu May 14 19:19:08 2020 UTC (3 years ago) by riastradh
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Draft logic to get at EFI RNG.

Revision 1.3.4.4 / (download) - annotate - [select for diffs], Mon Apr 13 08:05:19 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.3.4.3: +1 -1 lines
Diff to previous 1.3.4.3 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.3.4.3 / (download) - annotate - [select for diffs], Wed Apr 8 14:09:02 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.3.4.2: +57 -5 lines
Diff to previous 1.3.4.2 (colored) to branchpoint 1.3 (colored)

Merge changes from current as of 20200406

Revision 1.3.6.3 / (download) - annotate - [select for diffs], Sun Jan 26 11:21:58 2020 UTC (3 years, 4 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2
Changes since 1.3.6.2: +29 -13 lines
Diff to previous 1.3.6.2 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #653):

	sys/stand/efiboot/prompt.c: revision 1.6
	sys/stand/efiboot/boot.c: revision 1.20
	sys/stand/efiboot/bootarm/Makefile: revision 1.4
	sys/stand/efiboot/efiacpi.c: revision 1.6
	sys/stand/efiboot/exec.c: revision 1.13
	sys/stand/efiboot/Makefile.efiboot: revision 1.10
	sys/stand/efiboot/bootaa64/Makefile: revision 1.7

Fix for disappearing counters on graphics consoles

Hide the twiddle while loading efiboot plist

Clean up the banner so it fits in 80 columns and add some extra details
to the "version" command output.

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Sat Jan 25 22:38:52 2020 UTC (3 years, 4 months ago) by ad
Branch: ad-namecache
Changes since 1.5: +29 -13 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Sync with head.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 25 11:24:20 2020 UTC (3 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2
Changes since 1.5: +29 -13 lines
Diff to previous 1.5 (colored)

Clean up the banner so it fits in 80 columns and add some extra details
to the "version" command output.

Revision 1.3.6.2 / (download) - annotate - [select for diffs], Sun Dec 8 13:13:06 2019 UTC (3 years, 5 months ago) by martin
Branch: netbsd-9
Changes since 1.3.6.1: +38 -2 lines
Diff to previous 1.3.6.1 (colored) to branchpoint 1.3 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #503):

	sys/stand/efiboot/Makefile.efiboot: revision 1.9
	sys/stand/efiboot/efiacpi.c: revision 1.5
	sys/stand/efiboot/version: revision 1.13
	sys/stand/efiboot/smbios.h: revision 1.1
	sys/stand/efiboot/smbios.c: revision 1.1

Use SMBIOS system vendor and product strings to create a "model" string
for the root node in the fabricated ACPI device tree, when possible.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Nov 30 13:02:18 2019 UTC (3 years, 6 months ago) by jmcneill
Branch: MAIN
CVS Tags: ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Changes since 1.4: +38 -2 lines
Diff to previous 1.4 (colored)

Use SMBIOS system vendor and product strings to create a "model" string
for the root node in the fabricated ACPI device tree, when possible.

Revision 1.3.6.1 / (download) - annotate - [select for diffs], Sun Aug 4 11:37:56 2019 UTC (3 years, 9 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-0-RC1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #3):

	sys/stand/efiboot/efiacpi.c: revision 1.4
	sys/stand/efiboot/efifdt.c: revision 1.18
	sys/stand/efiboot/version: revision 1.12
	sys/arch/arm/acpi/acpi_machdep.c: revision 1.7
	sys/arch/arm/acpi/acpi_machdep.c: revision 1.8

Add full UEFI memory map to the /chosen node.

 -

acpi_md_OsMapMemory can be used for both normal and device memory. Use the
UEFI memory map to determine how to map a given region.

Always map ACPI table memory as normal memory. Always map device memory as device memory.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 1 13:11:16 2019 UTC (3 years, 10 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Add full UEFI memory map to the /chosen node.

Revision 1.3.4.2 / (download) - annotate - [select for diffs], Mon Jun 10 22:09:56 2019 UTC (3 years, 11 months ago) by christos
Branch: phil-wifi
Changes since 1.3.4.1: +114 -0 lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored)

Sync with HEAD

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:52 2018 UTC (4 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.1.2.2: +16 -2 lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Sync with HEAD, resolve a couple of conflicts

Revision 1.3.4.1, Sun Oct 28 10:17:47 2018 UTC (4 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.3: +0 -114 lines
FILE REMOVED

file efiacpi.c was added on branch phil-wifi on 2019-06-10 22:09:56 +0000

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 28 10:17:47 2018 UTC (4 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, netbsd-9-base, isaki-audio2-base, isaki-audio2
Branch point for: phil-wifi, netbsd-9
Changes since 1.2: +4 -1 lines
Diff to previous 1.2 (colored)

Make EFI runtime services available to the kernel. Bump version to 1.5.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 23 10:12:59 2018 UTC (4 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.1: +13 -2 lines
Diff to previous 1.1 (colored)

If an SMBIOS3 table is found, pass the address to the kernel via /chosen
"netbsd,smbios-table" property.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Oct 20 06:58:46 2018 UTC (4 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1.2.1: +100 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)

Sync with head

Revision 1.1.2.1, Fri Oct 12 22:08:04 2018 UTC (4 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.1: +0 -100 lines
FILE REMOVED

file efiacpi.c was added on branch pgoyette-compat on 2018-10-20 06:58:46 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 12 22:08:04 2018 UTC (4 years, 7 months ago) by jmcneill
Branch: MAIN
CVS Tags: pgoyette-compat-1020
Branch point for: pgoyette-compat

Add ACPI support (enable with -DEFIBOOT_ACPI, currently disabled).

When UEFI reports that ACPI tables are available, generate a DTB with
compatible string "netbsd,generic-acpi" and pass this to the booted
kernel.

The DTB contains a /chosen property "netbsd,acpi-root-table" that contains
the physical address of the ACPI RSDP, along with a special /acpi node
with compatible string "netbsd,acpi" for the kernel to attach an acpi(4)
device driver.

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>