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