diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2022-12-02 20:20:44 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-06 23:24:48 +0000 |
commit | d5c5b5233d0ee35b02eefc5f1db33ff92f878161 (patch) | |
tree | a9792d587b2ba75b199107fb5c8219d50b411f77 /src/southbridge | |
parent | 2b48258865fc0819c92e3fbc15f6c7ea9f00966d (diff) |
sb,soc/amd: Remove unused southbridge_io_trap_handler()
At the moment IO trap is not implemented for AMD platforms.
Change-Id: Ib62ac4e4e418a8bab80c30dfb5183ecd8beb998d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70360
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/pi/hudson/smihandler.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/southbridge/amd/pi/hudson/smihandler.c b/src/southbridge/amd/pi/hudson/smihandler.c index a942c24ada..429d07a4c7 100644 --- a/src/southbridge/amd/pi/hudson/smihandler.c +++ b/src/southbridge/amd/pi/hudson/smihandler.c @@ -43,11 +43,6 @@ static void hudson_apmc_smi_handler(void) mainboard_smi_apmc(cmd); } -int southbridge_io_trap_handler(int smif) -{ - return 0; -} - static void process_smi_sci(void) { const uint32_t status = smi_read32(0x10); |