mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

ACPICA commit 1c28da2242783579d59767617121035dafba18c3 This was originally done in NetBSD:b69d1ac3f7
and is the correct alternative to the smattering of `memcpy`s I previously contributed to this repository. This also sidesteps the newly strict checks added in UBSAN:792674400f
Before this change we see the following UBSAN stack trace in Fuchsia: #0 0x000021afcfdeca5e in acpi_rs_get_address_common(struct acpi_resource*, union aml_resource*) ../../third_party/acpica/source/components/resources/rsaddr.c:329 <platform-bus-x86.so>+0x6aca5e #1.2 0x000021982bc4af3c in ubsan_get_stack_trace() compiler-rt/lib/ubsan/ubsan_diag.cpp:41 <libclang_rt.asan.so>+0x41f3c #1.1 0x000021982bc4af3c in maybe_print_stack_trace() compiler-rt/lib/ubsan/ubsan_diag.cpp:51 <libclang_rt.asan.so>+0x41f3c #1 0x000021982bc4af3c in ~scoped_report() compiler-rt/lib/ubsan/ubsan_diag.cpp:395 <libclang_rt.asan.so>+0x41f3c #2 0x000021982bc4bb6f in handletype_mismatch_impl() compiler-rt/lib/ubsan/ubsan_handlers.cpp:137 <libclang_rt.asan.so>+0x42b6f #3 0x000021982bc4b723 in __ubsan_handle_type_mismatch_v1 compiler-rt/lib/ubsan/ubsan_handlers.cpp:142 <libclang_rt.asan.so>+0x42723 #4 0x000021afcfdeca5e in acpi_rs_get_address_common(struct acpi_resource*, union aml_resource*) ../../third_party/acpica/source/components/resources/rsaddr.c:329 <platform-bus-x86.so>+0x6aca5e #5 0x000021afcfdf2089 in acpi_rs_convert_aml_to_resource(struct acpi_resource*, union aml_resource*, struct acpi_rsconvert_info*) ../../third_party/acpica/source/components/resources/rsmisc.c:355 <platform-bus-x86.so>+0x6b2089 #6 0x000021afcfded169 in acpi_rs_convert_aml_to_resources(u8*, u32, u32, u8, void**) ../../third_party/acpica/source/components/resources/rslist.c:137 <platform-bus-x86.so>+0x6ad169 #7 0x000021afcfe2d24a in acpi_ut_walk_aml_resources(struct acpi_walk_state*, u8*, acpi_size, acpi_walk_aml_callback, void**) ../../third_party/acpica/source/components/utilities/utresrc.c:237 <platform-bus-x86.so>+0x6ed24a #8 0x000021afcfde66b7 in acpi_rs_create_resource_list(union acpi_operand_object*, struct acpi_buffer*) ../../third_party/acpica/source/components/resources/rscreate.c:199 <platform-bus-x86.so>+0x6a66b7 #9 0x000021afcfdf6979 in acpi_rs_get_method_data(acpi_handle, const char*, struct acpi_buffer*) ../../third_party/acpica/source/components/resources/rsutils.c:770 <platform-bus-x86.so>+0x6b6979 #10 0x000021afcfdf708f in acpi_walk_resources(acpi_handle, char*, acpi_walk_resource_callback, void*) ../../third_party/acpica/source/components/resources/rsxface.c:731 <platform-bus-x86.so>+0x6b708f #11 0x000021afcfa95dcf in acpi::acpi_impl::walk_resources(acpi::acpi_impl*, acpi_handle, const char*, acpi::Acpi::resources_callable) ../../src/devices/board/lib/acpi/acpi-impl.cc:41 <platform-bus-x86.so>+0x355dcf #12 0x000021afcfaa8278 in acpi::device_builder::gather_resources(acpi::device_builder*, acpi::Acpi*, fidl::any_arena&, acpi::Manager*, acpi::device_builder::gather_resources_callback) ../../src/devices/board/lib/acpi/device-builder.cc:84 <platform-bus-x86.so>+0x368278 #13 0x000021afcfbddb87 in acpi::Manager::configure_discovered_devices(acpi::Manager*) ../../src/devices/board/lib/acpi/manager.cc:75 <platform-bus-x86.so>+0x49db87 #14 0x000021afcf99091d in publish_acpi_devices(acpi::Manager*, zx_device_t*, zx_device_t*) ../../src/devices/board/drivers/x86/acpi-nswalk.cc:95 <platform-bus-x86.so>+0x25091d #15 0x000021afcf9c1d4e in x86::X86::do_init(x86::X86*) ../../src/devices/board/drivers/x86/x86.cc:60 <platform-bus-x86.so>+0x281d4e #16 0x000021afcf9e33ad in λ(x86::X86::ddk_init::(anon class)*) ../../src/devices/board/drivers/x86/x86.cc:77 <platform-bus-x86.so>+0x2a33ad #17 0x000021afcf9e313e in fit::internal::target<(lambda at../../src/devices/board/drivers/x86/x86.cc:76:19), false, false, std::__2::allocator<std::byte>, void>::invoke(void*) ../../sdk/lib/fit/include/lib/fit/internal/function.h:183 <platform-bus-x86.so>+0x2a313e #18 0x000021afcfbab4c7 in fit::internal::function_base<16UL, false, void(), std::__2::allocator<std::byte>>::invoke(const fit::internal::function_base<16UL, false, void (), std::__2::allocator<std::byte> >*) ../../sdk/lib/fit/include/lib/fit/internal/function.h:522 <platform-bus-x86.so>+0x46b4c7 #19 0x000021afcfbab342 in fit::function_impl<16UL, false, void(), std::__2::allocator<std::byte>>::operator()(const fit::function_impl<16UL, false, void (), std::__2::allocator<std::byte> >*) ../../sdk/lib/fit/include/lib/fit/function.h:315 <platform-bus-x86.so>+0x46b342 #20 0x000021afcfcd98c3 in async::internal::retained_task::Handler(async_dispatcher_t*, async_task_t*, zx_status_t) ../../sdk/lib/async/task.cc:24 <platform-bus-x86.so>+0x5998c3 #21 0x00002290f9924616 in λ(const driver_runtime::Dispatcher::post_task::(anon class)*, std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, zx_status_t) ../../src/devices/bin/driver_runtime/dispatcher.cc:789 <libdriver_runtime.so>+0x10a616 #22 0x00002290f9924323 in fit::internal::target<(lambda at../../src/devices/bin/driver_runtime/dispatcher.cc:788:7), true, false, std::__2::allocator<std::byte>, void, std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request>>, int>::invoke(void*, std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, int) ../../sdk/lib/fit/include/lib/fit/internal/function.h:128 <libdriver_runtime.so>+0x10a323 #23 0x00002290f9904b76 in fit::internal::function_base<24UL, true, void(std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request>>, int), std::__2::allocator<std::byte>>::invoke(const fit::internal::function_base<24UL, true, void (std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, int), std::__2::allocator<std::byte> >*, std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, int) ../../sdk/lib/fit/include/lib/fit/internal/function.h:522 <libdriver_runtime.so>+0xeab76 #24 0x00002290f9904831 in fit::callback_impl<24UL, true, void(std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request>>, int), std::__2::allocator<std::byte>>::operator()(fit::callback_impl<24UL, true, void (std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, int), std::__2::allocator<std::byte> >*, std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, int) ../../sdk/lib/fit/include/lib/fit/function.h:471 <libdriver_runtime.so>+0xea831 #25 0x00002290f98d5adc in driver_runtime::callback_request::Call(driver_runtime::callback_request*, std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, zx_status_t) ../../src/devices/bin/driver_runtime/callback_request.h:74 <libdriver_runtime.so>+0xbbadc #26 0x00002290f98e1e58 in driver_runtime::Dispatcher::dispatch_callback(driver_runtime::Dispatcher*, std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >) ../../src/devices/bin/driver_runtime/dispatcher.cc:1248 <libdriver_runtime.so>+0xc7e58 #27 0x00002290f98e4159 in driver_runtime::Dispatcher::dispatch_callbacks(driver_runtime::Dispatcher*, std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>) ../../src/devices/bin/driver_runtime/dispatcher.cc:1308 <libdriver_runtime.so>+0xca159 #28 0x00002290f9918414 in λ(const driver_runtime::Dispatcher::create_with_adder::(anon class)*, std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>) ../../src/devices/bin/driver_runtime/dispatcher.cc:353 <libdriver_runtime.so>+0xfe414 #29 0x00002290f991812d in fit::internal::target<(lambda at../../src/devices/bin/driver_runtime/dispatcher.cc:351:7), true, false, std::__2::allocator<std::byte>, void, std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter>>, fbl::ref_ptr<driver_runtime::Dispatcher>>::invoke(void*, std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>) ../../sdk/lib/fit/include/lib/fit/internal/function.h:128 <libdriver_runtime.so>+0xfe12d #30 0x00002290f9906fc7 in fit::internal::function_base<8UL, true, void(std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter>>, fbl::ref_ptr<driver_runtime::Dispatcher>), std::__2::allocator<std::byte>>::invoke(const fit::internal::function_base<8UL, true, void (std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>), std::__2::allocator<std::byte> >*, std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>) ../../sdk/lib/fit/include/lib/fit/internal/function.h:522 <libdriver_runtime.so>+0xecfc7 #31 0x00002290f9906c66 in fit::function_impl<8UL, true, void(std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter>>, fbl::ref_ptr<driver_runtime::Dispatcher>), std::__2::allocator<std::byte>>::operator()(const fit::function_impl<8UL, true, void (std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>), std::__2::allocator<std::byte> >*, std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>) ../../sdk/lib/fit/include/lib/fit/function.h:315 <libdriver_runtime.so>+0xecc66 #32 0x00002290f98e73d9 in driver_runtime::Dispatcher::event_waiter::invoke_callback(driver_runtime::Dispatcher::event_waiter*, std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>) ../../src/devices/bin/driver_runtime/dispatcher.h:543 <libdriver_runtime.so>+0xcd3d9 #33 0x00002290f98e700d in driver_runtime::Dispatcher::event_waiter::handle_event(std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, async_dispatcher_t*, async::wait_base*, zx_status_t, zx_packet_signal_t const*) ../../src/devices/bin/driver_runtime/dispatcher.cc:1442 <libdriver_runtime.so>+0xcd00d #34 0x00002290f9918983 in async_loop_owned_event_handler<driver_runtime::Dispatcher::event_waiter>::handle_event(async_loop_owned_event_handler<driver_runtime::Dispatcher::event_waiter>*, async_dispatcher_t*, async::wait_base*, zx_status_t, zx_packet_signal_t const*) ../../src/devices/bin/driver_runtime/async_loop_owned_event_handler.h:59 <libdriver_runtime.so>+0xfe983 #35 0x00002290f9918b9e in async::wait_method<async_loop_owned_event_handler<driver_runtime::Dispatcher::event_waiter>, &async_loop_owned_event_handler<driver_runtime::Dispatcher::event_waiter>::handle_event>::call_handler(async_dispatcher_t*, async_wait_t*, zx_status_t, zx_packet_signal_t const*) ../../sdk/lib/async/include/lib/async/cpp/wait.h:201 <libdriver_runtime.so>+0xfeb9e #36 0x00002290f99bf509 in async_loop_dispatch_wait(async_loop_t*, async_wait_t*, zx_status_t, zx_packet_signal_t const*) ../../sdk/lib/async-loop/loop.c:394 <libdriver_runtime.so>+0x1a5509 #37 0x00002290f99b9958 in async_loop_run_once(async_loop_t*, zx_time_t) ../../sdk/lib/async-loop/loop.c:343 <libdriver_runtime.so>+0x19f958 #38 0x00002290f99b9247 in async_loop_run(async_loop_t*, zx_time_t, _Bool) ../../sdk/lib/async-loop/loop.c:301 <libdriver_runtime.so>+0x19f247 #39 0x00002290f99ba962 in async_loop_run_thread(void*) ../../sdk/lib/async-loop/loop.c:860 <libdriver_runtime.so>+0x1a0962 #40 0x000041afd176ef30 in start_c11(void*) ../../zircon/third_party/ulib/musl/pthread/pthread_create.c:63 <libc.so>+0x84f30 #41 0x000041afd18a448d in thread_trampoline(uintptr_t, uintptr_t) ../../zircon/system/ulib/runtime/thread.cc:100 <libc.so>+0x1ba48d Link: https://github.com/acpica/acpica/commit/1c28da22 Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/4664267.LvFx2qVVIh@rjwysocki.net Signed-off-by: Tamir Duberstein <tamird@gmail.com> [ rjw: Pick up the tag from Tamir ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
347 lines
10 KiB
C
347 lines
10 KiB
C
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
|
|
/*******************************************************************************
|
|
*
|
|
* Module Name: rsaddr - Address resource descriptors (16/32/64)
|
|
*
|
|
******************************************************************************/
|
|
|
|
#include <acpi/acpi.h>
|
|
#include "accommon.h"
|
|
#include "acresrc.h"
|
|
|
|
#define _COMPONENT ACPI_RESOURCES
|
|
ACPI_MODULE_NAME("rsaddr")
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* acpi_rs_convert_address16 - All WORD (16-bit) address resources
|
|
*
|
|
******************************************************************************/
|
|
struct acpi_rsconvert_info acpi_rs_convert_address16[5] = {
|
|
{ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_ADDRESS16,
|
|
ACPI_RS_SIZE(struct acpi_resource_address16),
|
|
ACPI_RSC_TABLE_SIZE(acpi_rs_convert_address16)},
|
|
|
|
{ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_ADDRESS16,
|
|
sizeof(struct aml_resource_address16),
|
|
0},
|
|
|
|
/* Resource Type, General Flags, and Type-Specific Flags */
|
|
|
|
{ACPI_RSC_ADDRESS, 0, 0, 0},
|
|
|
|
/*
|
|
* These fields are contiguous in both the source and destination:
|
|
* Address Granularity
|
|
* Address Range Minimum
|
|
* Address Range Maximum
|
|
* Address Translation Offset
|
|
* Address Length
|
|
*/
|
|
{ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.address16.address.granularity),
|
|
AML_OFFSET(address16.granularity),
|
|
5},
|
|
|
|
/* Optional resource_source (Index and String) */
|
|
|
|
{ACPI_RSC_SOURCE, ACPI_RS_OFFSET(data.address16.resource_source),
|
|
0,
|
|
sizeof(struct aml_resource_address16)}
|
|
};
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* acpi_rs_convert_address32 - All DWORD (32-bit) address resources
|
|
*
|
|
******************************************************************************/
|
|
|
|
struct acpi_rsconvert_info acpi_rs_convert_address32[5] = {
|
|
{ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_ADDRESS32,
|
|
ACPI_RS_SIZE(struct acpi_resource_address32),
|
|
ACPI_RSC_TABLE_SIZE(acpi_rs_convert_address32)},
|
|
|
|
{ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_ADDRESS32,
|
|
sizeof(struct aml_resource_address32),
|
|
0},
|
|
|
|
/* Resource Type, General Flags, and Type-Specific Flags */
|
|
|
|
{ACPI_RSC_ADDRESS, 0, 0, 0},
|
|
|
|
/*
|
|
* These fields are contiguous in both the source and destination:
|
|
* Address Granularity
|
|
* Address Range Minimum
|
|
* Address Range Maximum
|
|
* Address Translation Offset
|
|
* Address Length
|
|
*/
|
|
{ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.address32.address.granularity),
|
|
AML_OFFSET(address32.granularity),
|
|
5},
|
|
|
|
/* Optional resource_source (Index and String) */
|
|
|
|
{ACPI_RSC_SOURCE, ACPI_RS_OFFSET(data.address32.resource_source),
|
|
0,
|
|
sizeof(struct aml_resource_address32)}
|
|
};
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* acpi_rs_convert_address64 - All QWORD (64-bit) address resources
|
|
*
|
|
******************************************************************************/
|
|
|
|
struct acpi_rsconvert_info acpi_rs_convert_address64[5] = {
|
|
{ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_ADDRESS64,
|
|
ACPI_RS_SIZE(struct acpi_resource_address64),
|
|
ACPI_RSC_TABLE_SIZE(acpi_rs_convert_address64)},
|
|
|
|
{ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_ADDRESS64,
|
|
sizeof(struct aml_resource_address64),
|
|
0},
|
|
|
|
/* Resource Type, General Flags, and Type-Specific Flags */
|
|
|
|
{ACPI_RSC_ADDRESS, 0, 0, 0},
|
|
|
|
/*
|
|
* These fields are contiguous in both the source and destination:
|
|
* Address Granularity
|
|
* Address Range Minimum
|
|
* Address Range Maximum
|
|
* Address Translation Offset
|
|
* Address Length
|
|
*/
|
|
{ACPI_RSC_MOVE64, ACPI_RS_OFFSET(data.address64.address.granularity),
|
|
AML_OFFSET(address64.granularity),
|
|
5},
|
|
|
|
/* Optional resource_source (Index and String) */
|
|
|
|
{ACPI_RSC_SOURCE, ACPI_RS_OFFSET(data.address64.resource_source),
|
|
0,
|
|
sizeof(struct aml_resource_address64)}
|
|
};
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* acpi_rs_convert_ext_address64 - All Extended (64-bit) address resources
|
|
*
|
|
******************************************************************************/
|
|
|
|
struct acpi_rsconvert_info acpi_rs_convert_ext_address64[5] = {
|
|
{ACPI_RSC_INITGET, ACPI_RESOURCE_TYPE_EXTENDED_ADDRESS64,
|
|
ACPI_RS_SIZE(struct acpi_resource_extended_address64),
|
|
ACPI_RSC_TABLE_SIZE(acpi_rs_convert_ext_address64)},
|
|
|
|
{ACPI_RSC_INITSET, ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64,
|
|
sizeof(struct aml_resource_extended_address64),
|
|
0},
|
|
|
|
/* Resource Type, General Flags, and Type-Specific Flags */
|
|
|
|
{ACPI_RSC_ADDRESS, 0, 0, 0},
|
|
|
|
/* Revision ID */
|
|
|
|
{ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.ext_address64.revision_ID),
|
|
AML_OFFSET(ext_address64.revision_ID),
|
|
1},
|
|
/*
|
|
* These fields are contiguous in both the source and destination:
|
|
* Address Granularity
|
|
* Address Range Minimum
|
|
* Address Range Maximum
|
|
* Address Translation Offset
|
|
* Address Length
|
|
* Type-Specific Attribute
|
|
*/
|
|
{ACPI_RSC_MOVE64,
|
|
ACPI_RS_OFFSET(data.ext_address64.address.granularity),
|
|
AML_OFFSET(ext_address64.granularity),
|
|
6}
|
|
};
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* acpi_rs_convert_general_flags - Flags common to all address descriptors
|
|
*
|
|
******************************************************************************/
|
|
|
|
static struct acpi_rsconvert_info acpi_rs_convert_general_flags[6] = {
|
|
{ACPI_RSC_FLAGINIT, 0, AML_OFFSET(address.flags),
|
|
ACPI_RSC_TABLE_SIZE(acpi_rs_convert_general_flags)},
|
|
|
|
/* Resource Type (Memory, Io, bus_number, etc.) */
|
|
|
|
{ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.address.resource_type),
|
|
AML_OFFSET(address.resource_type),
|
|
1},
|
|
|
|
/* General flags - Consume, Decode, min_fixed, max_fixed */
|
|
|
|
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.producer_consumer),
|
|
AML_OFFSET(address.flags),
|
|
0},
|
|
|
|
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.decode),
|
|
AML_OFFSET(address.flags),
|
|
1},
|
|
|
|
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.min_address_fixed),
|
|
AML_OFFSET(address.flags),
|
|
2},
|
|
|
|
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.max_address_fixed),
|
|
AML_OFFSET(address.flags),
|
|
3}
|
|
};
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* acpi_rs_convert_mem_flags - Flags common to Memory address descriptors
|
|
*
|
|
******************************************************************************/
|
|
|
|
static struct acpi_rsconvert_info acpi_rs_convert_mem_flags[5] = {
|
|
{ACPI_RSC_FLAGINIT, 0, AML_OFFSET(address.specific_flags),
|
|
ACPI_RSC_TABLE_SIZE(acpi_rs_convert_mem_flags)},
|
|
|
|
/* Memory-specific flags */
|
|
|
|
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.write_protect),
|
|
AML_OFFSET(address.specific_flags),
|
|
0},
|
|
|
|
{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.caching),
|
|
AML_OFFSET(address.specific_flags),
|
|
1},
|
|
|
|
{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.range_type),
|
|
AML_OFFSET(address.specific_flags),
|
|
3},
|
|
|
|
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.translation),
|
|
AML_OFFSET(address.specific_flags),
|
|
5}
|
|
};
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* acpi_rs_convert_io_flags - Flags common to I/O address descriptors
|
|
*
|
|
******************************************************************************/
|
|
|
|
static struct acpi_rsconvert_info acpi_rs_convert_io_flags[4] = {
|
|
{ACPI_RSC_FLAGINIT, 0, AML_OFFSET(address.specific_flags),
|
|
ACPI_RSC_TABLE_SIZE(acpi_rs_convert_io_flags)},
|
|
|
|
/* I/O-specific flags */
|
|
|
|
{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.address.info.io.range_type),
|
|
AML_OFFSET(address.specific_flags),
|
|
0},
|
|
|
|
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.info.io.translation),
|
|
AML_OFFSET(address.specific_flags),
|
|
4},
|
|
|
|
{ACPI_RSC_1BITFLAG,
|
|
ACPI_RS_OFFSET(data.address.info.io.translation_type),
|
|
AML_OFFSET(address.specific_flags),
|
|
5}
|
|
};
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* FUNCTION: acpi_rs_get_address_common
|
|
*
|
|
* PARAMETERS: resource - Pointer to the internal resource struct
|
|
* aml - Pointer to the AML resource descriptor
|
|
*
|
|
* RETURN: TRUE if the resource_type field is OK, FALSE otherwise
|
|
*
|
|
* DESCRIPTION: Convert common flag fields from a raw AML resource descriptor
|
|
* to an internal resource descriptor
|
|
*
|
|
******************************************************************************/
|
|
|
|
u8
|
|
acpi_rs_get_address_common(struct acpi_resource *resource,
|
|
union aml_resource *aml)
|
|
{
|
|
ACPI_FUNCTION_ENTRY();
|
|
|
|
/* Validate the Resource Type */
|
|
|
|
if ((aml->address.resource_type > 2) &&
|
|
(aml->address.resource_type < 0xC0) &&
|
|
(aml->address.resource_type != 0x0A)) {
|
|
return (FALSE);
|
|
}
|
|
|
|
/* Get the Resource Type and General Flags */
|
|
|
|
(void)acpi_rs_convert_aml_to_resource(resource, aml,
|
|
acpi_rs_convert_general_flags);
|
|
|
|
/* Get the Type-Specific Flags (Memory and I/O descriptors only) */
|
|
|
|
if (resource->data.address.resource_type == ACPI_MEMORY_RANGE) {
|
|
(void)acpi_rs_convert_aml_to_resource(resource, aml,
|
|
acpi_rs_convert_mem_flags);
|
|
} else if (resource->data.address.resource_type == ACPI_IO_RANGE) {
|
|
(void)acpi_rs_convert_aml_to_resource(resource, aml,
|
|
acpi_rs_convert_io_flags);
|
|
} else {
|
|
/* Generic resource type, just grab the type_specific byte */
|
|
|
|
resource->data.address.info.type_specific =
|
|
aml->address.specific_flags;
|
|
}
|
|
|
|
return (TRUE);
|
|
}
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* FUNCTION: acpi_rs_set_address_common
|
|
*
|
|
* PARAMETERS: aml - Pointer to the AML resource descriptor
|
|
* resource - Pointer to the internal resource struct
|
|
*
|
|
* RETURN: None
|
|
*
|
|
* DESCRIPTION: Convert common flag fields from a resource descriptor to an
|
|
* AML descriptor
|
|
*
|
|
******************************************************************************/
|
|
|
|
void
|
|
acpi_rs_set_address_common(union aml_resource *aml,
|
|
struct acpi_resource *resource)
|
|
{
|
|
ACPI_FUNCTION_ENTRY();
|
|
|
|
/* Set the Resource Type and General Flags */
|
|
|
|
(void)acpi_rs_convert_resource_to_aml(resource, aml,
|
|
acpi_rs_convert_general_flags);
|
|
|
|
/* Set the Type-Specific Flags (Memory and I/O descriptors only) */
|
|
|
|
if (resource->data.address.resource_type == ACPI_MEMORY_RANGE) {
|
|
(void)acpi_rs_convert_resource_to_aml(resource, aml,
|
|
acpi_rs_convert_mem_flags);
|
|
} else if (resource->data.address.resource_type == ACPI_IO_RANGE) {
|
|
(void)acpi_rs_convert_resource_to_aml(resource, aml,
|
|
acpi_rs_convert_io_flags);
|
|
} else {
|
|
/* Generic resource type, just copy the type_specific byte */
|
|
|
|
aml->address.specific_flags =
|
|
resource->data.address.info.type_specific;
|
|
}
|
|
}
|