aboutsummaryrefslogtreecommitdiff
path: root/board/amazon
AgeCommit message (Expand)AuthorFilesLines
2021-04-10arm: Remove kc1 boardTom Rini5-306/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-01fastboot: Extend fastboot_set_reboot_flag with reboot reasonRoman Kovalivskyi1-1/+5
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2017-03-19ti: boot: Register the MMC controllers in SPL in the same way as in u-bootJean-Jacques Hiblot1-2/+0
2016-04-01kc1: Proper reboot mode and boot reason validationPaul Kocialkowski1-13/+10
2016-03-15kc1: Clear reboot mode garbage on cold resetPaul Kocialkowski1-0/+3
2016-03-15kc1: Power off when the power on reason is not a valid onePaul Kocialkowski1-0/+16
2016-03-15kc1: Boot to bootloader (fastboot) on ID pin pull-upPaul Kocialkowski1-0/+9
2016-03-15kc1: OMAP4 reboot mode supportPaul Kocialkowski2-0/+20
2016-03-15kc1: MUSB USB controller and fastboot USB gadget supportPaul Kocialkowski2-0/+31
2016-03-15Amazon Kindle Fire (first generation) codename kc1 supportPaul Kocialkowski5-0/+228