From 5d591e14ef15f28779a9c5aba08549129a29a550 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Tue, 12 Jan 2010 11:15:35 +0100 Subject: Add a tool to activate barebox as a boot loader on x86 architectures To use barebox as a BIOS based bootloader for x86 architectures, the binary must be patched to get it bootstrapped at runtime. The 'setupmbr' tool installs the barebox-binary to the given device node or image file and patch it in accordance to the needed sector information at runtime. Signed-off by: Juergen Beisert Signed-off-by: Sascha Hauer --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index c9b04b6d19..94dd6ae0df 100644 --- a/Doxyfile +++ b/Doxyfile @@ -484,7 +484,8 @@ INPUT = Documentation \ commands \ common \ board \ - lib + lib \ + scripts/setupmbr # This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default -- cgit v1.2.3