mirror of https://github.com/acidanthera/audk.git
Update comments to define where stuff comes from
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10049 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cd539d485d
commit
d4aeb70b0a
|
@ -1,6 +1,13 @@
|
||||||
/** @file
|
/** @file
|
||||||
|
The data structures in this code come from:
|
||||||
|
OMAP35x Applications Processor Technical Reference Manual chapter 25
|
||||||
|
OMAP34xx Multimedia Device Technical Reference Manual chapter 26.4.8.
|
||||||
|
|
||||||
Copyright (c) 2008-2009, Apple Inc. All rights reserved.
|
You should use the OMAP35x manual when possible. Some things, like SectionKey,
|
||||||
|
are not defined in the OMAP35x manual and you have to use the OMAP34xx manual
|
||||||
|
to find the data.
|
||||||
|
|
||||||
|
Copyright (c) 2008-2010, Apple Inc. All rights reserved.
|
||||||
|
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
|
Loading…
Reference in New Issue