summaryrefslogtreecommitdiff
path: root/sys/arch/acorn32/stand/boot32
AgeCommit message (Expand)Author
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-04-29Fix fallout from libsa change; stand.h includes <sys/param.h> now.rin
2021-11-10s/compatability/compatibility/ in comment.msaitoh
2021-08-20fix various typos in comments and log messages.andvar
2021-02-06Modernize acorn32 boot code to work directly with LLVM's assembler.joerg
2019-12-27s/suport/support/msaitoh
2019-08-02Force use of GNU as for acorn32 boot code (pre-unified assembly)joerg
2019-01-23Don't call OS_ReadSysInfo Platform class call on RISC OS 3sborrill
2018-10-30no param names in prototype.christos
2018-10-30provide a main prototype (this is standalone)christos
2018-01-24Remove port-acorn26skrll
2016-06-11PR 51200 gets in libsa considered harmful: use kgetsdholland
2014-03-21kill sprintfchristos
2013-11-04remove unused variablechristos
2012-05-10_int*_t -> uint*_tskrll
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2009-08-02Don't reset devices if booting an Iyonix. It's fine for acorn32 devicesgavan
2009-03-18bzero -> memsetcegger
2008-11-23Stop attempts to boot a kernel that is bigger than the first DRAM block.chris
2008-04-12Ignore size alignment issues, as we're never going to have a case wherechris
2008-02-03Fix-up boot32 to work on A7000+chris
2008-01-26Fix support for kinetic in the bootloader.chris
2008-01-25Leave the SA's clockswitching enabled. It allows the SA to run at fullchris
2008-01-21Zero out the whole of the structure, not just the first 4 bytes. IE usechris
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-08-19Add support to boot32 for passing a real vsync frequency to NetBSD.bjh21
2006-06-25GCC4 fixes from Mike Pumfordchristos
2006-04-01Add code to support access to RISC OS disk devices from libsa. This isbjh21
2006-03-25Don't rely on first_mapped_PODRAM_page_index being zero on systems withoutbjh21
2006-03-25When looking for somewhere to put the relocation table, reset the counter ofbjh21
2006-03-23Use normal array subscripting syntax in place of addition and dereferencing.bjh21
2006-03-23Ah yes, _that's_ why we don't use field widths in printf() here: libsa'sbjh21
2006-03-23Use slightly more advanced printf() formats to replace the horrid print0()bjh21
2006-03-23Substantial syntactic KNF, mostly removing surplus punctuation.bjh21
2006-03-23Reduce to 80 columns again. It's over two years since Reinoud touched thisbjh21
2005-12-11merge ktrace-lwp.christos
2004-05-26Adjust the reserved heap space based on memory size. This avoids running outabs
2004-05-19Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead ofabs
2004-05-18Claim maximum available memory during boot32 startup. This removesgavan
2003-11-18Mark module as 32-bit compatiblegavan
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-07-20First step towards more KNF; but most of all hopefully solving PRreinoud
2003-06-03Cleanup DRAM video memory allocation. This needed to be done anyway and itreinoud
2003-04-20KNF doesn't apply to Reinoud -- back out my last two changes.bjh21
2003-04-20KNFbjh21
2003-04-2080 columns, dammit!bjh21
2003-01-15Small typo and add initialisation for the `bank' counterreinoud
2003-01-08Fixup serious loading problems (together with the former commit of start.S)reinoud
2003-01-08From the comment :reinoud
2003-01-06Fix miscelanious small errors that arose from having non Mb aligned memoryreinoud