aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2015-12-02[arch][mips] get the architectural timer workingTravis Geiselbrecht
2015-12-01WIP more work on mipTravis Geiselbrecht
2015-12-01WIP mips: first semi-functional mips portTravis Geiselbrecht
2015-11-30WIP: mips32 on qemuTravis Geiselbrecht
2015-11-25[target][dartuinoP0] GPIO definition and LED initEric Holland
2015-11-25[platform][stm32f7xx][uart] add support for more than one active uartTravis Geiselbrecht
2015-11-25[target][dartuinoP0] Dartuino bringup. New target.Eric Holland
2015-11-25[arch][x86][x64][fpu]fix compile failure when X86_WITH_FPU is not defined.Zhu, Bing
2015-11-19[platform][stm32f7xx][usbc] add driver for FS usb controllerTravis Geiselbrecht
2015-11-19[platform][stellaris] fix usbc driver for new changes in apiTravis Geiselbrecht
2015-11-19[platform][stm32f7xx] mass reformat ST's codeTravis Geiselbrecht
2015-11-17[merge] merge of spifs work by gkalsiTravis Geiselbrecht
2015-11-11[qspi][stm32f7xx][spiflash] Fix the logic for reading pages on the boundary b...Gurjant Kalsi
2015-11-11[bio][flash] Added bio ioctl to return memory mapped address without putting ...Gurjant Kalsi
2015-11-09[arch][x86][fpu]Change naming convention for FPU flagZhu, Bing
2015-11-07[arch][microblaze] fix the microblaze portTravis Geiselbrecht
2015-11-06[platform][pc] mass reformat of pc platform to space indentsTravis Geiselbrecht
2015-11-06[platform][pc] change the default heap implementation for PC to dlmallocTravis Geiselbrecht
2015-11-05[arch][x86_64][mmu] fix virtual addr and physical addr validity checkBing Zhu
2015-11-04[bio][spiflash] Enforce cache line aligned buffers for default read/write. Us...Gurjant Kalsi
2015-11-04[bio] Add a flag that allows devices to declare that they only deal with cach...Gurjant Kalsi
2015-11-02[spiflash][bio][stm32f7] Fixed (sub)sector erase on spiflash device.Gurjant Kalsi
2015-10-30[qspi][ioctl] qspiflash ioctl get mem map returns pointer to spiflash mem map...Gurjant Kalsi
2015-10-29[platform][pc] Handle '\r' separately in the graphic console driver.Gabe Black
2015-10-29[platform][pc] Add a carriage return if a newline is encountered in dprintf.Gabe Black
2015-10-28[qspi][spiflash][stm32f746] Support going into linear mode for STM32f7 qspiflashGurjant Kalsi
2015-10-27[platform][pc] fix warnings in pc platformTravis Geiselbrecht
2015-10-27[arch][x86] This is floating point support for intel x86 and x86-64.yu-cheng yu
2015-10-22[qspi] Missed some static definitions in previous commit.Gurjant Kalsi
2015-10-22[stm32f756][spiflash][bio] Get the spiflash working on the STM32F756G-Eval BoardGurjant Kalsi
2015-10-20[merge] branch 'heapswitch'Travis Geiselbrecht
2015-10-20[platform][stm32f7xx] add the sdram memory as a novm arenaTravis Geiselbrecht
2015-10-19[make] remove the need for a module to manually add $(LOCAL_DIR)/include to t...Travis Geiselbrecht
2015-10-19[lib][console] add pointer type arg, switch some users to it.Travis Geiselbrecht
2015-10-16[qspi][dma][stm32f746] QSPI Read/Write via DMA.Gurjant Kalsi
2015-10-15[lib][heap] have novm initialize itself, rename novm 'heap' to 'arena' to be ...Travis Geiselbrecht
2015-10-15[make] make sure MEMBASE and MEMSIZE are always set exactly onceTravis Geiselbrecht
2015-10-15[platform][stm32f7xx][qspi] refactor clock/irq out of targetTravis Geiselbrecht
2015-10-14WIP get dlmalloc working with a mmap() style allocator out of the heap wrapperTravis Geiselbrecht
2015-10-14[platform][stm32f7xx] fix addition of panic shell switchTravis Geiselbrecht
2015-10-14[lib][console] make the panic shell an opt in thing that only some platforms ...Travis Geiselbrecht
2015-10-14[lib][debug][panic] add pputc/pgetc hooks to the uart driver apiTravis Geiselbrecht
2015-10-12[stm32f746disco][qspi][spiflash] Interrupt driven IO for qspi flashGurjant Kalsi
2015-10-12[lib][console] move the panic shell test into console.h and fix a few missing...Travis Geiselbrecht
2015-10-12[console][uart][shell] Created a crash-time shell and a polling based UART dr...Gurjant Kalsi
2015-10-12[platform][zynq] fix build after bio changesTravis Geiselbrecht
2015-10-12[platform][stm32f7xx] fix build after bio changesTravis Geiselbrecht
2015-10-11[lib][bio] bio devices can report what their erase state isTravis Geiselbrecht
2015-10-11[arch][x86] clean up the way memory size is detected and the vm initializedTravis Geiselbrecht
2015-10-11[merge] merge pending changes from Intel for x86 and x86-64Travis Geiselbrecht