summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2013-12-09 10:27:56 +0800
committerPatrick Georgi <patrick@georgi-clan.de>2013-12-09 11:13:35 +0100
commit7afd2bbf84635519ded76b49ab5779be5ad439dc (patch)
treeed92a2dc31b40edcba6acbc1074bc3b027122457 /documentation
parent4eb4a1f6bea1307badd174d4729281fb0516ad41 (diff)
downloadcoreboot-staging-7afd2bbf84635519ded76b49ab5779be5ad439dc.zip
coreboot-staging-7afd2bbf84635519ded76b49ab5779be5ad439dc.tar.gz
documentation: Change the file name of document for building Coreboot
I am planning to write a document for new man, helping them to build a working image from knowing nothing about Coreboot. The previous LinuxBIOS-AMD64.tex was a good script. LinuxBIOS was a out-of-date name. It needs to be changed it to Coreboot. And the new document is not specific to AMD, so we get rid of the AMD64 from the file name. This is a separate patch for the renaming. LinuxBIOS-AMD64.tex was still about SVN and buildtarget. Later patch will come up for updating those old thing. And this new document, CorebootBuildingGuide.tex, is planning to be only about building. Navigating the source code is moved to later advanced document. Change-Id: Ia8a2fd9db51e9870c1d645067bcfdc91ae1bf90a Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/4487 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/CorebootBuildingGuide.tex (renamed from documentation/LinuxBIOS-AMD64.tex)0
-rw-r--r--documentation/Makefile14
2 files changed, 7 insertions, 7 deletions
diff --git a/documentation/LinuxBIOS-AMD64.tex b/documentation/CorebootBuildingGuide.tex
index 5847dab..5847dab 100644
--- a/documentation/LinuxBIOS-AMD64.tex
+++ b/documentation/CorebootBuildingGuide.tex
diff --git a/documentation/Makefile b/documentation/Makefile
index 84ac0b5..6aa4385 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -7,7 +7,7 @@ PDFLATEX=pdflatex -t a4
FIGS=codeflow.pdf hypertransport.pdf
-all: LinuxBIOS-AMD64.pdf Kconfig.pdf
+all: CorebootPortingGuide.pdf Kconfig.pdf
SVG2PDF=$(shell which svg2pdf)
INKSCAPE=$(shell which inkscape)
@@ -31,13 +31,13 @@ else ifneq ($(strip $(CONVERT)),)
convert $< $@
endif
-LinuxBIOS-AMD64.toc: $(FIGS) LinuxBIOS-AMD64.tex
+CorebootPortingGuide.toc: $(FIGS) CorebootPortingGuide.tex
# 2 times to make sure we have a current toc.
- $(PDFLATEX) LinuxBIOS-AMD64.tex
- $(PDFLATEX) LinuxBIOS-AMD64.tex
+ $(PDFLATEX) CorebootPortingGuide.tex
+ $(PDFLATEX) CorebootPortingGuide.tex
-LinuxBIOS-AMD64.pdf: $(FIGS) LinuxBIOS-AMD64.tex LinuxBIOS-AMD64.toc
- $(PDFLATEX) LinuxBIOS-AMD64.tex
+CorebootPortingGuide.pdf: $(FIGS) CorebootPortingGuide.tex CorebootPortingGuide.toc
+ $(PDFLATEX) CorebootPortingGuide.tex
Kconfig.pdf: Kconfig.tex mainboardkconfig.tex cpukconfig.tex socketfkconfig.tex
$(PDFLATEX) $<
@@ -67,5 +67,5 @@ clean:
rm -f *.aux *.idx *.log *.toc *.out $(FIGS) mainboardkconfig.tex skconfig.tex cpukconfig.tex socketfkconfig.tex
distclean: clean
- rm -f LinuxBIOS-AMD64.pdf Kconfig.pdf
+ rm -f CorebootPortingGuide.pdf Kconfig.pdf
OpenPOWER on IntegriCloud