History log of /netbsd-src/sys/arch/evbppc/conf/std.explora (Results 1 – 11 of 11)
Revision Date Author Comments
# 9261ab39 30-May-2022 rin <rin@NetBSD.org>

Restrict strictly-aligned versions of memcmp(9), memcpy(9), and
memmove(9) to 403, instead of all evbppc machines.

Introduce strict-align LIBKERN_MD_FLAGS for this purpose.


# 46b203dc 30-May-2022 rin <rin@NetBSD.org>

For IBM_PPC403, emulate unaligned memory access for userland process.


# bab575ad 26-Jun-2021 rin <rin@NetBSD.org>

Oops, revert unintentional part of the previous.


# 2e37516f 26-Jun-2021 rin <rin@NetBSD.org>

Set VMSWAP_DEFAULT_PLAINTEXT for Explora 450 (IBM_PPC403).
(slow CPU & memory shortage)


# 6b8a49ca 05-Mar-2021 rin <rin@NetBSD.org>

Bump INTSTK to 16KB, i.e., one VM page, in the same manner as other boards.


# 12c9d0e1 05-Mar-2021 rin <rin@NetBSD.org>

For Explora 451, call calc_delayconst() before pckbc_cnattach(), which
depends on delay() and DELAY().

Unfortunately, proplib(9) API is not available for MD codes, that are
called before consinit()

For Explora 451, call calc_delayconst() before pckbc_cnattach(), which
depends on delay() and DELAY().

Unfortunately, proplib(9) API is not available for MD codes, that are
called before consinit() (since pool(9) is not initialized yet).

Therefore, hard-code CPU frequency to calc_delayconst() in case
"processor-frequency" is not initialized.

show more ...


# dba36e03 20-Jun-2011 matt <matt@NetBSD.org>

Change IBM4xx to use the common powerpc PIC framework.
Consolidate most ibm4xx initppc function into ibm4xx_init
and Make all IBM4xx use it.
Change explora to use initppc instead of bootstrap.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 7e71f567 17-Sep-2005 yamt <yamt@NetBSD.org>

include "conf/std".


# a3a18840 12-Aug-2003 matt <matt@NetBSD.org>

Remove SPILLSTK leftovers.


# 249e0067 11-Mar-2003 hannken <hannken@NetBSD.org>

Add a port to the NCD Explora451 ThinClient.

- Supported devices: le, com, lpt, pckbd, frame buffer.
- Support missing: phy, audio, pcmcia.
- Boots from network or md.

Approved by: Eduardo Hor

Add a port to the NCD Explora451 ThinClient.

- Supported devices: le, com, lpt, pckbd, frame buffer.
- Support missing: phy, audio, pcmcia.
- Boots from network or md.

Approved by: Eduardo Horvath <eeh@netbsd.org>

show more ...