Alexander von Gluck IV
b7aa0a94ff
ARM platform: Undo change to MMU page table assignment
...
* While the baremetal arm book I have says mrc, it breaks
verdex and doesn't work on the Pi.
* Moving the page table address to the p15 coprocessor makes
more logical sense anyway... i think mrc was a typo.
2012-05-24 10:25:52 -05:00
François Revol
1348022133
PPC: Move asm helpers to U-Boot arch Jamfile
...
* the OpenFirmware arch/ppc/Jamfile already has it, so move it to avoid duplicated symbols.
2012-05-24 21:55:21 +02:00
Alexander von Gluck IV
93d5b79f06
rPi console: Implement console_wait_for_key
2012-05-24 08:53:32 -05:00
François Revol
037f252fd0
U-Boot: split cpu.cpp into arch-specific and common parts
...
* the common part should try to use the U-Boot API when found.
* the arch part can make use of cpu features (like timer register)
* the ppc code enables the FPU in the MSR, since it's used by vsnprintf(),
which at least saves one FP register in its prologue.
2012-05-24 21:27:37 +02:00
François Revol
3bd0ac4aa3
PPC: Add eioio as barrier for the UART class
...
* probably unneeded but it shouldn't harm.
2012-05-24 21:20:15 +02:00
François Revol
6ca4ac0978
PPC: Add some kernel asm helpers to the bootloader
...
* get/set_msr() will be useful for U-Boot.
2012-05-24 21:20:14 +02:00
François Revol
134ef79db0
U-Boot: add some sections to the ppc ldscript
...
* it seems ld creates most of them anyway, taken from the openfirmware script.
2012-05-24 21:20:14 +02:00
Alexander von Gluck IV
9b2efb1ad5
rPi Console: Fix console vt100 calls
...
* Use correct clear screen escape codes
* Use correct set cursor location escape codes
* Use correct set color escape codes
2012-05-24 06:39:43 -05:00
Alexander von Gluck IV
361ec26f10
rPi MMU: Cleanup, add gPeripheralBase
...
* gPeripheralBase keeps track of the device
peripherals before and after mmu_init
* Add ability to disable mmu for troubleshooting
* Remove static FB_BASE, we actually don't know
where the FB is yet. (depends on firmware used)
2012-05-24 06:39:43 -05:00
Alexander von Gluck IV
16307934fa
rPi: Fix missing %
2012-05-24 06:39:42 -05:00
Fredrik Holmqvist
d6e724d549
Only set FT_LOAD_TARGET_LCD when we have specified it. Use FT_LOAD_TARGET_NORMAL when we havn't.
...
(FT_LOAD_TARGET_LIGHT might also be an option.)
2012-05-23 20:30:27 +02:00
Pawel Dziepak
021ccbd18f
Fix #8596 : common_getgroups copies too little data
...
common_getgroups, when called from within the kernel, copies actualCount
bytes instead of actualCount * sizeof(gid_t) bytes.
2012-05-23 12:56:10 -04:00
Alexander von Gluck IV
4fd190af6e
MMU: Add in section L1 MMU size
...
* Not used atm, but exists.
2012-05-22 09:07:29 -05:00
Alexander von Gluck IV
f0ba7f9400
MMU: Clean up arm L1 MMU types
...
* Include map for each page table type
* Reduce MMU_TYPE define name length
2012-05-22 08:30:52 -05:00
Alexander von Gluck IV
9c5e60f656
rPi MMU: Fixes to hrev44189
...
* I had the wrong addresses, 0x20 was the physical
address not a mapped one.
* Attempt to map uart in mmu post mmu_init.
2012-05-22 08:30:52 -05:00
Matt Madia
87a01ad64e
Added Caya as an optional package.
...
Provided by Barrett. Fixes #7439 .
2012-05-20 14:31:11 +00:00
Matt Madia
96e2080d5e
Updated Keymap Switcher. Provided by Siarzhuk Zharski.
2012-05-20 10:23:08 +00:00
Siarzhuk Zharski
5f25cf08b3
Put hostname option into DHCPDISCOVER/DHCPREQUEST if provided by system
...
If Haiku has the hostname set, inform DHCP server with corresponding
option in DHCPDISCOVER and DHCPREQUEST messages. That should simplify
accessing Haiku hosts by using it's hostname instead of raw addresses.
2012-05-20 12:46:58 +02:00
Humdinger
0ae4e1b785
Added wpa_supplicant to alpha and nightly profiles. Fixes #8585 .
2012-05-19 18:25:55 +02:00
Alexander von Gluck IV
b8733e36c7
rPi MMU: Working towards mapped memory
...
* BCM2708 defines no longer assume 0x20 address
We will be throwing away the blob memory mapping
and using our own.
* Use existing blob mapping to turn GPIO led on pre mmu_init
* Remap MMU hardware addresses from 0x7E. We could map each device,
however the kernel will throw away the mappings again anyway. For
now we just map the whole range and use offsets.
* Serial uart no longer works, however at least
we know why now :). Serial driver now needs to
use mapped address.
2012-05-18 10:16:30 -05:00
Siarzhuk Zharski
80cbddc9f7
Preventive fixes for possible Coverity complaints in the future.
2012-05-18 22:23:45 +02:00
Siarzhuk Zharski
34e730c8fa
Fixes for Coverity CIDs 702013,702014,702015,702016,702017.
...
Satisfying Coverity for case of resource leak in case open() returns
file descriptor equal to 0.
2012-05-18 22:22:10 +02:00
Alexander von Gluck IV
e8aa6be532
rPi MMU: Enhance debugging
...
* TRACE calls no longer need double '('
* Added CALLED trace function
* Add better debugging output
2012-05-18 08:57:00 -05:00
Alexander von Gluck IV
249e5492c1
ARM MMU: Use MRC vs MCR for TTBR
...
* Verified to use MRC vs MCR multiple locations
* Small bit of style cleanup as well
* Better comment function usage
2012-05-18 08:57:00 -05:00
Humdinger
7a81151b1b
Merge branch 'master' of ssh://git.haiku-os.org/haiku
2012-05-18 19:40:29 +02:00
Humdinger
a7bee8e40c
Corrected typo correction... thanks Starseed. /me needs glasses.
2012-05-18 19:39:49 +02:00
Humdinger
268816a3ce
Corrected typo. Fixes #8557 .
2012-05-18 18:20:49 +02:00
Humdinger
761dac127b
Small layout changes to FileType add-on panel. Fixes #8581 .
2012-05-18 18:19:36 +02:00
Alexander von Gluck IV
77591e9657
rPi: MMU Work
...
* Use U-Boot mmu code as base
* This will be factored out someday into common arch mmu
code when we can read Flattened Device Trees
* Move mmu_init after serial_init.
Temporary change as we will want serial_init to use
memory mapped addresses... for debugging.
2012-05-18 06:36:53 -05:00
Alexander von Gluck IV
6d4270e3ce
U-Boot mmu: Style cleanup, no functional change
2012-05-18 06:36:52 -05:00
Alexander von Gluck IV
8b99a08215
rPi: Fix Raspberry Pi binaries
...
* Since mmu_man fixed these vars to actually be used,
we now know these floating point flags cause issues
on the Raspberry Pi currently.
2012-05-18 04:05:33 -05:00
François Revol
55cf6de91b
Fix passing flags from BoardSetup
...
* since we include BoardSetup earlier now, the TARGET_* flags were discarded. Use HAIKU_* instead.
* Add variables to hold the default entry point and the desired uimage OS emulation.
2012-05-18 01:22:50 +02:00
Fredrik Holmqvist
7ca2da76f0
rand() is used, but srand() was never called.
2012-05-18 00:01:12 +02:00
François Revol
61d7e75709
U-Boot ppc: Add missing sections to ldscript
...
* it seems we missed some sections that exist on ppc, add them.
* resulting binary runs a little further in QEMU but still screws up.
2012-05-17 23:52:35 +02:00
François Revol
b011337e20
U-Boot: save passed FDT and call common code
...
* should work better this way :D
2012-05-17 20:46:46 +02:00
François Revol
de1c936185
U-Boot: include board name in uimage header
...
* for clarity, include the board in the uimage name field, it's long enough.
2012-05-17 19:55:27 +02:00
François Revol
7663f51c66
U-Boot: Fix ppc build
...
* we have an uimage for the Sam460 \o/
2012-05-17 19:41:19 +02:00
François Revol
e02218f140
Cleanup
2012-05-17 19:40:26 +02:00
François Revol
7e53f7bdc3
U-Boot: fix the guards
...
* mmu_init*() are used by cpu.cpp
2012-05-17 19:24:11 +02:00
François Revol
4ab5d2f998
U-Boot: Add a ppc ldscript
...
* mostly copied from the ARM one
2012-05-17 19:15:58 +02:00
François Revol
386671b4d0
U-Boot: Guard ARM-specific stuff
...
* those must be cleaned up and moved away
* allows building U-Boot loader for ppc
2012-05-17 19:10:10 +02:00
Alexander von Gluck IV
3d4f1347fe
U-Boot: Re-disable MMU tracing
2012-05-17 06:05:06 -05:00
Alexander von Gluck IV
82e19983b4
u-boot mmu: Style cleanup, no functional change
2012-05-17 05:58:31 -05:00
François Revol
f5759f2e99
U-Boot: Add a Linux-type loader target
...
* those should be cleaned up. BoardSetup should tell which OS type to emulate.
2012-05-17 18:44:11 +02:00
François Revol
f4bd3cda32
U-Boot: Fix comments and ppc build
...
* those are not ARM-specific.
* this asm code doesn't build for ppc, and is not really useful for ARM either.
2012-05-17 18:27:49 +02:00
Alexander von Gluck IV
1f675a7fcb
uart: Fix arm kernel build
...
* Make kernel use mmu_man's new UART code
* Remove no longer used uart.cpp / uart.h
2012-05-17 05:32:29 -05:00
François Revol
693b3532c7
Sam460ex: Add a Linux-type kernel entry point
...
* the onboard U-Booot and 2nd-stage loader only know a few OS types,
we'll try faking Linux there.
2012-05-17 17:36:19 +02:00
François Revol
d86473dfb9
Cleanup U-Boot global data struct
...
* there are only a few members we can really rely on, the rest is compile-time dependant.
* don't use ARM-specific stuff.
2012-05-17 17:25:49 +02:00
Alexander von Gluck IV
eb93f2661d
uart: Style Cleanup, no functional change
2012-05-17 03:31:02 -05:00
Alexander von Gluck IV
182643f763
uart: Remove due to mmu's new (better) UART code
2012-05-17 03:15:56 -05:00