index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mainboard
/
ti
/
beaglebone
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: Remove unused 'include <types.h>'
Elyes HAOUAS
2020-07-14
1
-1
/
+0
*
treewide: Add Kconfig variable MEMLAYOUT_LD_FILE
Furquan Shaikh
2020-06-13
2
-5
/
+0
*
mainboard/*/*/*.cb: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
1
-3
/
+0
*
mainboard/*/*/Kconfig*: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
1
-3
/
+0
*
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
1
-3
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
5
-5
/
+0
*
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-09
3
-27
/
+3
*
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
2
-22
/
+2
*
treewide: move copyrights and authors to AUTHORS
Patrick Georgi
2020-05-06
2
-4
/
+0
*
mainboard/ti: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-04
2
-26
/
+4
*
mainboard/[^a-p]*: Remove copyright notices
Patrick Georgi
2020-03-18
5
-5
/
+0
*
mb/ti/beaglebone: Remove unused includes
Elyes HAOUAS
2020-01-02
1
-4
/
+0
*
mb/{cavium,opencellular,roda,scaleway,ti}: Remove unused <stdlib.h>
Elyes HAOUAS
2019-12-19
1
-1
/
+0
*
mb/*/*/Kconfig: Drop redundant redeclaration of MAINBOARD_VENDOR
Arthur Heymans
2019-11-28
1
-4
/
+0
*
Kconfig: comply to Linux 5.3's Kconfig language rules
Patrick Georgi
2019-11-23
1
-1
/
+1
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
1
-1
/
+1
*
mb/*/*/Kconfig: Remove useless comment
Elyes HAOUAS
2018-11-28
1
-1
/
+1
*
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
mainboard: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-05
2
-2
/
+0
*
mainboard/: Select MISSING_BOARD_RESET appropriately
Nico Huber
2018-10-22
1
-0
/
+1
*
beaglebone: Update bootblock.c to use new structs/code
Gabe Black
2016-06-21
1
-20
/
+20
*
beaglebone: Add code to set the value of the LEDs
Gabe Black
2016-04-10
3
-0
/
+74
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
5
-20
/
+0
*
mainboard/ti/beaglebone: Remove unused Kconfig symbols
Martin Roth
2015-06-07
1
-54
/
+0
*
cbfs: remove unused CBFS_HEADER_ROM_OFFSET option
Aaron Durbin
2015-05-26
1
-4
/
+0
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
5
-5
/
+5
*
Remove Kconfig variable that has no effect
Patrick Georgi
2015-05-19
1
-1
/
+0
*
arm(64): Globally replace writel(v, a) with write32(a, v)
Julius Werner
2015-04-21
1
-2
/
+2
*
kconfig: automatically include mainboards
Stefan Reinauer
2015-04-18
1
-0
/
+2
*
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
2
-0
/
+5
*
romstages: use common run_ramstage()
Aaron Durbin
2015-03-20
1
-7
/
+2
*
beaglebone: use new arm bootblock infrastructure
Alexander Couzens
2014-12-19
3
-5
/
+3
*
Move ARCH_* from board/Kconfig to cpu or soc Kconfig.
Furquan Shaikh
2014-05-03
1
-1
/
+0
*
uart: Support multiple ports
Kyösti Mälkki
2014-04-30
2
-54
/
+9
*
Rename coreboot_ram stage to ramstage
Furquan Shaikh
2014-04-26
1
-1
/
+1
*
uart: Redefine Kconfig options
Kyösti Mälkki
2014-04-09
1
-2
/
+2
*
console: Fix includes
Kyösti Mälkki
2014-03-04
1
-1
/
+1
*
uart: Drop HAVE_UART_MEMORY_MAPPED
Kyösti Mälkki
2014-03-04
1
-1
/
+0
*
board_info.txt: Classify almost all remaining boards.
Vladimir Serbinenko
2014-01-22
1
-0
/
+1
*
beaglebone: Stop reinitializing the console in bootblock.c.
Gabe Black
2013-09-17
1
-2
/
+0
*
beaglebone: Get rid of a redundant CBFS_ROM_OFFSET.
Gabe Black
2013-07-16
1
-4
/
+0
*
beaglebone: Put some code in romstage.c so we can tell if it ran.
Gabe Black
2013-07-15
1
-0
/
+3
*
armv7: Reserve space BL1 and checksum header by specifying bootblock offset.
Hung-Te Lin
2013-07-10
1
-0
/
+12
*
ARMv7: De-uboot-ify Exynos5250 code
Stefan Reinauer
2013-07-10
1
-1
/
+0
*
Rename hardwaremain() to main()
Stefan Reinauer
2013-07-10
1
-23
/
+0
*
beaglebone: Enable the clocks and pins for the configured UART.
Gabe Black
2013-07-01
1
-0
/
+26
*
beaglebone: Expand "ROM" size to 4MB.
Gabe Black
2013-06-10
1
-2
/
+1
*
beaglebone: Force on every other user LED to show that coreboot is running.
Gabe Black
2013-06-10
1
-0
/
+14
*
beaglebone: initial Kconfig and Makefiles
Gabe Black
2013-05-26
6
-0
/
+288