summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ARM: aarch64: qemu board: remove unnecessary mappingSascha Hauer2018-03-231-5/+0
| * | | | ARM: aarch64: mmu: Fix mair register settingSascha Hauer2018-03-232-2/+10
| * | | | ARM: aarch64: mmu: by default map as device memorySascha Hauer2018-03-231-1/+1
| * | | | ARM: aarch64: mmu: remove unused map_io_sections()Sascha Hauer2018-03-231-10/+0
| * | | | ARM: aarch64: mmu: fix creation of flat mappingSascha Hauer2018-03-231-3/+3
| * | | | ARM: aarch64: mmu: create_sections() takes size in bytesSascha Hauer2018-03-231-3/+2
| * | | | ARM: aarch64: mmu: Allocate page tables dynamicallySascha Hauer2018-03-231-7/+2
| * | | | ARM: aarch64: fix pbl linker script for aarch64Sascha Hauer2018-03-231-0/+9
| * | | | ARM: aarch64: Add relocation supportSascha Hauer2018-03-233-15/+116
| * | | | clocksource: Add armv8 generic timer supportSascha Hauer2018-03-213-0/+71
| * | | | ARM: move linker variable declarations to sections.hSascha Hauer2018-03-214-3/+4
| * | | | ARM: remove function prototypes from the pastSascha Hauer2018-03-212-13/+0
| * | | | ARM: Add function to return offset to global variablesSascha Hauer2018-03-213-3/+17
| * | | | ARM: aarch64: cache: no need to ifdef prototypesSascha Hauer2018-03-211-3/+1
| * | | | ARM: aarch64: cache: Add v8_inv_dcache_rangeSascha Hauer2018-03-212-0/+21
| * | | | ARM: aarch64: fix early cache flushingSascha Hauer2018-03-212-2/+3
| * | | | debug_ll: support 64bit longsSascha Hauer2018-03-211-1/+1
| * | | | ARM: Move mmu_disable to mmu.cSascha Hauer2018-03-212-15/+13
| * | | | ARM: aarch64: Do not use 32bit optimized flsSascha Hauer2018-03-211-1/+1
| * | | | ARM: bitops: remove unnecessary #ifdefSascha Hauer2018-03-211-2/+0
| * | | | ARM: Use generic ffz()Sascha Hauer2018-03-211-17/+1
| * | | | ARM: aarch64: implement get_pc()Sascha Hauer2018-03-211-2/+8
| * | | | ARM: aarch64: Add runtime-offsetSascha Hauer2018-03-212-0/+20
| * | | | ARM: get_runtime_offset() returns unsigned longSascha Hauer2018-03-212-2/+2
| * | | | ARM: aarch64: Add dummy naked attributeSascha Hauer2018-03-213-5/+18
| * | | | ARM: aarch64: silence compiler warningSascha Hauer2018-03-211-1/+1
| * | | | ARM: shutdown: Fix compiler warningSascha Hauer2018-03-211-11/+17
| * | | | ARM: bootm: Fix wrong format specifierSascha Hauer2018-03-211-1/+1
| * | | | ARM: android image: Fix compiler warning on aarch64Sascha Hauer2018-03-211-1/+1
| * | | | ARM: remove ld_var supportSascha Hauer2018-03-212-57/+0
| * | | | ARM: move away from ld_varSascha Hauer2018-03-2110-56/+57
| * | | | ARM: scroll past image end without ld_varSascha Hauer2018-03-212-11/+11
| * | | | ARM: For relocatable image force TEXT_BASE 0x0Sascha Hauer2018-03-211-1/+5
| * | | | ARM: mmu: include pgtable header from where it's neededSascha Hauer2018-03-218-19/+13
| * | | | ARM: return positive offset in get_runtime_offset()Sascha Hauer2018-03-2168-108/+109
| * | | | ARM: Add 64bit compilation alternativeSascha Hauer2018-03-212-13/+7
| * | | | ARM: Use obj-pbl- where appropriateSascha Hauer2018-03-211-18/+10
| | |/ / | |/| |
* | | | Release v2018.04.0v2018.04.0Sascha Hauer2018-04-061-1/+1
| |/ / |/| |
* | | ARM: zbarebox: Fix linking with new ldSascha Hauer2018-04-051-0/+3
* | | Documentation: framebuffer: update documentation to current stateOleksij Rempel2018-04-051-3/+4
* | | of: partition: fix typo when writing #address-cellsPhilipp Zabel2018-03-291-1/+1
|/ /
* | fs: check pointer returned by get_fsdevice_by_path before dereferencingGaƫl PORTAY2018-03-191-1/+1
* | Revert "startup: Load default environment earlier"Sascha Hauer2018-03-191-3/+3
|/
* Merge branch 'for-next/rpi'Sascha Hauer2018-03-057-123/+152
|\
| * ARM: rpi: enable watchdog in defconfigLucas Stach2018-02-091-0/+3
| * watchdog: implement bcm2835 watchdogLucas Stach2018-02-096-123/+149
* | Merge branch 'for-next/ratp'Sascha Hauer2018-03-0532-103/+918
|\ \
| * | docs: add reference to libratp-barebox in the remote-control docsAleksander Morgado2018-03-011-0/+7
| * | ratp: new reset commandAleksander Morgado2018-03-016-3/+92
| * | ratp: new md and mw commandsAleksander Morgado2018-03-017-0/+532