mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
5bd2315bd2
ACPICA commit 60cbb20c009fd67e7b973d67b5dcb4a7b12681d9 Before this change we see the following UBSAN stack traces in Fuchsia: #0 0x0000219ce3426bd7 in acpi_rs_get_list_length(u8*, u32, acpi_size*) ../../third_party/acpica/source/components/resources/rscalc.c:631 <platform-bus-x86.so>+0x2cbbd7 #1.2 0x00002240d84b077f in ubsan_get_stack_trace() compiler-rt/lib/ubsan/ubsan_diag.cpp:41 <libclang_rt.asan.so>+0x3d77f #1.1 0x00002240d84b077f in maybe_print_stack_trace() compiler-rt/lib/ubsan/ubsan_diag.cpp:51 <libclang_rt.asan.so>+0x3d77f #1 0x00002240d84b077f in ~scoped_report() compiler-rt/lib/ubsan/ubsan_diag.cpp:387 <libclang_rt.asan.so>+0x3d77f #2 0x00002240d84b1385 in handletype_mismatch_impl() compiler-rt/lib/ubsan/ubsan_handlers.cpp:137 <libclang_rt.asan.so>+0x3e385 #3 0x00002240d84b0ead in compiler-rt/lib/ubsan/ubsan_handlers.cpp:142 <libclang_rt.asan.so>+0x3dead #4 0x0000219ce3426bd7 in acpi_rs_get_list_length(u8*, u32, acpi_size*) ../../third_party/acpica/source/components/resources/rscalc.c:631 <platform-bus-x86.so>+0x2cbbd7 #5 0x0000219ce3423777 in acpi_rs_create_resource_list(union acpi_operand_object*, struct acpi_buffer*) ../../third_party/acpica/source/components/resources/rscreate.c:178 <platform-bus-x86.so>+0x2c8777 #6 0x0000219ce342f1b2 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>+0x2d41b2 #7 0x0000219ce342f52d 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>+0x2d452d #8 0x0000219ce3246d48 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>+0xebd48 #9 0x0000219ce324c94d 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:52 <platform-bus-x86.so>+0xf194d #10 0x0000219ce32d8af2 in acpi::Manager::configure_discovered_devices(acpi::Manager*) ../../src/devices/board/lib/acpi/manager.cc:75 <platform-bus-x86.so>+0x17daf2 #11 0x0000219ce3200b44 in publish_acpi_devices(acpi::Manager*, zx_device_t*, zx_device_t*) ../../src/devices/board/drivers/x86/acpi-nswalk.cc:102 <platform-bus-x86.so>+0xa5b44 #12 0x0000219ce32126f7 in x86::X86::do_init(x86::X86*) ../../src/devices/board/drivers/x86/x86.cc:65 <platform-bus-x86.so>+0xb76f7 #13.1 0x0000219ce321c8ea in λ(x86::X86::ddk_init::(anon class)*) ../../src/devices/board/drivers/x86/x86.cc:82 <platform-bus-x86.so>+0xc18ea #13 0x0000219ce321c8ea in fit::internal::target<(lambda at../../src/devices/board/drivers/x86/x86.cc:81:19), false, false, void>::invoke(void*) ../../sdk/lib/fit/include/lib/fit/internal/function.h:181 <platform-bus-x86.so>+0xc18ea #14.2 0x0000219ce3461b2c in fit::internal::function_base<16UL, false, void()>::invoke(const fit::internal::function_base<16UL, false, void ()>*) ../../sdk/lib/fit/include/lib/fit/internal/function.h:505 <platform-bus-x86.so>+0x306b2c #14.1 0x0000219ce3461b2c in fit::function_impl<16UL, false, void()>::operator()(const fit::function_impl<16UL, false, void ()>*) ../../sdk/lib/fit/include/lib/fit/function.h:300 <platform-bus-x86.so>+0x306b2c #14 0x0000219ce3461b2c in async::internal::retained_task::Handler(async_dispatcher_t*, async_task_t*, zx_status_t) ../../zircon/system/ulib/async/task.cc:25 <platform-bus-x86.so>+0x306b2c #15.1 0x000022cc55016d91 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:715 <libdriver_runtime.so>+0x4bd91 #15 0x000022cc55016d91 in fit::internal::target<(lambda at../../src/devices/bin/driver_runtime/dispatcher.cc:714:7), true, false, 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>+0x4bd91 #16 0x000022cc5500fbc9 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)>::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::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, int) ../../sdk/lib/fit/include/lib/fit/internal/function.h:505 <libdriver_runtime.so>+0x44bc9 #17 0x000022cc5500f8dd in fit::callback_impl<24UL, true, void(std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request>>, int)>::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::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, int) ../../sdk/lib/fit/include/lib/fit/function.h:451 <libdriver_runtime.so>+0x448dd #18 0x000022cc550006a6 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:67 <libdriver_runtime.so>+0x356a6 #19 0x000022cc550074c8 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:1093 <libdriver_runtime.so>+0x3c4c8 #20 0x000022cc550082c1 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:1169 <libdriver_runtime.so>+0x3d2c1 #21.1 0x000022cc5501381e in λ(std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>, const driver_runtime::Dispatcher::create_with_adder::(anon class)*) ../../src/devices/bin/driver_runtime/dispatcher.cc:338 <libdriver_runtime.so>+0x4881e #21 0x000022cc5501381e in fit::internal::target<(lambda at../../src/devices/bin/driver_runtime/dispatcher.cc:337:7), true, false, 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>+0x4881e #22 0x000022cc5500fe7e 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>)>::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::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:505 <libdriver_runtime.so>+0x44e7e #23.1 0x000022cc55009964 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>)>::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::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:300 <libdriver_runtime.so>+0x3e964 #23 0x000022cc55009964 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:299 <libdriver_runtime.so>+0x3e964 #24 0x000022cc5500935d 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:1259 <libdriver_runtime.so>+0x3e35d #25.1 0x000022cc55013c00 in async_loop_owned_event_handler<driver_runtime::Dispatcher::event_waiter>::handle_event(async_loop_owned_event_handler<driver_runtime::Dispatcher::event_waiter>*, zx_status_t, zx_packet_signal_t const*, async_dispatcher_t*, async::wait_base*) ../../src/devices/bin/driver_runtime/async_loop_owned_event_handler.h:59 <libdriver_runtime.so>+0x48c00 #25 0x000022cc55013c00 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*) ../../zircon/system/ulib/async/include/lib/async/cpp/wait.h:201 <libdriver_runtime.so>+0x48c00 #26.1 0x000022cc55035ead in async_loop_run_once(async_loop_t*, zx_time_t) ../../zircon/system/ulib/async-loop/loop.c:415 <libdriver_runtime.so>+0x6aead #26 0x000022cc55035ead in async_loop_run(async_loop_t*, zx_time_t, _Bool) ../../zircon/system/ulib/async-loop/loop.c:288 <libdriver_runtime.so>+0x6aead #27 0x000022cc5503778f in async_loop_run_thread(void*) ../../zircon/system/ulib/async-loop/loop.c:840 <libdriver_runtime.so>+0x6c78f #28 0x000042d43f9f1edc in start_c11(void*) ../../zircon/third_party/ulib/musl/pthread/pthread_create.c:55 <libc.so>+0xd7edc #29 0x000042d43fb2296d in thread_trampoline(uintptr_t, uintptr_t) ../../zircon/system/ulib/runtime/thread.cc:100 <libc.so>+0x20896d and #0 0x000022db2bfa3753 in acpi_rs_get_list_length(u8*, u32, acpi_size*) ../../third_party/acpica/source/components/resources/rscalc.c:704 <platform-bus-x86.so>+0x2cb753 #1.2 0x000020c421f9777f in ubsan_get_stack_trace() compiler-rt/lib/ubsan/ubsan_diag.cpp:41 <libclang_rt.asan.so>+0x3d77f #1.1 0x000020c421f9777f in maybe_print_stack_trace() compiler-rt/lib/ubsan/ubsan_diag.cpp:51 <libclang_rt.asan.so>+0x3d77f #1 0x000020c421f9777f in ~scoped_report() compiler-rt/lib/ubsan/ubsan_diag.cpp:387 <libclang_rt.asan.so>+0x3d77f #2 0x000020c421f98385 in handletype_mismatch_impl() compiler-rt/lib/ubsan/ubsan_handlers.cpp:137 <libclang_rt.asan.so>+0x3e385 #3 0x000020c421f97ead in compiler-rt/lib/ubsan/ubsan_handlers.cpp:142 <libclang_rt.asan.so>+0x3dead #4 0x000022db2bfa3753 in acpi_rs_get_list_length(u8*, u32, acpi_size*) ../../third_party/acpica/source/components/resources/rscalc.c:704 <platform-bus-x86.so>+0x2cb753 #5 0x000022db2bfa0777 in acpi_rs_create_resource_list(union acpi_operand_object*, struct acpi_buffer*) ../../third_party/acpica/source/components/resources/rscreate.c:178 <platform-bus-x86.so>+0x2c8777 #6 0x000022db2bfac0f2 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>+0x2d40f2 #7 0x000022db2bfac46d 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>+0x2d446d #8 0x000022db2bdc3d48 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>+0xebd48 #9 0x000022db2bdc994d 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:52 <platform-bus-x86.so>+0xf194d #10 0x000022db2be55af2 in acpi::Manager::configure_discovered_devices(acpi::Manager*) ../../src/devices/board/lib/acpi/manager.cc:75 <platform-bus-x86.so>+0x17daf2 #11 0x000022db2bd7db44 in publish_acpi_devices(acpi::Manager*, zx_device_t*, zx_device_t*) ../../src/devices/board/drivers/x86/acpi-nswalk.cc:102 <platform-bus-x86.so>+0xa5b44 #12 0x000022db2bd8f6f7 in x86::X86::do_init(x86::X86*) ../../src/devices/board/drivers/x86/x86.cc:65 <platform-bus-x86.so>+0xb76f7 #13.1 0x000022db2bd998ea in λ(x86::X86::ddk_init::(anon class)*) ../../src/devices/board/drivers/x86/x86.cc:82 <platform-bus-x86.so>+0xc18ea #13 0x000022db2bd998ea in fit::internal::target<(lambda at../../src/devices/board/drivers/x86/x86.cc:81:19), false, false, void>::invoke(void*) ../../sdk/lib/fit/include/lib/fit/internal/function.h:181 <platform-bus-x86.so>+0xc18ea #14.2 0x000022db2bfdea6c in fit::internal::function_base<16UL, false, void()>::invoke(const fit::internal::function_base<16UL, false, void ()>*) ../../sdk/lib/fit/include/lib/fit/internal/function.h:505 <platform-bus-x86.so>+0x306a6c #14.1 0x000022db2bfdea6c in fit::function_impl<16UL, false, void()>::operator()(const fit::function_impl<16UL, false, void ()>*) ../../sdk/lib/fit/include/lib/fit/function.h:300 <platform-bus-x86.so>+0x306a6c #14 0x000022db2bfdea6c in async::internal::retained_task::Handler(async_dispatcher_t*, async_task_t*, zx_status_t) ../../zircon/system/ulib/async/task.cc:25 <platform-bus-x86.so>+0x306a6c #15.1 0x0000216d819f2d91 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:715 <libdriver_runtime.so>+0x4bd91 #15 0x0000216d819f2d91 in fit::internal::target<(lambda at../../src/devices/bin/driver_runtime/dispatcher.cc:714:7), true, false, 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>+0x4bd91 #16 0x0000216d819ebbc9 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)>::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::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, int) ../../sdk/lib/fit/include/lib/fit/internal/function.h:505 <libdriver_runtime.so>+0x44bc9 #17 0x0000216d819eb8dd in fit::callback_impl<24UL, true, void(std::__2::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request>>, int)>::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::unique_ptr<driver_runtime::callback_request, std::__2::default_delete<driver_runtime::callback_request> >, int) ../../sdk/lib/fit/include/lib/fit/function.h:451 <libdriver_runtime.so>+0x448dd #18 0x0000216d819dc6a6 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:67 <libdriver_runtime.so>+0x356a6 #19 0x0000216d819e34c8 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:1093 <libdriver_runtime.so>+0x3c4c8 #20 0x0000216d819e42c1 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:1169 <libdriver_runtime.so>+0x3d2c1 #21.1 0x0000216d819ef81e in λ(std::__2::unique_ptr<driver_runtime::Dispatcher::event_waiter, std::__2::default_delete<driver_runtime::Dispatcher::event_waiter> >, fbl::ref_ptr<driver_runtime::Dispatcher>, const driver_runtime::Dispatcher::create_with_adder::(anon class)*) ../../src/devices/bin/driver_runtime/dispatcher.cc:338 <libdriver_runtime.so>+0x4881e #21 0x0000216d819ef81e in fit::internal::target<(lambda at../../src/devices/bin/driver_runtime/dispatcher.cc:337:7), true, false, 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>+0x4881e #22 0x0000216d819ebe7e 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>)>::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::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:505 <libdriver_runtime.so>+0x44e7e #23.1 0x0000216d819e5964 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>)>::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::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:300 <libdriver_runtime.so>+0x3e964 #23 0x0000216d819e5964 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:299 <libdriver_runtime.so>+0x3e964 #24 0x0000216d819e535d 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:1259 <libdriver_runtime.so>+0x3e35d #25.1 0x0000216d819efc00 in async_loop_owned_event_handler<driver_runtime::Dispatcher::event_waiter>::handle_event(async_loop_owned_event_handler<driver_runtime::Dispatcher::event_waiter>*, zx_status_t, zx_packet_signal_t const*, async_dispatcher_t*, async::wait_base*) ../../src/devices/bin/driver_runtime/async_loop_owned_event_handler.h:59 <libdriver_runtime.so>+0x48c00 #25 0x0000216d819efc00 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*) ../../zircon/system/ulib/async/include/lib/async/cpp/wait.h:201 <libdriver_runtime.so>+0x48c00 #26.1 0x0000216d81a11ead in async_loop_run_once(async_loop_t*, zx_time_t) ../../zircon/system/ulib/async-loop/loop.c:415 <libdriver_runtime.so>+0x6aead #26 0x0000216d81a11ead in async_loop_run(async_loop_t*, zx_time_t, _Bool) ../../zircon/system/ulib/async-loop/loop.c:288 <libdriver_runtime.so>+0x6aead #27 0x0000216d81a1378f in async_loop_run_thread(void*) ../../zircon/system/ulib/async-loop/loop.c:840 <libdriver_runtime.so>+0x6c78f #28 0x0000417ba4b4bedc in start_c11(void*) ../../zircon/third_party/ulib/musl/pthread/pthread_create.c:55 <libc.so>+0xd7edc #29 0x0000417ba4c7c96d in thread_trampoline(uintptr_t, uintptr_t) ../../zircon/system/ulib/runtime/thread.cc:100 <libc.so>+0x20896d Link: https://github.com/acpica/acpica/commit/60cbb20c Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
856 lines
23 KiB
C
856 lines
23 KiB
C
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
|
|
/*******************************************************************************
|
|
*
|
|
* Module Name: rscalc - Calculate stream and list lengths
|
|
*
|
|
******************************************************************************/
|
|
|
|
#include <acpi/acpi.h>
|
|
#include "accommon.h"
|
|
#include "acresrc.h"
|
|
#include "acnamesp.h"
|
|
|
|
#define _COMPONENT ACPI_RESOURCES
|
|
ACPI_MODULE_NAME("rscalc")
|
|
|
|
/* Local prototypes */
|
|
static u8 acpi_rs_count_set_bits(u16 bit_field);
|
|
|
|
static acpi_rs_length
|
|
acpi_rs_struct_option_length(struct acpi_resource_source *resource_source);
|
|
|
|
static u32
|
|
acpi_rs_stream_option_length(u32 resource_length, u32 minimum_total_length);
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* FUNCTION: acpi_rs_count_set_bits
|
|
*
|
|
* PARAMETERS: bit_field - Field in which to count bits
|
|
*
|
|
* RETURN: Number of bits set within the field
|
|
*
|
|
* DESCRIPTION: Count the number of bits set in a resource field. Used for
|
|
* (Short descriptor) interrupt and DMA lists.
|
|
*
|
|
******************************************************************************/
|
|
|
|
static u8 acpi_rs_count_set_bits(u16 bit_field)
|
|
{
|
|
u8 bits_set;
|
|
|
|
ACPI_FUNCTION_ENTRY();
|
|
|
|
for (bits_set = 0; bit_field; bits_set++) {
|
|
|
|
/* Zero the least significant bit that is set */
|
|
|
|
bit_field &= (u16) (bit_field - 1);
|
|
}
|
|
|
|
return (bits_set);
|
|
}
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* FUNCTION: acpi_rs_struct_option_length
|
|
*
|
|
* PARAMETERS: resource_source - Pointer to optional descriptor field
|
|
*
|
|
* RETURN: Status
|
|
*
|
|
* DESCRIPTION: Common code to handle optional resource_source_index and
|
|
* resource_source fields in some Large descriptors. Used during
|
|
* list-to-stream conversion
|
|
*
|
|
******************************************************************************/
|
|
|
|
static acpi_rs_length
|
|
acpi_rs_struct_option_length(struct acpi_resource_source *resource_source)
|
|
{
|
|
ACPI_FUNCTION_ENTRY();
|
|
|
|
/*
|
|
* If the resource_source string is valid, return the size of the string
|
|
* (string_length includes the NULL terminator) plus the size of the
|
|
* resource_source_index (1).
|
|
*/
|
|
if (resource_source->string_ptr) {
|
|
return ((acpi_rs_length)(resource_source->string_length + 1));
|
|
}
|
|
|
|
return (0);
|
|
}
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* FUNCTION: acpi_rs_stream_option_length
|
|
*
|
|
* PARAMETERS: resource_length - Length from the resource header
|
|
* minimum_total_length - Minimum length of this resource, before
|
|
* any optional fields. Includes header size
|
|
*
|
|
* RETURN: Length of optional string (0 if no string present)
|
|
*
|
|
* DESCRIPTION: Common code to handle optional resource_source_index and
|
|
* resource_source fields in some Large descriptors. Used during
|
|
* stream-to-list conversion
|
|
*
|
|
******************************************************************************/
|
|
|
|
static u32
|
|
acpi_rs_stream_option_length(u32 resource_length,
|
|
u32 minimum_aml_resource_length)
|
|
{
|
|
u32 string_length = 0;
|
|
|
|
ACPI_FUNCTION_ENTRY();
|
|
|
|
/*
|
|
* The resource_source_index and resource_source are optional elements of
|
|
* some Large-type resource descriptors.
|
|
*/
|
|
|
|
/*
|
|
* If the length of the actual resource descriptor is greater than the
|
|
* ACPI spec-defined minimum length, it means that a resource_source_index
|
|
* exists and is followed by a (required) null terminated string. The
|
|
* string length (including the null terminator) is the resource length
|
|
* minus the minimum length, minus one byte for the resource_source_index
|
|
* itself.
|
|
*/
|
|
if (resource_length > minimum_aml_resource_length) {
|
|
|
|
/* Compute the length of the optional string */
|
|
|
|
string_length =
|
|
resource_length - minimum_aml_resource_length - 1;
|
|
}
|
|
|
|
/*
|
|
* Round the length up to a multiple of the native word in order to
|
|
* guarantee that the entire resource descriptor is native word aligned
|
|
*/
|
|
return ((u32) ACPI_ROUND_UP_TO_NATIVE_WORD(string_length));
|
|
}
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* FUNCTION: acpi_rs_get_aml_length
|
|
*
|
|
* PARAMETERS: resource - Pointer to the resource linked list
|
|
* resource_list_size - Size of the resource linked list
|
|
* size_needed - Where the required size is returned
|
|
*
|
|
* RETURN: Status
|
|
*
|
|
* DESCRIPTION: Takes a linked list of internal resource descriptors and
|
|
* calculates the size buffer needed to hold the corresponding
|
|
* external resource byte stream.
|
|
*
|
|
******************************************************************************/
|
|
|
|
acpi_status
|
|
acpi_rs_get_aml_length(struct acpi_resource *resource,
|
|
acpi_size resource_list_size, acpi_size *size_needed)
|
|
{
|
|
acpi_size aml_size_needed = 0;
|
|
struct acpi_resource *resource_end;
|
|
acpi_rs_length total_size;
|
|
|
|
ACPI_FUNCTION_TRACE(rs_get_aml_length);
|
|
|
|
/* Traverse entire list of internal resource descriptors */
|
|
|
|
resource_end =
|
|
ACPI_ADD_PTR(struct acpi_resource, resource, resource_list_size);
|
|
while (resource < resource_end) {
|
|
|
|
/* Validate the descriptor type */
|
|
|
|
if (resource->type > ACPI_RESOURCE_TYPE_MAX) {
|
|
return_ACPI_STATUS(AE_AML_INVALID_RESOURCE_TYPE);
|
|
}
|
|
|
|
/* Sanity check the length. It must not be zero, or we loop forever */
|
|
|
|
if (!resource->length) {
|
|
return_ACPI_STATUS(AE_AML_BAD_RESOURCE_LENGTH);
|
|
}
|
|
|
|
/* Get the base size of the (external stream) resource descriptor */
|
|
|
|
total_size = acpi_gbl_aml_resource_sizes[resource->type];
|
|
|
|
/*
|
|
* Augment the base size for descriptors with optional and/or
|
|
* variable-length fields
|
|
*/
|
|
switch (resource->type) {
|
|
case ACPI_RESOURCE_TYPE_IRQ:
|
|
|
|
/* Length can be 3 or 2 */
|
|
|
|
if (resource->data.irq.descriptor_length == 2) {
|
|
total_size--;
|
|
}
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_START_DEPENDENT:
|
|
|
|
/* Length can be 1 or 0 */
|
|
|
|
if (resource->data.irq.descriptor_length == 0) {
|
|
total_size--;
|
|
}
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_VENDOR:
|
|
/*
|
|
* Vendor Defined Resource:
|
|
* For a Vendor Specific resource, if the Length is between 1 and 7
|
|
* it will be created as a Small Resource data type, otherwise it
|
|
* is a Large Resource data type.
|
|
*/
|
|
if (resource->data.vendor.byte_length > 7) {
|
|
|
|
/* Base size of a Large resource descriptor */
|
|
|
|
total_size =
|
|
sizeof(struct aml_resource_large_header);
|
|
}
|
|
|
|
/* Add the size of the vendor-specific data */
|
|
|
|
total_size = (acpi_rs_length)
|
|
(total_size + resource->data.vendor.byte_length);
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_END_TAG:
|
|
/*
|
|
* End Tag:
|
|
* We are done -- return the accumulated total size.
|
|
*/
|
|
*size_needed = aml_size_needed + total_size;
|
|
|
|
/* Normal exit */
|
|
|
|
return_ACPI_STATUS(AE_OK);
|
|
|
|
case ACPI_RESOURCE_TYPE_ADDRESS16:
|
|
/*
|
|
* 16-Bit Address Resource:
|
|
* Add the size of the optional resource_source info
|
|
*/
|
|
total_size = (acpi_rs_length)(total_size +
|
|
acpi_rs_struct_option_length
|
|
(&resource->data.
|
|
address16.
|
|
resource_source));
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_ADDRESS32:
|
|
/*
|
|
* 32-Bit Address Resource:
|
|
* Add the size of the optional resource_source info
|
|
*/
|
|
total_size = (acpi_rs_length)(total_size +
|
|
acpi_rs_struct_option_length
|
|
(&resource->data.
|
|
address32.
|
|
resource_source));
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_ADDRESS64:
|
|
/*
|
|
* 64-Bit Address Resource:
|
|
* Add the size of the optional resource_source info
|
|
*/
|
|
total_size = (acpi_rs_length)(total_size +
|
|
acpi_rs_struct_option_length
|
|
(&resource->data.
|
|
address64.
|
|
resource_source));
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_EXTENDED_IRQ:
|
|
/*
|
|
* Extended IRQ Resource:
|
|
* Add the size of each additional optional interrupt beyond the
|
|
* required 1 (4 bytes for each u32 interrupt number)
|
|
*/
|
|
total_size = (acpi_rs_length)(total_size +
|
|
((resource->data.
|
|
extended_irq.
|
|
interrupt_count -
|
|
1) * 4) +
|
|
/* Add the size of the optional resource_source info */
|
|
acpi_rs_struct_option_length
|
|
(&resource->data.
|
|
extended_irq.
|
|
resource_source));
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_GPIO:
|
|
|
|
total_size = (acpi_rs_length)(total_size +
|
|
(resource->data.gpio.
|
|
pin_table_length * 2) +
|
|
resource->data.gpio.
|
|
resource_source.
|
|
string_length +
|
|
resource->data.gpio.
|
|
vendor_length);
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_PIN_FUNCTION:
|
|
|
|
total_size = (acpi_rs_length)(total_size +
|
|
(resource->data.
|
|
pin_function.
|
|
pin_table_length * 2) +
|
|
resource->data.
|
|
pin_function.
|
|
resource_source.
|
|
string_length +
|
|
resource->data.
|
|
pin_function.
|
|
vendor_length);
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_CLOCK_INPUT:
|
|
|
|
total_size = (acpi_rs_length)(total_size +
|
|
resource->data.
|
|
clock_input.
|
|
resource_source.
|
|
string_length);
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_SERIAL_BUS:
|
|
|
|
total_size =
|
|
acpi_gbl_aml_resource_serial_bus_sizes[resource->
|
|
data.
|
|
common_serial_bus.
|
|
type];
|
|
|
|
total_size = (acpi_rs_length)(total_size +
|
|
resource->data.
|
|
i2c_serial_bus.
|
|
resource_source.
|
|
string_length +
|
|
resource->data.
|
|
i2c_serial_bus.
|
|
vendor_length);
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_PIN_CONFIG:
|
|
|
|
total_size = (acpi_rs_length)(total_size +
|
|
(resource->data.
|
|
pin_config.
|
|
pin_table_length * 2) +
|
|
resource->data.pin_config.
|
|
resource_source.
|
|
string_length +
|
|
resource->data.pin_config.
|
|
vendor_length);
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_PIN_GROUP:
|
|
|
|
total_size = (acpi_rs_length)(total_size +
|
|
(resource->data.pin_group.
|
|
pin_table_length * 2) +
|
|
resource->data.pin_group.
|
|
resource_label.
|
|
string_length +
|
|
resource->data.pin_group.
|
|
vendor_length);
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_PIN_GROUP_FUNCTION:
|
|
|
|
total_size = (acpi_rs_length)(total_size +
|
|
resource->data.
|
|
pin_group_function.
|
|
resource_source.
|
|
string_length +
|
|
resource->data.
|
|
pin_group_function.
|
|
resource_source_label.
|
|
string_length +
|
|
resource->data.
|
|
pin_group_function.
|
|
vendor_length);
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_TYPE_PIN_GROUP_CONFIG:
|
|
|
|
total_size = (acpi_rs_length)(total_size +
|
|
resource->data.
|
|
pin_group_config.
|
|
resource_source.
|
|
string_length +
|
|
resource->data.
|
|
pin_group_config.
|
|
resource_source_label.
|
|
string_length +
|
|
resource->data.
|
|
pin_group_config.
|
|
vendor_length);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
|
}
|
|
|
|
/* Update the total */
|
|
|
|
aml_size_needed += total_size;
|
|
|
|
/* Point to the next object */
|
|
|
|
resource =
|
|
ACPI_ADD_PTR(struct acpi_resource, resource,
|
|
resource->length);
|
|
}
|
|
|
|
/* Did not find an end_tag resource descriptor */
|
|
|
|
return_ACPI_STATUS(AE_AML_NO_RESOURCE_END_TAG);
|
|
}
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* FUNCTION: acpi_rs_get_list_length
|
|
*
|
|
* PARAMETERS: aml_buffer - Pointer to the resource byte stream
|
|
* aml_buffer_length - Size of aml_buffer
|
|
* size_needed - Where the size needed is returned
|
|
*
|
|
* RETURN: Status
|
|
*
|
|
* DESCRIPTION: Takes an external resource byte stream and calculates the size
|
|
* buffer needed to hold the corresponding internal resource
|
|
* descriptor linked list.
|
|
*
|
|
******************************************************************************/
|
|
|
|
acpi_status
|
|
acpi_rs_get_list_length(u8 *aml_buffer,
|
|
u32 aml_buffer_length, acpi_size *size_needed)
|
|
{
|
|
acpi_status status;
|
|
u8 *end_aml;
|
|
u8 *buffer;
|
|
u32 buffer_size;
|
|
u16 temp16;
|
|
u16 resource_length;
|
|
u32 extra_struct_bytes;
|
|
u8 resource_index;
|
|
u8 minimum_aml_resource_length;
|
|
union aml_resource *aml_resource;
|
|
|
|
ACPI_FUNCTION_TRACE(rs_get_list_length);
|
|
|
|
*size_needed = ACPI_RS_SIZE_MIN; /* Minimum size is one end_tag */
|
|
end_aml = aml_buffer + aml_buffer_length;
|
|
|
|
/* Walk the list of AML resource descriptors */
|
|
|
|
while (aml_buffer < end_aml) {
|
|
|
|
/* Validate the Resource Type and Resource Length */
|
|
|
|
status =
|
|
acpi_ut_validate_resource(NULL, aml_buffer,
|
|
&resource_index);
|
|
if (ACPI_FAILURE(status)) {
|
|
/*
|
|
* Exit on failure. Cannot continue because the descriptor length
|
|
* may be bogus also.
|
|
*/
|
|
return_ACPI_STATUS(status);
|
|
}
|
|
|
|
aml_resource = (void *)aml_buffer;
|
|
|
|
/* Get the resource length and base (minimum) AML size */
|
|
|
|
resource_length = acpi_ut_get_resource_length(aml_buffer);
|
|
minimum_aml_resource_length =
|
|
acpi_gbl_resource_aml_sizes[resource_index];
|
|
|
|
/*
|
|
* Augment the size for descriptors with optional
|
|
* and/or variable length fields
|
|
*/
|
|
extra_struct_bytes = 0;
|
|
buffer =
|
|
aml_buffer + acpi_ut_get_resource_header_length(aml_buffer);
|
|
|
|
switch (acpi_ut_get_resource_type(aml_buffer)) {
|
|
case ACPI_RESOURCE_NAME_IRQ:
|
|
/*
|
|
* IRQ Resource:
|
|
* Get the number of bits set in the 16-bit IRQ mask
|
|
*/
|
|
ACPI_MOVE_16_TO_16(&temp16, buffer);
|
|
extra_struct_bytes = acpi_rs_count_set_bits(temp16);
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_DMA:
|
|
/*
|
|
* DMA Resource:
|
|
* Get the number of bits set in the 8-bit DMA mask
|
|
*/
|
|
extra_struct_bytes = acpi_rs_count_set_bits(*buffer);
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_VENDOR_SMALL:
|
|
case ACPI_RESOURCE_NAME_VENDOR_LARGE:
|
|
/*
|
|
* Vendor Resource:
|
|
* Get the number of vendor data bytes
|
|
*/
|
|
extra_struct_bytes = resource_length;
|
|
|
|
/*
|
|
* There is already one byte included in the minimum
|
|
* descriptor size. If there are extra struct bytes,
|
|
* subtract one from the count.
|
|
*/
|
|
if (extra_struct_bytes) {
|
|
extra_struct_bytes--;
|
|
}
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_END_TAG:
|
|
/*
|
|
* End Tag: This is the normal exit
|
|
*/
|
|
return_ACPI_STATUS(AE_OK);
|
|
|
|
case ACPI_RESOURCE_NAME_ADDRESS32:
|
|
case ACPI_RESOURCE_NAME_ADDRESS16:
|
|
case ACPI_RESOURCE_NAME_ADDRESS64:
|
|
/*
|
|
* Address Resource:
|
|
* Add the size of the optional resource_source
|
|
*/
|
|
extra_struct_bytes =
|
|
acpi_rs_stream_option_length(resource_length,
|
|
minimum_aml_resource_length);
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_EXTENDED_IRQ:
|
|
/*
|
|
* Extended IRQ Resource:
|
|
* Using the interrupt_table_length, add 4 bytes for each additional
|
|
* interrupt. Note: at least one interrupt is required and is
|
|
* included in the minimum descriptor size (reason for the -1)
|
|
*/
|
|
extra_struct_bytes = (buffer[1] - 1) * sizeof(u32);
|
|
|
|
/* Add the size of the optional resource_source */
|
|
|
|
extra_struct_bytes +=
|
|
acpi_rs_stream_option_length(resource_length -
|
|
extra_struct_bytes,
|
|
minimum_aml_resource_length);
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_GPIO:
|
|
|
|
/* Vendor data is optional */
|
|
|
|
if (aml_resource->gpio.vendor_length) {
|
|
extra_struct_bytes +=
|
|
aml_resource->gpio.vendor_offset -
|
|
aml_resource->gpio.pin_table_offset +
|
|
aml_resource->gpio.vendor_length;
|
|
} else {
|
|
extra_struct_bytes +=
|
|
aml_resource->large_header.resource_length +
|
|
sizeof(struct aml_resource_large_header) -
|
|
aml_resource->gpio.pin_table_offset;
|
|
}
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_PIN_FUNCTION:
|
|
|
|
/* Vendor data is optional */
|
|
|
|
if (aml_resource->pin_function.vendor_length) {
|
|
extra_struct_bytes +=
|
|
aml_resource->pin_function.vendor_offset -
|
|
aml_resource->pin_function.
|
|
pin_table_offset +
|
|
aml_resource->pin_function.vendor_length;
|
|
} else {
|
|
extra_struct_bytes +=
|
|
aml_resource->large_header.resource_length +
|
|
sizeof(struct aml_resource_large_header) -
|
|
aml_resource->pin_function.pin_table_offset;
|
|
}
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_SERIAL_BUS:{
|
|
|
|
/* Avoid undefined behavior: member access within misaligned address */
|
|
|
|
struct aml_resource_common_serialbus
|
|
common_serial_bus;
|
|
memcpy(&common_serial_bus, aml_resource,
|
|
sizeof(common_serial_bus));
|
|
|
|
minimum_aml_resource_length =
|
|
acpi_gbl_resource_aml_serial_bus_sizes
|
|
[common_serial_bus.type];
|
|
extra_struct_bytes +=
|
|
common_serial_bus.resource_length -
|
|
minimum_aml_resource_length;
|
|
break;
|
|
}
|
|
|
|
case ACPI_RESOURCE_NAME_PIN_CONFIG:
|
|
|
|
/* Vendor data is optional */
|
|
|
|
if (aml_resource->pin_config.vendor_length) {
|
|
extra_struct_bytes +=
|
|
aml_resource->pin_config.vendor_offset -
|
|
aml_resource->pin_config.pin_table_offset +
|
|
aml_resource->pin_config.vendor_length;
|
|
} else {
|
|
extra_struct_bytes +=
|
|
aml_resource->large_header.resource_length +
|
|
sizeof(struct aml_resource_large_header) -
|
|
aml_resource->pin_config.pin_table_offset;
|
|
}
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_PIN_GROUP:
|
|
|
|
extra_struct_bytes +=
|
|
aml_resource->pin_group.vendor_offset -
|
|
aml_resource->pin_group.pin_table_offset +
|
|
aml_resource->pin_group.vendor_length;
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_PIN_GROUP_FUNCTION:
|
|
|
|
extra_struct_bytes +=
|
|
aml_resource->pin_group_function.vendor_offset -
|
|
aml_resource->pin_group_function.res_source_offset +
|
|
aml_resource->pin_group_function.vendor_length;
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_PIN_GROUP_CONFIG:
|
|
|
|
extra_struct_bytes +=
|
|
aml_resource->pin_group_config.vendor_offset -
|
|
aml_resource->pin_group_config.res_source_offset +
|
|
aml_resource->pin_group_config.vendor_length;
|
|
|
|
break;
|
|
|
|
case ACPI_RESOURCE_NAME_CLOCK_INPUT:
|
|
extra_struct_bytes =
|
|
acpi_rs_stream_option_length(resource_length,
|
|
minimum_aml_resource_length);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
|
}
|
|
|
|
/*
|
|
* Update the required buffer size for the internal descriptor structs
|
|
*
|
|
* Important: Round the size up for the appropriate alignment. This
|
|
* is a requirement on IA64.
|
|
*/
|
|
if (acpi_ut_get_resource_type(aml_buffer) ==
|
|
ACPI_RESOURCE_NAME_SERIAL_BUS) {
|
|
|
|
/* Avoid undefined behavior: member access within misaligned address */
|
|
|
|
struct aml_resource_common_serialbus common_serial_bus;
|
|
memcpy(&common_serial_bus, aml_resource,
|
|
sizeof(common_serial_bus));
|
|
|
|
buffer_size =
|
|
acpi_gbl_resource_struct_serial_bus_sizes
|
|
[common_serial_bus.type] + extra_struct_bytes;
|
|
} else {
|
|
buffer_size =
|
|
acpi_gbl_resource_struct_sizes[resource_index] +
|
|
extra_struct_bytes;
|
|
}
|
|
|
|
buffer_size = (u32)ACPI_ROUND_UP_TO_NATIVE_WORD(buffer_size);
|
|
*size_needed += buffer_size;
|
|
|
|
ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES,
|
|
"Type %.2X, AmlLength %.2X InternalLength %.2X%8X\n",
|
|
acpi_ut_get_resource_type(aml_buffer),
|
|
acpi_ut_get_descriptor_length(aml_buffer),
|
|
ACPI_FORMAT_UINT64(*size_needed)));
|
|
|
|
/*
|
|
* Point to the next resource within the AML stream using the length
|
|
* contained in the resource descriptor header
|
|
*/
|
|
aml_buffer += acpi_ut_get_descriptor_length(aml_buffer);
|
|
}
|
|
|
|
/* Did not find an end_tag resource descriptor */
|
|
|
|
return_ACPI_STATUS(AE_AML_NO_RESOURCE_END_TAG);
|
|
}
|
|
|
|
/*******************************************************************************
|
|
*
|
|
* FUNCTION: acpi_rs_get_pci_routing_table_length
|
|
*
|
|
* PARAMETERS: package_object - Pointer to the package object
|
|
* buffer_size_needed - u32 pointer of the size buffer
|
|
* needed to properly return the
|
|
* parsed data
|
|
*
|
|
* RETURN: Status
|
|
*
|
|
* DESCRIPTION: Given a package representing a PCI routing table, this
|
|
* calculates the size of the corresponding linked list of
|
|
* descriptions.
|
|
*
|
|
******************************************************************************/
|
|
|
|
acpi_status
|
|
acpi_rs_get_pci_routing_table_length(union acpi_operand_object *package_object,
|
|
acpi_size *buffer_size_needed)
|
|
{
|
|
u32 number_of_elements;
|
|
acpi_size temp_size_needed = 0;
|
|
union acpi_operand_object **top_object_list;
|
|
u32 index;
|
|
union acpi_operand_object *package_element;
|
|
union acpi_operand_object **sub_object_list;
|
|
u8 name_found;
|
|
u32 table_index;
|
|
|
|
ACPI_FUNCTION_TRACE(rs_get_pci_routing_table_length);
|
|
|
|
number_of_elements = package_object->package.count;
|
|
|
|
/*
|
|
* Calculate the size of the return buffer.
|
|
* The base size is the number of elements * the sizes of the
|
|
* structures. Additional space for the strings is added below.
|
|
* The minus one is to subtract the size of the u8 Source[1]
|
|
* member because it is added below.
|
|
*
|
|
* But each PRT_ENTRY structure has a pointer to a string and
|
|
* the size of that string must be found.
|
|
*/
|
|
top_object_list = package_object->package.elements;
|
|
|
|
for (index = 0; index < number_of_elements; index++) {
|
|
|
|
/* Dereference the subpackage */
|
|
|
|
package_element = *top_object_list;
|
|
|
|
/* We must have a valid Package object */
|
|
|
|
if (!package_element ||
|
|
(package_element->common.type != ACPI_TYPE_PACKAGE)) {
|
|
return_ACPI_STATUS(AE_AML_OPERAND_TYPE);
|
|
}
|
|
|
|
/*
|
|
* The sub_object_list will now point to an array of the
|
|
* four IRQ elements: Address, Pin, Source and source_index
|
|
*/
|
|
sub_object_list = package_element->package.elements;
|
|
|
|
/* Scan the irq_table_elements for the Source Name String */
|
|
|
|
name_found = FALSE;
|
|
|
|
for (table_index = 0;
|
|
table_index < package_element->package.count
|
|
&& !name_found; table_index++) {
|
|
if (*sub_object_list && /* Null object allowed */
|
|
((ACPI_TYPE_STRING ==
|
|
(*sub_object_list)->common.type) ||
|
|
((ACPI_TYPE_LOCAL_REFERENCE ==
|
|
(*sub_object_list)->common.type) &&
|
|
((*sub_object_list)->reference.class ==
|
|
ACPI_REFCLASS_NAME)))) {
|
|
name_found = TRUE;
|
|
} else {
|
|
/* Look at the next element */
|
|
|
|
sub_object_list++;
|
|
}
|
|
}
|
|
|
|
temp_size_needed += (sizeof(struct acpi_pci_routing_table) - 4);
|
|
|
|
/* Was a String type found? */
|
|
|
|
if (name_found) {
|
|
if ((*sub_object_list)->common.type == ACPI_TYPE_STRING) {
|
|
/*
|
|
* The length String.Length field does not include the
|
|
* terminating NULL, add 1
|
|
*/
|
|
temp_size_needed += ((acpi_size)
|
|
(*sub_object_list)->string.
|
|
length + 1);
|
|
} else {
|
|
temp_size_needed += acpi_ns_get_pathname_length((*sub_object_list)->reference.node);
|
|
}
|
|
} else {
|
|
/*
|
|
* If no name was found, then this is a NULL, which is
|
|
* translated as a u32 zero.
|
|
*/
|
|
temp_size_needed += sizeof(u32);
|
|
}
|
|
|
|
/* Round up the size since each element must be aligned */
|
|
|
|
temp_size_needed = ACPI_ROUND_UP_TO_64BIT(temp_size_needed);
|
|
|
|
/* Point to the next union acpi_operand_object */
|
|
|
|
top_object_list++;
|
|
}
|
|
|
|
/*
|
|
* Add an extra element to the end of the list, essentially a
|
|
* NULL terminator
|
|
*/
|
|
*buffer_size_needed =
|
|
temp_size_needed + sizeof(struct acpi_pci_routing_table);
|
|
return_ACPI_STATUS(AE_OK);
|
|
}
|