aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.15/920-device_tree_cmdline.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2023-12-01 13:11:39 -0800
committerChristian Marangi <ansuelsmth@gmail.com>2024-01-05 16:17:58 +0100
commit991c8cabed6538455a7562c2aef1143b171ccff8 (patch)
tree00e2ab039224f9632a000b94e5b101d231fee3e3 /target/linux/generic/hack-5.15/920-device_tree_cmdline.patch
parent6dbc300bafa34a229f342701551d3c4d65c9d22a (diff)
downloadupstream-991c8cabed6538455a7562c2aef1143b171ccff8.tar.gz
upstream-991c8cabed6538455a7562c2aef1143b171ccff8.tar.bz2
upstream-991c8cabed6538455a7562c2aef1143b171ccff8.zip
ath79: fix pci_device_reg errors
Found by dtc. Wrong numbers and wrong ordering. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target/linux/generic/hack-5.15/920-device_tree_cmdline.patch')
0 files changed, 0 insertions, 0 deletions
font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
SRCS= \
conf.py ../src/version.in \
prolog.inc shields.inc shieldswho.inc \
about.rst \
appendix/Meta.rst appendix/Roadmap.rst \
building/Building.rst \
building/Directories.rst \
building/gcc/GNULinux-GNAT.rst \
building/gcc/index.rst \
building/gcc/Windows-MinGW-GNAT.rst \
building/llvm/GNULinux-GNAT.rst \
building/llvm/index.rst \
building/llvm/Windows-MinGW-GNAT.rst \
building/mcode/GNULinux-GNAT.rst \
building/mcode/index.rst \
building/mcode/Windows-GNATGPL.rst \
building/mcode/Windows-MinGW-GNAT.rst \
building/PrecompileVendorPrimitives.rst \
contribute.rst \
genindex.rst \
getting/Releases.rst \
index.rst \
licenses.rst \
references/CodingStyle.rst \
references/CommandReference.rst \
references/ImplementationOfVHDL.rst \
references/ImplementationOfVITAL.rst \
using/InvokingGHDL.rst \
using/QuickStartGuide.rst \
using/Simulation.rst

CP=cp

# Sphinx options.
SPHINXOPTS    =
SPHINXBUILD   = sphinx-build
PAPER         =
BUILDDIR      = build

PAPEROPT_a4     = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .

all: ghdl.info

info: ghdl.info
ghdl.info: ghdl.texi
	makeinfo -o $@ $<

dvi: ghdl.dvi
ghdl.dvi: ghdl.texi
	texi2dvi $<

ghdl.ps: ghdl.dvi
	dvips $<

pdf: ghdl.pdf
ghdl.pdf: ghdl.dvi
	dvipdf $<

html:
	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

texi: ghdl.texi
ghdl.texi: $(SRCS)
	$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
	$(CP) $(BUILDDIR)/texinfo/GHDL.texi $@

clean:
	$(RM) *~ *.dvi *.info ghdl.aux ghdl.cp ghdl.fn ghdl.ky ghdl.log
	$(RM) ghdl.pdf ghdl.pg ghdl.toc ghdl.tp ghdl.vr
	$(RM) -rf build

maintainer-clean: clean
	$(RM) ghdl.texi