On Thu, Aug 24, 2023 at 5:11 AM Simon Glass <s...@chromium.org> wrote: > > There is enough material that it makes sense to split this up into > several files. Create an x86/ directory for this purpose. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > (no changes since v2) > > Changes in v2: > - Add new patch > > doc/arch/index.rst | 2 +- > doc/arch/x86/index.rst | 11 +++++++++++ > doc/arch/{ => x86}/x86.rst | 6 +++--- > 3 files changed, 15 insertions(+), 4 deletions(-) > create mode 100644 doc/arch/x86/index.rst > rename doc/arch/{ => x86}/x86.rst (99%) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>