aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2023-01-05Regenerated the configure file with autoconf 2.71 (#288)Kenneth Ostby1-1262/+2101
2022-04-20Link -lgcc if it existsLucheng Zhang1-14/+128
2020-10-31Disable device tree filter when load a dts from file (#219)Yan1-1/+28
2020-10-30Revert "Disable device tree filter when load a dts from file (#217)"Andrew Waterman1-25/+1
2020-10-29Disable device tree filter when load a dts from file (#217)Yan1-1/+25
2020-02-02Support manually zeroing out BSS when booting (#188)James Clarke1-0/+15
2019-12-09Added --with-abi configure option (#183)Nick Knight1-0/+11
2019-08-14Mark PK as version 1.0.0v1.0.0Palmer Dabbelt1-25/+13
2019-06-11configure: Add option to set physical memory start addressGabriel L. Somlo1-0/+18
2019-01-15Revert "Don't require a RISC-V libc and crt when configuring (#132)" (#140)Andrew Waterman1-1/+0
2019-01-04Don't require a RISC-V libc and crt when configuring (#132)James Clarke1-0/+1
2018-07-12configure: Add --enable-boot-machine in BBLHesham Almatary1-0/+15
2018-07-10Don't look for riscv_logo.txt if logo is not enabledAndrew Waterman1-3/+13
2018-06-21Replace the --enable-32bit option by --with-archZong Li1-26/+11
2018-05-22RISC-V: Support separate firmware and kernel payloadMichael Clark1-3/+12
2018-03-21Fix build with compilers defaulting to PIE (#90)aurel321-1/+1
2018-03-16Changed install_subdir to $host_alias with substituted 64->32 instead… (#89)Rishi Khan1-2/+3
2018-03-15Don't link build-id stringAndrew Waterman1-0/+2
2017-11-03Allow users to pick a logoPalmer Dabbelt1-0/+14
2017-11-03Remove the platform interfacePalmer Dabbelt1-60/+0
2017-08-03Add the '--enable-print-device-tree' argumentPalmer Dabbelt1-0/+16
2017-08-02Add the '--with-platform' argument and the sifive-vc707-devkit platformPalmer Dabbelt1-0/+14
2017-08-02Add a platform interfacePalmer Dabbelt1-0/+46
2017-02-20Don't block for acks on console writesAndrew Waterman1-3/+201
2016-07-16Support 32bit build (#27)Prashanth Mundkur1-4/+40
2016-07-08Remove vestigial configure search for riscv-isa-run/spikeAndrew Waterman1-120/+1
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-11/+212
2016-02-19Remove --disable-atomics flag; rely on -march setting insteadAndrew Waterman1-15/+0
2015-05-10Fix build using glibc toolchainAndrew Waterman1-1/+1
2015-05-02Add ASCII art boot logoAndrew Waterman1-0/+14
2015-03-12Update to new privileged specAndrew Waterman1-94/+3
2015-01-02Don't automatically set --hostAndrew Waterman1-107/+106
2014-10-26Don't rely on the C libraryAndrew Waterman1-2/+0
2014-09-11Don't assume null pointers can't be dereferencedAndrew Waterman1-1/+1
2014-09-11Disable pedantic warning under gcc 4.9.1Andrew Waterman1-1/+1
2013-07-01Fixed -lgcc bug in configure.ac (needed for -m32)Christopher Celio1-3/+1
2013-05-23use string.h functions in newlib (-lc)Andrew Waterman1-0/+2
2013-05-22properly search for the new isa simulator (spike)Stephen Twigg1-2/+2
2013-01-25rename binary to pk; change argv handlingAndrew Waterman1-1/+1
2012-11-17fix spinlocks; add --disable-atomics cfg optAndrew Waterman1-0/+15
2012-09-07Added rough emulation support for div/rem/mul.Christopher Celio1-259/+382
2011-06-19configure argument --host=riscv is now impliedcs250Andrew Waterman1-0/+6
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+5380
2011-06-19Renamed packagesAndrew Waterman1-5380/+0
2011-04-09[xcc,pk,sim,opcodes] added first RVC instructionAndrew Waterman1-37/+0
2011-03-24[pk] 32bit kernel + FPU emulation now compilesAndrew Waterman1-0/+2
2011-01-10[pk] added --disable-fp-emulation option for code sizeAndrew Waterman1-0/+15
2010-11-21[opcodes, pk, sim, xcc] made jumps shorter and PC-relativeAndrew Waterman1-1/+1
2010-10-15[pk, sim] added FPU emulation support to proxy kernelAndrew Waterman1-0/+92
2010-08-24[pk] proxy kernel support for mixed 32b/64b operationAndrew Waterman1-0/+51