]> Zhao Yanbai Git Server - minix.git/log
minix.git
10 years agoarm_sdimage.sh: use native minix partition util 63/863/3
Ben Gras [Thu, 26 Sep 2013 11:42:31 +0000 (13:42 +0200)]
arm_sdimage.sh: use native minix partition util

. make filesystems on primary partitions to make it
  easier on the minix partition util
. so sfdisk isn't required as an external tool
. also make partition and hitherto x86-only utilities
  arch-independent

Change-Id: Ib4e07e45d038d084dde1858917d3deb7f0616532

10 years agoarm:ensure read_tsc_64 always returns a valid value. 64/864/1
Kees Jongenburger [Fri, 27 Sep 2013 09:29:04 +0000 (11:29 +0200)]
arm:ensure read_tsc_64 always returns a valid value.

Before this change overflowing the free running clock counter
between the time the timer was read and the time the overflow
check was done resulted in read_tsc_64 returning a to high value.

Change-Id: I1022f271213647f720477c4121d45f0c965456c6

10 years agoarm:mmc driver speedup. 54/854/2
Kees Jongenburger [Wed, 25 Sep 2013 07:46:24 +0000 (09:46 +0200)]
arm:mmc driver speedup.

Speedup the mmc driver one more time before doing a proper fix.

Change-Id: I9dbe9b1e16e71fed00c8ac3ca7fdc6c4374284c0

10 years agoarm:caching enable barriers 53/853/2
Kees Jongenburger [Wed, 25 Sep 2013 08:49:09 +0000 (10:49 +0200)]
arm:caching enable barriers

Change-Id: I2c54a3c3c8f0502bf365901d771a989f7c556958

10 years agoarm:caching clean caches before setting up mappings. 52/852/2
Kees Jongenburger [Wed, 25 Sep 2013 08:47:57 +0000 (10:47 +0200)]
arm:caching clean caches before setting up mappings.

Change-Id: I9ff1bb04ea9c0adeb76e5176526448d93bfe29f5

10 years agoarm:vm allow per memory type flags. 51/851/2
Kees Jongenburger [Wed, 25 Sep 2013 08:41:26 +0000 (10:41 +0200)]
arm:vm allow per memory type flags.

Change-Id: Id5a5bd479bdfbbc3fb52a85c29e1d7712a1171a7

10 years agoarm:caching mark normal memory cacheable during identity mapping. 50/850/2
Kees Jongenburger [Wed, 25 Sep 2013 08:38:54 +0000 (10:38 +0200)]
arm:caching mark normal memory cacheable during identity mapping.

Change-Id: I7cd8da168744a3f32276803e99e8af0fea772574

10 years agoarm:caching access the l1 pages over cacheable memory. 49/849/2
Kees Jongenburger [Wed, 25 Sep 2013 08:30:18 +0000 (10:30 +0200)]
arm:caching access the l1 pages over cacheable memory.

When we start using a new pagetable (for a new process)
the last part is to ensure the pagetable itself can be
accessed by VM. This is done in pt_bind by updating
the "pagetable of pagetables" and we want this mapping
to match other mappings to the l1 pagetable.

Change-Id: I7b506fd75553917fdc1abd25b55e4b2f25ccbf8d

10 years agoarm:perform copy operation using same cacheability. 48/848/2
Kees Jongenburger [Wed, 25 Sep 2013 08:25:02 +0000 (10:25 +0200)]
arm:perform copy operation using same cacheability.

When copying data from cacheable memory also use cacheable
attributes when creating temporary mappings.

Change-Id: I0e8380293fb4edaafba49f6262983ad86a5350c5

10 years agoarm:make the MMU fetch pagetable data through the caches. 47/847/2
Kees Jongenburger [Wed, 25 Sep 2013 09:12:46 +0000 (11:12 +0200)]
arm:make the MMU fetch pagetable data through the caches.

Change-Id: Ibd7b66558c369d0c0792c02801562580d255fa1f

10 years agoarm:caching add methods to flush the data and unified cache 46/846/2
Kees Jongenburger [Wed, 25 Sep 2013 08:53:41 +0000 (10:53 +0200)]
arm:caching add methods to flush the data and unified cache

Change-Id: Idb066dd01afbdbccd684bcdcf4af88b4b1ef870a

10 years agoarm:caching define a new caching combination and use that. 45/845/2
Kees Jongenburger [Wed, 25 Sep 2013 08:19:46 +0000 (10:19 +0200)]
arm:caching define a new caching combination and use that.

This combo was taken from the startware examples.

Change-Id: I9ef8d4f4706124a6aaec72f5da65b5301c5c2301

10 years agoarm:caching mark memory as cacheable. 59/859/1
Kees Jongenburger [Fri, 13 Sep 2013 07:44:26 +0000 (09:44 +0200)]
arm:caching mark memory as cacheable.

kernel mappings that are not marked as  VMMF_UNCACHED are now mapped
as cacheable.

10 years agoarm:caching introduce _CACHED defines 58/858/1
Kees Jongenburger [Fri, 13 Sep 2013 07:40:20 +0000 (09:40 +0200)]
arm:caching introduce _CACHED defines

Introduce ARM_VM_SECTION_CACHED and ARM_VM_PTE_CACHED to ensure we
are using the correct caching flags everywhere.

10 years agoarm:clarify pagetable code. 57/857/1
Kees Jongenburger [Fri, 13 Sep 2013 07:48:45 +0000 (09:48 +0200)]
arm:clarify pagetable code.

Make it clear that non RW mapped memory is mapped RO.

10 years agoarm:document arm vm.h 56/856/1
Kees Jongenburger [Tue, 10 Sep 2013 08:54:01 +0000 (10:54 +0200)]
arm:document arm vm.h

10 years agoarm:define the physical memory range for the omap. 44/844/2
Kees Jongenburger [Wed, 25 Sep 2013 07:47:27 +0000 (09:47 +0200)]
arm:define the physical memory range for the omap.

Change-Id: I256dbeb58fec5b95b48d521054810fe478fce67f

10 years agoarm:vm map free running clock uncached. 36/836/2
Kees Jongenburger [Tue, 10 Sep 2013 09:29:19 +0000 (11:29 +0200)]
arm:vm map free running clock uncached.

10 years agoarm:allow to lookup physical addresses of sections. 43/843/2
Kees Jongenburger [Wed, 25 Sep 2013 08:36:07 +0000 (10:36 +0200)]
arm:allow to lookup physical addresses of sections.

Change-Id: If4716b81cceee5d8b30d5f103b772b0ac99fc807

10 years agoblock-dev:add additional sanity check. 42/842/2
Kees Jongenburger [Tue, 24 Sep 2013 11:54:02 +0000 (13:54 +0200)]
block-dev:add additional sanity check.

Change-Id: Ib5b7cd93a50726b95c2e1b4c7eeedfefc824dd9c

10 years agoarm:misc fix remove const modifier for value that changes. 41/841/2
Kees Jongenburger [Wed, 25 Sep 2013 08:34:04 +0000 (10:34 +0200)]
arm:misc fix remove const modifier for value that changes.

Change-Id: I4ac96acdc66ea203a339108225c07c68959556c0

10 years agoarm:use correct address mask for sections. 35/835/2
Kees Jongenburger [Tue, 27 Aug 2013 12:32:23 +0000 (14:32 +0200)]
arm:use correct address mask for sections.

10 years agoarm:timer changes. 34/834/2
Kees Jongenburger [Tue, 27 Aug 2013 12:23:34 +0000 (14:23 +0200)]
arm:timer changes.

* Allow to change the timer frequency using the hz paramter.
* Unmask the interrupt only after registering the handler.
* Pass the hz parameter in the command line.

10 years agoposix-test:fix times test 33/833/2
Kees Jongenburger [Fri, 13 Sep 2013 09:48:40 +0000 (11:48 +0200)]
posix-test:fix times test

Applications should use sysconf(_SC_CLK_TCK) to determine the number
of clock ticks per second as it may  vary  from system to system.

10 years agox86 hd image creator 32/832/5
Ben Gras [Tue, 24 Sep 2013 13:15:55 +0000 (15:15 +0200)]
x86 hd image creator

A script that creates a HD image ready to be booted by an x86
emulator, ready to work in a crossbuild environment.

It's really just for qemu/kvm as there's no boot code in
the MBR and no bootloader installed so we rely on the in-kvm
multiboot implementation for now. This is very convenient for
passing args too.

To minimize reliance on external tools, we use the Minix
'partition' utility to write the partition table of the HD
image, which therefore has to be compiled natively.

. new script releasetools/x86_hdimage.sh
. natively compile minix 'partition' utility
. make <machine/partition.h> 64-bit safe for it

Change-Id: If645b4691536752271e0b8a8ed59a34f248dace4

10 years agorelease.sh: simplify by removing usb option 55/855/2
Ben Gras [Wed, 25 Sep 2013 12:22:27 +0000 (12:22 +0000)]
release.sh: simplify by removing usb option

. relies on bios_wini which is long gone

Change-Id: I95257b6204cc6d928abcbd8492808b4b6450a99e

10 years agoremove unused hdemu release mode 31/831/1
Ben Gras [Tue, 24 Sep 2013 10:39:18 +0000 (12:39 +0200)]
remove unused hdemu release mode

Change-Id: I3ca497eda3c0042cafb8ba88fe16202221823a9c

10 years agokernel: fixes for DEBUG_DUMPIPC mode 30/830/4
Ben Gras [Tue, 24 Sep 2013 08:32:11 +0000 (10:32 +0200)]
kernel: fixes for DEBUG_DUMPIPC mode

. add dependency of headers on debug.d
. put the generated headers in the right dir
. also resilience against future ELAST duplicate errno

Change-Id: I9d10702c8e09699a40138193f14defe902399da6

11 years agoi2c: increase read/write timeout 27/827/4
Thomas Cort [Mon, 16 Sep 2013 23:16:12 +0000 (19:16 -0400)]
i2c: increase read/write timeout

The sht21 temperature and humidity sensor holds the i2c bus while
an ADC conversion is in progress. For example, a temperature
measurement is requested, a read operation is started, and the
sht21 doesn't respond to the read request until the result of
the measurement is ready. The conversion time isn't constant.
On rare occations (one in hundreds of samples) the timeout in the
i2c driver expires returning an error.

The example code from Sensirion, the sht21's manufacturer, suggests
a bus timeout of 1 second to accommodate the sht21. This commit
increases the bus timeout to 1 second. The timeout is only reached
when chips do not respond normally, so the change doesn't affect the
performance of any other drivers.

Change-Id: I57b0f958a5d0b69b221af380b771fe67401ff604

11 years agolibi2cdriver: add functions for IC register access 26/826/4
Thomas Cort [Mon, 16 Sep 2013 17:33:00 +0000 (13:33 -0400)]
libi2cdriver: add functions for IC register access

Many i2c device drivers used similar code to access registers on
the ICs they drive. This commit implements that functionality in
libi2cdriver and updates the drivers to use the library instead of
their own register access functions. The net result is 375+ fewer
lines of code and less work for people developing new drivers.

The two exceptions were cat24c256 and parts of tda19988. They access
the bus in uncommon ways. It doesn't make sense at this time to
move their read/write functions into libi2cdriver.

Change-Id: Id8280b71af33b710a49944d7f20a7262be9f5988

11 years agobmp085: remove duplicate code 25/825/3
Thomas Cort [Sun, 15 Sep 2013 23:56:48 +0000 (19:56 -0400)]
bmp085: remove duplicate code

A copy and paste error caused a few lines of code to be duplicated.
This patch removes the excess code.

Change-Id: I7313efb537e2a4102fb25ce05782e82ae0c84285

11 years agotda19988: add missing blockdriver_announce() call 24/824/3
Thomas Cort [Sun, 15 Sep 2013 23:48:29 +0000 (19:48 -0400)]
tda19988: add missing blockdriver_announce() call

To provide EDID to fb, the TDA19988 implements the block device
protocol with libblockdriver. To properly use the library,
blockdriver_announce() should be called by the driver.

Issue reported by David van Moolenbroek

Change-Id: Id55d159d91502a9afac5c1d4de0fee1e8945b5c1

11 years agoPrevent make -C gnu from installing files in / 22/822/3
Lionel Sambuc [Mon, 16 Sep 2013 11:42:15 +0000 (11:42 +0000)]
Prevent make -C gnu from installing files in /

This is done by adding a dependency on ${GNUHOSTDIST:H}/.gitignore
for both realall and realinstall targets.

Change-Id: If086a6c02ab20a8cd4bbb3597d7203cf22dce796

11 years agotest70: reduce ITERATIONS 23/823/1
Ben Gras [Mon, 16 Sep 2013 15:33:44 +0000 (15:33 +0000)]
test70: reduce ITERATIONS

. full number was needed to reliably trigger the race
  condition
. takes a bit too long (7 mins on fast x86 hardware) for a
  condition that "can't" happen again, so let's cut the iteration
  count and trust that the test will trigger soon enough for
  a similar condition in the future.

Change-Id: I2d38b87c25327adbbff91b7db6191648aa1dd8fd

11 years agovm: enable filemap=1 by default 11/811/3
Ben Gras [Fri, 13 Sep 2013 12:05:50 +0000 (12:05 +0000)]
vm: enable filemap=1 by default

. turns on mmap() functionality for files by default
. also causes exec() to use it to map in executables
  without copying and with sharing those pages with the
  disk cache and other instances of the executable

Change-Id: Idb94dfe110eed916cf83b12c45e1a77241a2cee5

11 years agoinet: Reply to TASK messages even if we're waiting for STAT reply 10/810/1
Lubomir Rintel [Sun, 5 Aug 2012 14:33:20 +0000 (16:33 +0200)]
inet: Reply to TASK messages even if we're waiting for STAT reply

As they can come anytime upon receipt of interrupt by the ethernet driver. This
is the same thing as is done for CONF replies.

A simple test case would be the following via ssh connection:
while getaddr; do :; done

Change-Id: I68f4403360b3eefe67fc602c4855ca1abd649475

11 years agovirtio-net: acknowledge used features 08/808/1
Aurelien Jarno [Sun, 28 Apr 2013 15:06:33 +0000 (17:06 +0200)]
virtio-net: acknowledge used features

According to the virtio specifications, the host present the supported
features to the guest, and the guest should answer woth the features it
supports. This allows the host to disable support for features that the
guest is not going to use.

Minix tells to the host it doesn't support any extended features, while
it uses at least VIRTIO_NET_F_MAC and VIRTIO_NET_F_CTRL_VQ. For the
latter it seems it only allocate the queue while not using it later.
However starting with QEMU 1.4.0, with multiqueue support added, the
control queue is not allocated on the host side if the guest doesn't
tell it supports this feature. This cause virtio-net to crash on the
Minix side.

This patch fixes that by correctly telling the features that are
used by the Minix guest for more than printing a debug message. This
fixes virtio-net on QEMU 1.4.x.

Change-Id: I8bbf757c09d24e0f5fe5835531a1c9203b714bd7

11 years agovm: make WARNS=5 proof 04/804/3
Ben Gras [Tue, 20 Aug 2013 12:02:33 +0000 (12:02 +0000)]
vm: make WARNS=5 proof

Change-Id: I737ded223daf04f1c0c85a2e8e6b36c8fdcd07db

11 years agobugfix: build.sh cross-compile on NetBSD host 06/806/1
Lionel Sambuc [Thu, 5 Sep 2013 14:03:46 +0000 (16:03 +0200)]
bugfix: build.sh cross-compile on NetBSD host

As kindly reported by Nishimura Toru, the fix is quite simple.

cf: https://groups.google.com/d/msg/minix3/v3yejSogDqY/0TZxzpIHOzUJ

Change-Id: Ibdba8847982e93872217a6e736f50d4c90630e7a

11 years agogpio: port to am335x 01/801/1
Thomas Cort [Tue, 3 Sep 2013 11:47:59 +0000 (07:47 -0400)]
gpio: port to am335x

 * port libgpio to am335x.
 * increase NR_IRQ to 16 to avoid too many IRQs requested error.
 * move gpio binary to /sbin (that's where mount looks for drivers).
 * fix bug that re-enabled banks that were disabled due to bad revision.
 * fix padconf masks for dm37xx in gpio driver (should be 16-bit).
 * fix a few typos in README.txt and comments.

Change-Id: I32374415a97135174c5224f76374a870909fa90c

11 years agoenable fatal warnings 94/794/14
Ben Gras [Mon, 26 Aug 2013 16:43:16 +0000 (16:43 +0000)]
enable fatal warnings

. kernel: fix some arm warnings
. turn of fatal warnings for texinfo

Change-Id: I71e228c87a7226adbbd940ccb1439e042d7b6e9a

11 years agolibarchive: use -isystem for /usr/include 97/797/2
Ben Gras [Fri, 30 Aug 2013 13:44:47 +0000 (13:44 +0000)]
libarchive: use -isystem for /usr/include

. 'fixes' warnings that are in these headers, but normally aren't
   emited as they're system headers

Change-Id: Ibd20343eae51770cef71116bbda0d9141441ec54

11 years agokernel: move do_padconf and add a test case 96/796/1
Thomas Cort [Thu, 29 Aug 2013 12:56:27 +0000 (08:56 -0400)]
kernel: move do_padconf and add a test case

padconf is specific to arm, so it's being moved to kernel/arch/earm.

Add a test case to ensure the proper error is returned on non-ARM
systems.

Change-Id: I07ebbe64825d59bc0ef9c818d3d54891dafb4419

11 years agokernel: add padconf kernel call 95/795/1
Thomas Cort [Wed, 28 Aug 2013 04:43:45 +0000 (00:43 -0400)]
kernel: add padconf kernel call

On the AM335X, writes to the padconf registers must be done in privileged
mode. To allow userspace drivers to dynamically change the padconf at
runtime, a kernel call has been added.

Change-Id: I4b25d2879399b1785a360912faa0e90b5c258533

11 years agofix a few more minix specific warnings 93/793/8
Ben Gras [Mon, 26 Aug 2013 16:43:05 +0000 (16:43 +0000)]
fix a few more minix specific warnings

. also disable stack protection feature for gcc,
  causes build errors for pkgsrc gcc on minix

Change-Id: I1c6e2bcb4d948098d642543d7b2711284ee55c72

11 years agoweatherstation: BeagleBone Weather Cape demo app. 91/791/3
Thomas Cort [Mon, 26 Aug 2013 02:07:42 +0000 (22:07 -0400)]
weatherstation: BeagleBone Weather Cape demo app.

The BeagleBone Weather cape enhances the BeagleBone's capabilities
by providing environment sensors (temperature, humidity, pressure,
and ambient light level).

The weatherstation demo is a port of the bonescript weatherstation
to Minix. It provides a nice visual display of the sensor data in
a web browser.

The code is installed to /usr/share/beaglebone/weather on 'earm'
and an embedded web server is started at boot time on port 80
when the cape is attached. Further details are provided in the
README.txt file.

Change-Id: I1596a2b66b213762ace26c0c750c8154c76b5c6e

11 years agogcc: realize gas supports visibility 92/792/2
Ben Gras [Mon, 26 Aug 2013 16:31:54 +0000 (16:31 +0000)]
gcc: realize gas supports visibility

. solution for "warning: visibility attribute not supported in
  this configuration"
. needed to make warnings fatal, -Werror

Change-Id: If972300a82df570093f2d89825935483ff69fb18

11 years agoImporting usr.bin/tr 89/789/1
Lionel Sambuc [Sat, 24 Aug 2013 20:11:19 +0000 (22:11 +0200)]
Importing usr.bin/tr

Change-Id: I4563198f111f2ec3687f6a5084edd05f243c2263

11 years agoImporting usr.bin/xargs 87/787/3
Lionel Sambuc [Fri, 23 Aug 2013 22:59:39 +0000 (00:59 +0200)]
Importing usr.bin/xargs

Change-Id: I6a8ce6a8eee31942abb4db797672da7d00dfa43d

11 years agoImporting usr.bin/unexpand 86/786/3
Lionel Sambuc [Fri, 23 Aug 2013 22:15:19 +0000 (00:15 +0200)]
Importing usr.bin/unexpand

Change-Id: I2bab349ebccc28b14db446689171bce7dede8a9d

11 years agoImporting usr.bin/expand 85/785/3
Lionel Sambuc [Fri, 23 Aug 2013 21:51:18 +0000 (23:51 +0200)]
Importing usr.bin/expand

Change-Id: I4089d86d4ae1dcade0c82ed30ecd5685802acfd3

11 years agoImporting usr.bin/basename 84/784/3
Lionel Sambuc [Fri, 23 Aug 2013 17:35:37 +0000 (19:35 +0200)]
Importing usr.bin/basename

Change-Id: I2c71c83bc6a420390c4aed015373f78ebf425903

11 years agoImporting usr.bin/dirname 83/783/3
Lionel Sambuc [Fri, 23 Aug 2013 17:10:16 +0000 (19:10 +0200)]
Importing usr.bin/dirname

Change-Id: I83263576440c2040fb8ccd1e952abd53495fcb70

11 years agoImporting usr.bin/wc 82/782/2
Lionel Sambuc [Fri, 23 Aug 2013 16:42:14 +0000 (18:42 +0200)]
Importing usr.bin/wc

Change-Id: If174bd2bfc3ef38f21d45b5ba0567ac7d99dc608

11 years agoFix testsh1 execution in /usr/tests/minix-posix 88/788/2
Lionel Sambuc [Sat, 24 Aug 2013 12:15:05 +0000 (14:15 +0200)]
Fix testsh1 execution in /usr/tests/minix-posix

Change-Id: Ib9ee7d9af72b5da2c6585cc11f80feefd4de5844

11 years agoFix e_f to print the saved errno. 76/776/2
Lionel Sambuc [Thu, 22 Aug 2013 12:09:30 +0000 (14:09 +0200)]
Fix e_f to print the saved errno.

Change-Id: I1ee366717759429f4c62432395344aa924f03183

11 years agorc: start drivers for attached BeagleBone Capes 81/781/2
Thomas Cort [Thu, 22 Aug 2013 15:22:01 +0000 (11:22 -0400)]
rc: start drivers for attached BeagleBone Capes

BeagleBone Capes add additional hardware to the BeagleBone to
improve functionality.

This patch probes the third i2c bus for capes and loads the
appropriate drivers for each detected cape. Currently only
the 'BeagleBone Weather' cape is supported.

Change-Id: Id8c133810db6de7c21625c2d5a794b8874673a0f

11 years agoeepromread: add board info for BeagleBone Capes 80/780/2
Thomas Cort [Thu, 22 Aug 2013 15:16:08 +0000 (11:16 -0400)]
eepromread: add board info for BeagleBone Capes

Capes (i.e. expansion boards for the BeagleBone and BeagleBone Black)
each have their own cat24c256 EEPROM with information about the cape
such as the name of the cape, pins used, power requirements, etc.

This patch adds support for displaying the cape data fields. It
can be used in shell scripts to detect and identify attached capes.

Change-Id: I4bfa7aae634a7bacfa5e25afcba773d9fbc2316c

11 years agobmp085: driver for the BMP085 temp&pressure sensor 79/779/2
Thomas Cort [Tue, 20 Aug 2013 14:43:51 +0000 (10:43 -0400)]
bmp085: driver for the BMP085 temp&pressure sensor

Change-Id: I5c297a7f4f8cea2549e537df30a5c7bf5b9d8b51

11 years agosht21: driver for the SHT21 humidity & temp sensor 78/778/2
Thomas Cort [Mon, 19 Aug 2013 13:54:20 +0000 (09:54 -0400)]
sht21: driver for the SHT21 humidity & temp sensor

Change-Id: Ia71168e394a7b260019e74973db6c9d75d3d4482

11 years agotsl2550: driver for the TSL2550 light sensor 77/777/2
Thomas Cort [Mon, 19 Aug 2013 10:57:27 +0000 (06:57 -0400)]
tsl2550: driver for the TSL2550 light sensor

Change-Id: I9e1c87132404509ffec8bf22a8c6cc993df1aa73

11 years agoincrease -Werror resilience 38/738/7
Ben Gras [Wed, 14 Aug 2013 12:29:26 +0000 (12:29 +0000)]
increase -Werror resilience

for bin/, commands/, libexec/, sbin/, test/, usr.bin/ and usr.sbin/.

Change-Id: I8fa12c3cd86865311cef71b7faa7cf4fa785174f

11 years agoPFS: unblock the child when unsuspending an accept 74/774/3
David van Moolenbroek [Tue, 20 Aug 2013 23:05:05 +0000 (01:05 +0200)]
PFS: unblock the child when unsuspending an accept

Previously, PFS would incorrectly try to unsuspend the parent (i.e.,
the listening socket), resulting in the child hanging until the other
side performed another action. Test56 started failing on this now.

Change-Id: I231ac5481c83ac45951d33aeecc8149273f48b11

11 years agoarm-build:force sfdisk to format like we want it. 70/770/2
Kees Jongenburger [Tue, 20 Aug 2013 12:10:14 +0000 (14:10 +0200)]
arm-build:force sfdisk to format like we want it.

Change-Id: Iaa3c994a30bb3df6129e85e0a5591b88b5b93973

11 years agolibaudiodriver: handle interrupt only once 54/754/2
Arne Welzel [Thu, 15 Nov 2012 11:05:51 +0000 (12:05 +0100)]
libaudiodriver: handle interrupt only once

Apparently, qemu's sb16 doesn't reset the interrupt register
of the mixer and the driver ends up in an endless loop when
playing a "multi-fragment" sample.

Change-Id: I47633b99a0d79ba201aec785da69fb3950e026bf

11 years agosb16: Don't confuse pv_set() 53/753/2
Arne Welzel [Wed, 14 Nov 2012 21:59:38 +0000 (22:59 +0100)]
sb16: Don't confuse pv_set()

Change-Id: Ib7b528aa3a369b54dda3bbceb498db4a600c4cb4

11 years agolibaudiodriver: allocate mem lower 16 MB and 64K aligned 52/752/2
Arne Welzel [Wed, 14 Nov 2012 21:43:42 +0000 (22:43 +0100)]
libaudiodriver: allocate mem lower 16 MB and 64K aligned

Righ now, the DMA controller will access some random memory below 16 MB,
as the physical address returned by alloc_contig() is simply truncated
when given to the DMA controller.

Yes, it's bad...

11 years agolibminixfs: allow non-page-multiple blocksizes 43/743/3
LiQiong Lee [Wed, 7 Aug 2013 10:09:41 +0000 (18:09 +0800)]
libminixfs: allow non-page-multiple blocksizes

. this is OK (although it wastes some memory) as
  long as the VM interface isn't used, which has its
  own checks in libsys

Change-Id: I28decd367b2cd5c01482bdc71615c65ab61c9a71

11 years agoa bit more -Werror compatability 37/737/2
Ben Gras [Wed, 14 Aug 2013 12:27:39 +0000 (12:27 +0000)]
a bit more -Werror compatability

for clang, fix warnings in drivers/, lib/, servers/, sys/, common/.
by turning off fatal warnings (takes effect if the default is on),
fixing warnings or reducing the warning level.

Change-Id: Ia1b4bc877c879ba783158081b59aa6ebb021a50f

11 years agobeaglebone ethernet improvements 42/742/3
Michal Maka [Tue, 13 Aug 2013 15:01:14 +0000 (17:01 +0200)]
beaglebone ethernet improvements

. added enable interrupts routine at the HW init stage
. remove workaround, obsoleted by libnetdriver change
. change netconf.sh to allow configuring this driver,
  changed README.txt to reflect this

Change-Id: Ib659d5a55be96022b5e9013caa556dca5092ce89

11 years agoUse ARM_VM_SECTION_MASK to determine kernel base address 40/740/2
Igor Smolyar [Fri, 16 Aug 2013 14:58:29 +0000 (17:58 +0300)]
Use ARM_VM_SECTION_MASK to determine kernel base address

To map kernel we use 1M sections therefore we should use
ARM_VM_SECTION_MASK to determine base address.

Change-Id: I0b97fe459f2325d702aad9b7b1e8e066d9721b87

11 years agolibnetdriver: only block datalink messages 41/741/1
David van Moolenbroek [Sun, 18 Aug 2013 10:04:25 +0000 (12:04 +0200)]
libnetdriver: only block datalink messages

Previously, all incoming messages would be blocked before a DL_CONF
message arrives from the TCP/IP stack. This however makes it impossible
for a driver to process interrupts before the DL_CONF initialization.
This patch blocks only datalink messages before the initial DL_CONF,
and lets through all other messages to the driver.

Change-Id: I89988958c0bff9bb38e0379b66f6142491a67b61

11 years agoloadramdisk: bug fix for bad fprintf() format 31/731/5
Thomas Cort [Sat, 10 Aug 2013 16:47:35 +0000 (12:47 -0400)]
loadramdisk: bug fix for bad fprintf() format

An fprintf() has two %s formats but only one additional argument.

Include the name of the device file in the fprintf() call to
balance the arguments and format.

Change-Id: I62e702cf0bc9935897c2f85b0acc3b62b41d654a

11 years agomined: K&R to ANSI, fix function sigs & warnings 28/728/4
Thomas Cort [Fri, 9 Aug 2013 20:41:13 +0000 (20:41 +0000)]
mined: K&R to ANSI, fix function sigs & warnings

 - Re-write function declarations from K&R style to ANSI style.
 - Change declaration of write_char(), S(), in_list() to match ptotos.
 - Resolve clang warnings about assignments in conditionals.

Change-Id: I61624b18afbefe1ff29941233d274bd6c0f12520

11 years agoi2c: general clean-up 36/736/1
Thomas Cort [Mon, 12 Aug 2013 17:39:54 +0000 (13:39 -0400)]
i2c: general clean-up

Implement changes based on Kees comments on the code review:
http://gerrit-minix.few.vu.nl/#/c/676/

Changes:
 - use spin API instead of micro_delay() for busy-wait loops.
 - use read16/write16/set16 from mmio.h to access I2C registers.
 - reduce the timeout for soft reset.
 - in read/write, don't mix variable declaration and initialization.
 - after transfer, wait for access ready instead of blindly delaying.
 - rename constants am335x, dm37xx to AM335X_I2C_BUS, DM37XX_I2C_BUS.
 - rename ADDRESS_MASK to MAX_I2C_SA_MASK for clairity.
 - rename omap_i2c_claim_bus() to omap_i2c_bus_is_free().

Change-Id: Ic221e6134e024ea0a6690f21cff208a728286948

11 years agommio: add 16-bit variants of read/write/set 35/735/1
Thomas Cort [Mon, 12 Aug 2013 17:33:13 +0000 (13:33 -0400)]
mmio: add 16-bit variants of read/write/set

Change-Id: If4fb5585865768daa151bd4aa343ac5c84d2e9c3

11 years agobackup: bug fix for improper struct dirent usage 29/729/3
Thomas Cort [Sat, 10 Aug 2013 05:22:48 +0000 (05:22 +0000)]
backup: bug fix for improper struct dirent usage

Between Minix 3.1.2 and Minix 3.1.3, the d_name member of struct
dirent was reduced from 61 characters to 1 character. backup(8)
blindly copies the result of readdir() into an array of dirent
structs. As a consequence, the structs in the array only contain
the first letter of the name and the name string was not null
terminated. This caused the backup utility to always fail.

Remedy the situation by adding room for the full d_name.

Change-Id: I2a7b4630f1bb727825a95a6095a7a543fc2f08f6

11 years agoVMWare poweroff magic cli;hlt sequence 27/727/3
Antoine Leca [Fri, 1 Mar 2013 18:59:18 +0000 (18:59 +0000)]
VMWare poweroff magic cli;hlt sequence

Change-Id: I9d8f96cc2e6423b89eb743e27550225d8759ee1d

11 years agofb: auto-configure with EDID 34/734/2
Thomas Cort [Mon, 29 Jul 2013 17:01:38 +0000 (13:01 -0400)]
fb: auto-configure with EDID

Use EDID when available to configure the frame buffer driver with
good settings for the attached display.

Change-Id: I69a78155a93e55ffa1ca3ff6621a879a56cdbceb

11 years agoImporting sys/dev/videomode 33/733/2
Thomas Cort [Mon, 29 Jul 2013 16:21:48 +0000 (12:21 -0400)]
Importing sys/dev/videomode

NetBSD provides an in-kernel EDID parser, validator, and printer
along with other useful functions. This code will be re-used by
the Minix fb driver as it is a complete and well tested
implementation.

Change-Id: I46fe3005d9957cd90d4972030ddcce7bc3bd7924

11 years agoreadclock/tda19988: fix compiler/cppcheck warnings 32/732/1
Thomas Cort [Sat, 10 Aug 2013 18:30:42 +0000 (18:30 +0000)]
readclock/tda19988: fix compiler/cppcheck warnings

readclock:
 - the setup function for readclock on i386 was missing a return.
 - the message field for RTCDEV_GRANT wasn't the right type.

tda19988:
 - position variable was used without being initialized.

Change-Id: I3f78dd0a9d44f35eb38cb7da0974909f066b7007

11 years agoreadclock.drv: add support for the TPS65950 RTC 22/722/3
Thomas Cort [Wed, 7 Aug 2013 01:34:08 +0000 (21:34 -0400)]
readclock.drv: add support for the TPS65950 RTC

On the BeagleBoard-xM, the RTC is located on the Power Management IC
(PMIC). To keep things consistent, access to the PMIC's RTC is done
through the readclock driver. The readclock driver forwards the request
on to the TPS65950 driver which does the work of manipulating the
registers on the chip.

Change-Id: I53cefbb59c5a9ab87fab90df3cc1a75a6e430f58

11 years agoreadclock: code clean-up, add -q, manpage updates 21/721/3
Thomas Cort [Thu, 8 Aug 2013 00:06:47 +0000 (20:06 -0400)]
readclock: code clean-up, add -q, manpage updates

 - Simplify the message passing between readclock and the driver.

 - Add a -q command line option to suppress warning messages. This
 cuts down on the noise when readclock is called early in the boot
 sequence and a secondary RTC driver (ex TPS95650) isn't up yet.

 - Update the man page to be less i386 centric and add details about
 the new -q option.

Change-Id: If8d7c50a217ca98c1e9fae0ca92521e2e7c893e4

11 years agotps65950: driver for the TPS65950 PMIC 20/720/3
Thomas Cort [Tue, 6 Aug 2013 13:52:46 +0000 (09:52 -0400)]
tps65950: driver for the TPS65950 PMIC

Change-Id: I6b6163e59233d1f823f03550b949d53e1738a7f4

11 years agolibc: make MINIX assembly code position-independent 16/716/4
Antoine Leca [Fri, 1 Feb 2013 09:39:47 +0000 (09:39 +0000)]
libc: make MINIX assembly code position-independent

While here, simplify ucontext.S

. makes libc link without the messy DT_TEXTREL warning.

Change-Id: I4656d9068eab5ed2fa1e391242883d5dd9d93644

11 years agoRemove VM_VFS_REPLY from VM_BASIC_CALLS 24/724/2
David van Moolenbroek [Wed, 7 Aug 2013 12:14:40 +0000 (14:14 +0200)]
Remove VM_VFS_REPLY from VM_BASIC_CALLS

Change-Id: I0a03f1c95fd7ef87cecb01a028f59696a8447738

11 years agoVM: support for shared call mask ACLs 17/717/3
David van Moolenbroek [Wed, 7 Aug 2013 20:03:47 +0000 (22:03 +0200)]
VM: support for shared call mask ACLs

The VM server now manages its call masks such that all user processes
share the same call mask. As a result, an update for the call mask of
any user process will apply to all user processes. This is similar to
the privilege infrastructure employed by the kernel, and may serve as
a template for similar fine-grained restrictions in other servers.

Concretely, this patch fixes the problem of "service edit init" not
applying the given VM call mask to user processes started from RC
scripts during system startup.

In addition, this patch makes RS set a proper VM call mask for each
recovery script it spawns.

Change-Id: I520a30d85a0d3f3502d2b158293a2258825358cf

11 years agoAdd VM_GETRUSAGE to VM_BASIC_CALLS 23/723/2
David van Moolenbroek [Wed, 7 Aug 2013 12:17:10 +0000 (14:17 +0200)]
Add VM_GETRUSAGE to VM_BASIC_CALLS

This unbreaks test75.

Change-Id: I71539f941b9a4ee5e7f57de2ee9adaeab4d2730e

11 years agoblocktest: make 64-bit native 12/712/2
David van Moolenbroek [Thu, 1 Aug 2013 12:24:13 +0000 (14:24 +0200)]
blocktest: make 64-bit native

11 years agoahci: make 64-bit native 11/711/2
David van Moolenbroek [Thu, 1 Aug 2013 12:38:33 +0000 (14:38 +0200)]
ahci: make 64-bit native

11 years agoEnv_memory_parse: move into VM 14/714/1
Antoine Leca [Wed, 3 Apr 2013 13:14:34 +0000 (15:14 +0200)]
Env_memory_parse: move into VM

Only possible user of that function.
While here, fix bug about NR_MEMS vs MAXMEMMAP
NR_MEMS=16 is currently less than MAXMEMMAP=40; avoid overriding

11 years agoDrop obsolete <minix/compiler.h> and <minix/crtso.h> 15/715/1
Antoine Leca [Thu, 28 Mar 2013 18:44:45 +0000 (18:44 +0000)]
Drop obsolete <minix/compiler.h> and <minix/crtso.h>

Change-Id: I05da32bd2bdf014b6fd5c39d6e808d3c73812dc0

11 years agoFix file permissions 13/713/1
Antoine Leca [Fri, 1 Feb 2013 12:53:02 +0000 (12:53 +0000)]
Fix file permissions

11 years agoSome more 64bit function eradication. 10/710/1
Lukasz Hryniuk [Wed, 7 Aug 2013 10:17:09 +0000 (12:17 +0200)]
Some more 64bit function eradication.

  . Replace 64bit funcions with operators in arch_clock.c
  . Replace 64bit funcions with operators in proc.c
  . Replace 64bit funcions with operators in vbox.c
  . Replace 64bit funcions with operators in driver.c
  . Eradicates is_zero64, make_zero64, neg64

Change-Id: Ie4e1242a73534f114725271b2e2365b2004cb7b9

11 years agoPM: remove obsolete sys_getkinfo() 05/705/2
Antoine Leca [Wed, 3 Apr 2013 13:21:37 +0000 (15:21 +0200)]
PM: remove obsolete sys_getkinfo()

11 years agolibexec: bug in debugging code 08/708/2
Antoine Leca [Thu, 4 Apr 2013 11:42:23 +0000 (13:42 +0200)]
libexec: bug in debugging code

Change-Id: I8988a6a2d680e1afd0966bc8c90f1c34aee938ed

11 years agoVM: added missing dependency 04/704/2
Antoine Leca [Thu, 4 Apr 2013 11:29:00 +0000 (13:29 +0200)]
VM: added missing dependency

11 years agoAudio drivers: use correct build receipt 03/703/2
Antoine Leca [Thu, 28 Feb 2013 22:59:55 +0000 (23:59 +0100)]
Audio drivers: use correct build receipt

11 years agodec21140A: remove ACK option in Makefile 02/702/2
Antoine Leca [Sat, 23 Feb 2013 22:40:55 +0000 (23:40 +0100)]
dec21140A: remove ACK option in Makefile

11 years ago<a.out.h>, MINIX style: remove as obsolete 07/707/2
Antoine Leca [Thu, 4 Apr 2013 10:21:23 +0000 (12:21 +0200)]
<a.out.h>, MINIX style: remove as obsolete

Change-Id: Icc8b7210d60a93ac9cc4610d676dcba270756410