aboutsummaryrefslogtreecommitdiffstats
path: root/gentpl.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-07tests: Add check-native and check-nonnative make targetsGlenn Washburn1-4/+2
2022-02-08gentpl.py: Fix issue where sometimes marker files have CPP definesGlenn Washburn1-1/+1
2020-03-31build: Fix GRUB i386-pc build with Ubuntu gccSimon Hardy1-1/+1
2019-02-25RISC-V: Add to build systemAlexander Graf1-4/+7
2018-12-12xen_pvh: Add build runes for grub-coreJuergen Gross1-2/+2
2017-05-08arm_coreboot: Support EHCI.Vladimir Serbinenko1-1/+1
2017-05-08arm-coreboot: Start new port.Vladimir Serbinenko1-3/+5
2015-12-31remove temporary .bin files (kernel and modules)Andrey Borzenkov1-0/+2
2015-12-31Strip .ARM.exidxVladimir Serbinenko1-1/+1
2015-07-27Add transform_data as a variant of data with substitutions.Vladimir Serbinenko1-0/+15
2015-05-30Correct spelling of *scheduled*Paul Menzel1-1/+1
2015-05-07Revert parts accidentally committed 2 commits ago.Vladimir Serbinenko1-1/+1
2015-05-07arm64: Export useful functions from linux.cFu Wei1-1/+1
2015-03-03Remove emu libusb support.Vladimir Serbinenko1-1/+1
2015-02-23Supply signed division to fix ARM compilation.Vladimir Serbinenko1-0/+6
2015-02-21Strip .MIPS.abiflags which causes compile failureVladimir Serbinenko1-1/+1
2013-12-18 Remove xen VFB.Vladimir Serbinenko1-1/+1
2013-12-17 Implement XEN VFB support.Vladimir Serbinenko1-1/+1
2013-12-14 Make i386-* other than i386-pc compileable under cygwin.Vladimir Serbinenko1-1/+4
2013-12-05gentpl.py: Use python3-style print functionMike Gilbert1-1/+3
2013-11-30New port arm64-efiLeif Lindholm1-3/+4
2013-11-27 * gentpl.py: Don't generate platform-dependent conditionals forVladimir Serbinenko1-3/+28
2013-11-26Handle #if/#endif and C-style comments in AutoGen definitions files.Colin Watson1-4/+42
2013-11-26Show file name in error messages from AutogenParser.Colin Watson1-16/+21
2013-11-26Generate Makefile.*.am directly from gentpl.py, eliminating the use of Autoge...Colin Watson1-413/+594
2013-11-25Merge branch 'master' into leiflindholm/arm64Vladimir Serbinenko1-3/+3
2013-11-25 * gentpl.py: Add -ed2016 in order to make objconv accept our binary.Vladimir Serbinenko1-1/+1
2013-11-19 Add automated filesystem checking based on scripts I've used now forVladimir Serbinenko1-2/+2
2013-11-16ARM 64 port by Leif LindholmLeif Lindholm1-3/+4
2013-11-14 * configure.ac: Probe for linking format rather than guessing it basedVladimir Serbinenko1-4/+4
2013-11-13* gentpl.py (define_macro_for_platform_dependencies): RemoveColin Watson1-6/+0
2013-11-09 Add new ports: i386-xen and x86_64-xen. This allows running GRUB inVladimir Serbinenko1-2/+4
2013-08-22 Fix dependencies on cygwin.Vladimir 'phcoder' Serbinenko1-2/+8
2013-08-22 * INSTALL: Document cross-compilation.Vladimir 'phcoder' Serbinenko1-5/+5
2013-07-16Merge mainline into armVladimir 'phcoder' Serbinenko1-9/+9
2013-05-31 Detach optional parts of gfxterm and integrate in with coreboot init.Vladimir 'phcoder' Serbinenko1-1/+1
2013-05-14* gentpl.py: Replace EXTRA_DIST with dist_noinst_DATA orAndrey Borzenkov1-8/+7
2013-05-11 Fix distfiles list.Vladimir 'phcoder' Serbinenko1-0/+1
2013-05-11merge mainline into armVladimir 'phcoder' Serbinenko1-1/+1
2013-04-27 Replace libcurses with our own vt100 handling for the ease of testingVladimir 'phcoder' Serbinenko1-1/+1
2013-04-07Initial import of Leif's workLeif Lindholm1-3/+8
2013-04-04 Unify file copying setup across different install scripts. AddVladimir 'phcoder' Serbinenko1-2/+2
2012-09-12 Don't require grub-mkconfig_lib to generate manpages for programs.Vladimir 'phcoder' Serbinenko1-4/+4
2012-07-02 * gentpl.py: Make mans depend on grub-mkconfig_lib.Vladimir 'phcoder' Serbinenko1-1/+1
2012-05-28 * gentpl.py: Ignore error 2022 in objconv since it's irrelevant for us.Vladimir 'phcoder' Serbinenko1-2/+2
2012-05-26 * gentpl.py: Remove error disabling for objconv.Vladimir 'phcoder' Serbinenko1-2/+2
2012-03-10 * Makefile.am: Strip gold section.Vladimir 'phcoder' Serbinenko1-1/+1
2012-03-02 * gentpl.py (kernel): Remove the use of TARGET_OBJ2ELF after strip sinceVladimir 'phcoder' Serbinenko1-3/+0
2012-02-29 * gentpl.py (kernel): Rewrite Apple part.Vladimir 'phcoder' Serbinenko1-2/+14
2012-02-26 * gentpl.py: Remove obsolete pkglib_DATA handling.Vladimir 'phcoder' Serbinenko1-1/+1
2012-02-18 * conf/Makefile.common (platform_SCRIPTS): New variable.Vladimir 'phcoder' Serbinenko1-3/+3
2012-02-11 * gentpl.py: Add missing license header.Vladimir 'phcoder' Serbinenko1-0/+15
2012-02-10Source grub-mkconfig_lib from the build directory at build time.Grégoire Sutre1-1/+1
2011-12-24 Integrate hints into autogeneration scripts.Vladimir 'phcoder' Serbinenko1-1/+0
2011-10-16 Fix python 3.x incompatibilities.Vladimir 'phcoder' Serbinenko1-21/+21
2011-09-30 * gentpl.py: Use Autogen macros so that the output template fileBVK Chaitanya1-14/+100
2011-07-05 MIPS qemu at_keyboard support.Vladimir 'phcoder' Serbinenko1-1/+1
2011-07-05 CMOS support on sparc.Vladimir 'phcoder' Serbinenko1-1/+3
2011-05-17merge mainline and various cleanupsVladimir 'phcoder' Serbinenko1-9/+10
2011-05-17 SGI ARCS port.Vladimir 'phcoder' Serbinenko1-4/+4
2011-05-15 IA64 support.Tristan Gingold1-2/+2
2011-05-15merge mainline into sgiVladimir 'phcoder' Serbinenko1-7/+7
2011-05-13sgi supportVladimir 'phcoder' Serbinenko1-4/+4
2011-02-19Rename mipsel-yeeloong to mipsel-loongsonVladimir 'phcoder' Serbinenko1-6/+6
2011-01-14Make qemu-mips compile again. Still no grub-mkimage supportVladimir 'phcoder' Serbinenko1-4/+4
2011-01-03merge mainline to ia64Vladimir 'phcoder' Serbinenko1-101/+78
2011-01-02merge ia64-emu into ia64Vladimir 'phcoder' Serbinenko1-1/+1
2010-09-30 Put terminfo into core on ieee1275 and yeeloong (needed for console).Vladimir 'phcoder' Serbinenko1-0/+5
2010-09-24Re-enable grub-extras.Colin Watson1-31/+66
2010-09-19merge with mainlineBVK Chaitanya1-29/+21
2010-09-03 Add missing files into "make dist" tarball for other platforms.BVK Chaitanya1-1/+1
2010-08-31merge mainline into ia64Vladimir 'phcoder' Serbinenko1-0/+529
2010-08-30Dimplify tags and enable USB on more platformsVladimir 'phcoder' Serbinenko1-28/+20
2010-08-29use preprocessing-marker technique for creating list filesBVK Chaitanya1-4/+5
2010-08-29use objcopy instead of creating mod-*.c and mod-*.oBVK Chaitanya1-20/+0
2010-08-29remove def-* and und-* list filesBVK Chaitanya1-15/+2
2010-08-29remove per module lst files for creating fs.lst, command.lst, etc.BVK Chaitanya1-32/+1
2010-08-23force bash for autogen.shBVK Chaitanya1-1/+1
2010-08-21fix x86_64_efi buildBVK Chaitanya1-0/+1
2010-08-21build fixes for mips and ieee1275 platformsBVK Chaitanya1-0/+1
2010-08-21*_sources now collect all values of all its groupsBVK Chaitanya1-55/+140
2010-08-20generate gcry rules from import_gcryBVK Chaitanya1-11/+0
2010-08-20minor fixesBVK Chaitanya1-1/+1
2010-08-20added conf/Makefile.common and conf/Makefile.extra-distBVK Chaitanya1-3/+3
2010-08-17working copy, wo nested packagingBVK Chaitanya1-16/+16
2010-08-15parallel build fix for utilsBVK Chaitanya1-2/+1
2010-08-06builds w/o custom DEPDIRBVK Chaitanya1-0/+8
2010-07-17commentsBVK Chaitanya1-1/+2
2010-07-15more build fixesBVK Chaitanya1-33/+65
2010-07-13emu platform fixesBVK Chaitanya1-1/+1
2010-07-13make build by defaultBVK Chaitanya1-199/+151
2010-07-13merge with mainlineBVK Chaitanya1-2/+2
2010-06-07more cygwin fixesBVK Chaitanya1-6/+6
2010-06-03cleanupBVK Chaitanya1-12/+23
2010-05-26pull-in emu-lite branchBVK Chaitanya1-6/+3
2010-05-10few minor fixesBVK Chaitanya1-1/+1
2010-05-10added i386-multiboot supportBVK Chaitanya1-2/+3
2010-05-06automake commit without merge historyBVK Chaitanya1-0/+460