diff options
author | WANG Siyuan <wangsiyuanbuaa@gmail.com> | 2015-09-29 11:12:03 +0800 |
---|---|---|
committer | Zheng Bao <zheng.bao@amd.com> | 2015-11-20 05:42:32 +0100 |
commit | 8b4f98a41f0ef053c623b8e4c111080755a38044 (patch) | |
tree | 4a39d1f565b6d6d68c584c9fb133665ddce546d4 /src/mainboard | |
parent | 839d68f1019f9d1a0e57b1429bf1be4685d5e095 (diff) | |
download | coreboot-8b4f98a41f0ef053c623b8e4c111080755a38044.tar.xz |
AMD Bettong: add README
This is the initial version of README.
AMD provides stable Bettong code in github. Add the link and bug fixed
list to README.
Change-Id: Ie8b761096fd1850afb9363ebb761aa4992b47643
Signed-off-by: WANG Siyuan <wangsiyuanbuaa@gmail.com>
Signed-off-by: WANG Siyuan <SiYuan.Wang@amd.com>
Reviewed-on: http://review.coreboot.org/11737
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/bettong/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mainboard/amd/bettong/README b/src/mainboard/amd/bettong/README new file mode 100644 index 0000000000..d834af423a --- /dev/null +++ b/src/mainboard/amd/bettong/README @@ -0,0 +1,25 @@ +coreboot is changing all the time and the patches are reabsed when pushed to +community, so it is a little difficult to provide stable Bettong code. +From now on, AMD provides source code which is validated by QA team. +The code is pushed to github https://github.com/BTDC/coreboot +The version is identified by a tag. All the changes will be pushed to coreboot +community. + +===== +Version: TCMEF1F0 Release Date: 09/29/2015 + +Changes from last version: +1. Fix external graphics issue. +2. Add board ID support. +3. Support DDR4. +4. Support SD 2.0. +5. Fix Windows 7 S4 issue. +6. Add GPIO, I2C and UART support. +7. Fix the interrupt routine. +8. Restruct PCI interrupt table (C00/C01). +9. Fix DSDT issue. +10. Fix the PCIe lane map. +11. Lower the TOM to give more MMIO space. +12. Add USB device. +13. Set the USB3 port as unremoveable. +14. Update AGESA to CarrizoPI 1.1.0.1. |